Skip to main content

no_action is an incremental automation library to eliminate toil in processes.

Project description

no_action

An incremental automation library to eliminate toil in processes.

Description

Ideologically based on Dan Slimmon's Do-nothing scripting article from 2019. no_action provides a Step class that can be sub-classed and customized as well as a Prodecure class that wraps a series of ordered steps.

First, one writes a series of Steps with the manual details in their docstring and the procedure prints the docstrings, a glorified checklist. Over time though, with each Step encapsulated in a discrete class, Steps of a procedure can be automated by writing code that actually does what is described in the docstring (override the Step.execute() method). Soon, your procedures are fully automated and can be hooked into an Internal Developer Platform (IDP), a runner, or other automation orchestration system.

Installation

This library can be found on PyPI. Run the following command to install the library into your project.

python3 -m pip install no-action

License

This project is licensed under the GNU GPL 3. See;

Project details


Download files

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

Source Distribution

no_action-0.7.0.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

no_action-0.7.0-py3-none-any.whl (21.5 kB view hashes)

Uploaded 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