Metadata-Version: 1.2
Name: procin
Version: 1.1.0
Summary: library to interface to commands that generate output
Home-page: https://github.com/andgrit/procin
Author: Powell Quiring
Author-email: powellquiring@gmail.com
License: MIT license
Description: ======
        procin
        ======
        
        # Release
        Check out [for every release](https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html#for-every-release)
        # Test
        
        
        .. image:: https://img.shields.io/pypi/v/procin.svg
                :target: https://pypi.python.org/pypi/procin
        
        .. image:: https://img.shields.io/travis/andgrit/procin.svg
                :target: https://travis-ci.com/andgrit/procin
        
        .. image:: https://readthedocs.org/projects/procin/badge/?version=latest
                :target: https://procin.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        library to interface to commands that generate output
        
        
        * Free software: MIT license
        * Documentation: https://procin.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-07-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: procin
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
