Metadata-Version: 1.1
Name: cooked-input
Version: 0.1.0
Summary: Toolkit for getting input from the keyboard.
Home-page: https://github.com/lwanger/cooked_input
Author: Len Wanger
Author-email: len_wanger@hotmail.com
License: MIT
Description: 

        IO Get Input Project

        ====================

        

        This is a Python package for getting keyboard input from the command line. If 

        you think of input (or raw_input in legacy Python) as raw input, then this is 

        cooked input.

        

        github archive: https://github.com/lwanger/iogetinput

        

        ----

        

        This is the readme for the project.

        

        written in restructured text

        

        document usage.

        point to examples

        talk about convertors, cleaners, and validators

        

        see TODO.md for list of TODO items

        
Keywords: command line tool development input raw_input
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
