Skip to main content

Simple support for sequential execution of scripts.

Project description

Simple command line tool to run scripts in a sequential manner, written in pure Python. Basically this script is a very primitive version of what tools like Jenkins do. If Jenkins seems like overkill for your needs or you have lots of manual steps interleaved in your automated process, chances are you might find this script useful.

Here a small example of of how to use it in an interpreter session:

>>> from stages import Runner
>>> runner = Runner("config_file", heading="Example run")
>>> runner.run()

Want to read more, found a bug or you want to contribute? Visit the GitHub repo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

stages-1.0.dev0-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page