Metadata-Version: 1.1
Name: runsteps
Version: 0.4.0
Summary: A tool for executing a set of ordered instructions
Home-page: https://github.com/jhuntwork/runsteps
Author: Jeremy Huntwork
Author-email: jhuntwoarrk@lightcubesolutions.com
License: MIT
Description: runsteps
        ========
        
        A controlled sequential command runner.
        
        What does that mean? Given a series of commands, perhaps a directory of
        shell scripts, and a mechanism for specfying the order of those
        commands, runsteps will execute them and monitor them for state and
        failure.
        
        More specifically, runsteps collects running times, output and return codes of
        each executed step and controls the environment variables of the step. A
        mechanism for any step to 'save' key value pairs for use as environment
        variables in following steps is also provided. This allows the steps to 'share'
        small bits of data between themselves as the entire run progresses.
Keywords: scripting automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
