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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stages-1.0.dev0-py2.py3-none-any.whl.
File metadata
- Download URL: stages-1.0.dev0-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
719015db35ce2c75c62ec13c09362a22166b50186dd808745f5f6c96f72e461f
|
|
| MD5 |
7ae03fc53e3b81534c7a72a89dbb6c97
|
|
| BLAKE2b-256 |
40b2a6d4bc340c9ad3911786077d357aea3a959b2014ff72601fbcf7a47445e6
|