Resumex

Latest version: v0.0.2

Safety actively analyzes 688554 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.2

Overview

1. `JobGraph` related modules are moved to `resumex.job`
2. New subpackage `resume` (alpha)

New Package `resumex.resume`

1. `resume_jonl` allow you to easily resume from interrupted process and retry on unsatisfactory data.
2. `retry` allow you to easily decorate a function that raise `ShallRetryError` to make it retry whenever the exception is raised..

Changes of `resumex.job`

1. Delete the poor-perform `Executor`
3. Conceal the API.

0.0.1

1. Represent a Job as a DAG of Task
2. Execute each tasks with multiprocessing.
3. The data is piped from the entrance of the graph to the output node of the graph.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.