Metadata-Version: 1.1
Name: idempotent-sequence
Version: 1.0.0
Summary: Organise a set of units of code in a sequence that can be rerun repeatedly skipping already completed units
Home-page: https://github.com/jbasko/idempotent-sequence
Author: Jazeps Basko
Author-email: jazeps.basko@gmail.com
License: MIT
Description: idempotent-sequence
        ===================
        
        A set of Python classes to declare an idempotent sequence of commands --
        a sequence that can be run repeatedly and on success will produce
        the same side effects no matter how many times you invoke it.
        
        This is useful when you have a sequence of commands each of which can
        fail and you want to keep rerunning the sequence until it succeeds, yet 
        you don't want to run previously completed parts again.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
