Metadata-Version: 2.0
Name: cooked-input
Version: 0.2.3
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
Download-URL: https://github.com/lwanger/cooked_input/archive/V0.1.1.tar.gz
Description: 
Requires-Dist: setuptools-git
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

        Cooked Input Project

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

        

        .. image:: https://img.shields.io/pypi/v/cooked_input.svg

           :alt: PyPi Version

           :scale: 100%

           :target: https://pypi.python.org/pypi/cooked_input/

        

        .. image:: https://img.shields.io/pypi/dm/cooked_input.svg

           :alt: PyPi Monthly Downloads

           :scale: 100%

           :target: https://pypi.python.org/pypi/cooked_input/

        

        .. image:: https://img.shields.io/pypi/l/cooked_input.svg

           :alt: License

           :scale: 100%

           :target: https://github.com/lwanger/cooked_input/blob/master/LICENSE

        

        .. image:: https://readthedocs.org/projects/cooked_input/badge/?version=latest

           :alt: Documentation Status

           :scale: 100%

           :target: https://readthedocs.org/projects/cooked_input/

        

        .. .. image:: https://img.shields.io/pypi/pyversions/cooked_input.svg

        ..   :alt: Python versions

        ..   :scale: 100%

        ..   :target: https://pypi.python.org/pypi/cooked_input/

        

        ``cooked_input`` is a Python package for getting, cleaning, converting, and validating keyboard input from the command

        line. If you think of input (raw_input in legacy Python) as raw input, then this is cooked input.

        

        Documentation

        -------------

        

        Read the full documentation at readthedocs.org:

        

          - `cooked_input documentation <http://cooked-input.readthedocs.io/en/latest/>`_

        

        

        Python 2/3 Support

        ------------------

        

          - Python 2.7

          - Python 3.2/3.3/3.4/3.5

        

        Installation

        ------------

        

        From pypi::

        

          pip install cooked_input

        

        Project Page

        ------------

        

        Source code and other project information available at the github archive: https://github.com/lwanger/cooked_input

        

        

        Tutorial

        --------

        

        The best way to get started is the tutorial at: <http://cooked-input.readthedocs.io/en/latest/tutorial.html>

        

        
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
