Metadata-Version: 1.0
Name: simpleinput
Version: 0.1
Summary: Request inpunts of specific types.
Home-page: code.google.com/p/py-simpleinput
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: UNKNOWN
Description: Request inputs of specific types from user. Useful for building simple CLI
        applications. 
        
        simpleinput has support to:
         * Boolean inputs
         * Numeric inputs
         * Choices
         
        Each input function has a unified interface and can be called from within a user
        specified context that defines many common aspects of execution. 
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
