Metadata-Version: 1.1
Name: mando
Version: 0.1
Summary: Create Python CLI apps with little to no effort at all!
Home-page: https://mando.readthedocs.org/
Author: Michele Lacchia
Author-email: michelelacchia@gmail.com
License: MIT
Download-URL: https://pypi.python.org/mando/
Description: mando
        =====
        
        .. image:: https://travis-ci.org/rubik/mando.png?branch=master
            :alt: Travis-CI badge
            :target: https://travis-ci.org/rubik/mando
        
        .. image:: https://drone.io/github.com/rubik/mando/status.png
            :alt: Drone badge
            :target: https://drone.io/github.com/rubik/mando
        
        .. image:: https://coveralls.io/repos/rubik/mando/badge.png
            :alt: Coveralls badge
            :target: https://coveralls.io/r/rubik/mando
        
        
        Python library to ease the creation of command line interfaces.
        Documentation and this README are WIP.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
