From 8f3a9c34e8286340aa15a6f8593d5ff6557b2937 Mon Sep 17 00:00:00 2001
From: Marcel R <riga@users.noreply.github.com>
Date: Wed, 13 May 2020 12:07:11 +0200
Subject: [PATCH 1/2] Add law.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1270188..f705da0 100644
--- a/README.md
+++ b/README.md
@@ -490,6 +490,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs.
     * [mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services.
     * [Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
+    * [law](https://github.com/riga/law) - Large-scale luigi task workflows on interchangeable resources with abstracted run locations, storage locations and software environments.
 * Stream Processing
     * [faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python.
     * [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
-- 
GitLab


From e83dfe01e2bad9e2494d6220fd91f5217791c224 Mon Sep 17 00:00:00 2001
From: Marcel R <riga@users.noreply.github.com>
Date: Wed, 13 May 2020 12:12:09 +0200
Subject: [PATCH 2/2] Shorten description.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f705da0..cd02458 100644
--- a/README.md
+++ b/README.md
@@ -490,7 +490,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs.
     * [mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services.
     * [Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
-    * [law](https://github.com/riga/law) - Large-scale luigi task workflows on interchangeable resources with abstracted run locations, storage locations and software environments.
+    * [law](https://github.com/riga/law) - Large-scale luigi workflows on distributed resources with remote storage and container support.
 * Stream Processing
     * [faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python.
     * [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
-- 
GitLab