Metadata-Version: 1.1
Name: clack
Version: 0.0.0-dev
Summary: Command Line Accessible Calling Kit
Home-page: https://github.com/borntyping/python-clack
Author: Sam Clements
Author-email: sam.clements@datasift.com
License: MIT
Description: =====
        clack
        =====
        
        .. image:: http://img.shields.io/pypi/v/clack.svg?style=flat-square
            :target: https://pypi.python.org/pypi/clack
        
        .. image:: http://img.shields.io/pypi/l/clack.svg?style=flat-square
            :target: https://pypi.python.org/pypi/clack
        
        .. image:: http://img.shields.io/travis/borntyping/python-clack/master.svg?style=flat-square
            :target: https://travis-ci.org/borntyping/python-clack
        
        |
        
        A Python library to help with calling out to other commands (maybe).
        
        * `Source on GitHub <https://github.com/borntyping/python-clack>`_
        * `Documentation on Read the Docs <http://clack.readthedocs.org/en/latest/>`_
        * `Packages on PyPI <https://pypi.python.org/pypi/clack>`_
        
        Usage
        -----
        
        Currently undefined.
        
        Installation
        ------------
        
        ::
        
            pip install clack
        
        Licence
        -------
        
        ``clack`` is licensed under the `MIT Licence <http://opensource.org/licenses/MIT>`_.
        
        Authors
        -------
        
        ``clack`` was written by `Sam Clements <https://github.com/borntyping>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries
