scriptflow
Advanced tools
+3
-6
| Metadata-Version: 2.3 | ||
| Name: scriptflow | ||
| Version: 0.2.8 | ||
| Version: 0.2.9 | ||
| Summary: Like a makefile but in python, a stripped-down system of Airflow or Luigi | ||
@@ -30,3 +30,3 @@ Author: Thibaut Lamadon | ||
| [](https://circleci.com/gh/tlamadon/scriptflow/tree/main) [](https://badge.fury.io/py/scriptflow) [](https://codecov.io/gh/tlamadon/scriptflow) | ||
| [](https://github.com/tlamadon/scriptflow/actions/workflows/tests.yml) [](https://badge.fury.io/py/scriptflow) [](https://codecov.io/gh/tlamadon/scriptflow) | ||
@@ -180,5 +180,2 @@ Small library that allows scheduling scripts asyncrhonously on different platforms. Think of it as a Make when you can write the dependencies as python code, and that can run locally, on an HPC or in the cloud (cloud is not implemented just yet). | ||
| ### Docker images to try the different schedulers | ||
@@ -188,3 +185,3 @@ | ||
| - [slurm](https://medium.com/analytics-vidhya/slurm-cluster-with-docker-9f242deee601) | ||
| ======= | ||
+2
-2
| [tool.poetry] | ||
| name = "scriptflow" | ||
| version = "0.2.8" | ||
| version = "0.2.9" | ||
| description = "Like a makefile but in python, a stripped-down system of Airflow or Luigi" | ||
@@ -41,2 +41,2 @@ authors = ["Thibaut Lamadon <thibaut.lamadon@gmail.com>"] | ||
| "tests" | ||
| ] | ||
| ] |
+2
-5
| # scriptflow | ||
| [](https://circleci.com/gh/tlamadon/scriptflow/tree/main) [](https://badge.fury.io/py/scriptflow) [](https://codecov.io/gh/tlamadon/scriptflow) | ||
| [](https://github.com/tlamadon/scriptflow/actions/workflows/tests.yml) [](https://badge.fury.io/py/scriptflow) [](https://codecov.io/gh/tlamadon/scriptflow) | ||
@@ -152,5 +152,2 @@ Small library that allows scheduling scripts asyncrhonously on different platforms. Think of it as a Make when you can write the dependencies as python code, and that can run locally, on an HPC or in the cloud (cloud is not implemented just yet). | ||
| ### Docker images to try the different schedulers | ||
@@ -160,2 +157,2 @@ | ||
| - [slurm](https://medium.com/analytics-vidhya/slurm-cluster-with-docker-9f242deee601) | ||
| ======= | ||
@@ -168,4 +168,4 @@ """ | ||
| for k in to_remove: | ||
| del self.processes[k] | ||
| controller.add_completed( p["job"] ) | ||
| proc = self.processes.pop(k) | ||
| controller.add_completed(proc["job"]) | ||
@@ -277,2 +277,2 @@ async def loop(self,controller): | ||
| "slurm": HpcRunner_slurm, | ||
| } | ||
| } |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
39807
0.08%663
0.15%