Rocketry is a modern statement-based scheduling framework for Python. It is simple, clean and extensive. It is suitable for small and big projects. Un

GitHub - Miksus/rocketry: Modern scheduling library for Python

submited by
Style Pass
2022-09-22 07:00:04

Rocketry is a modern statement-based scheduling framework for Python. It is simple, clean and extensive. It is suitable for small and big projects.

Unlike the alternatives, Rocketry's scheduler is statement-based. Rocketry natively supports the same scheduling strategies as the other options, including cron and task pipelining, but it can also be arbitrarily extended using custom scheduling statements.

Rocketry is suitable for quick automation projects and for larger scale applications. It does not make assumptions of your project structure.

Leave a Comment