Metadata-Version: 1.1
Name: pros
Version: 0.1.0
Summary: UNIX pipeline on python and steroids
Home-page: https://github.com/orsinium/pros
Author: orsinium
Author-email: master_fess@mail.ru
License: GNU Lesser General Public License v3.0
Download-URL: https://github.com/orsinium/pros/tarball/master
Description-Content-Type: UNKNOWN
Description: Pros
        ====
        
        WIP. Unstable.
        
        Pros -- UNIX pipeline on python and steroids.
        
        Features:
        
        -  Tree, not chain.
        -  Any command can get any message from any parent.
        -  Powerful CLI
        -  YAML scenarios (like in Ansible) with Jinja2 templating.
        -  Simple commands chaining from code.
        -  Simple custom commands creating this pythonic native coroutines
           mechanism.
        -  Many examples.
        
Keywords: pipe pipeline chain tree cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires: jinja2
Requires: prompt_toolkit
Requires: PyYAML
