Metadata-Version: 2.0
Name: cooked-input
Version: 0.2.7
Summary: Get, clean, convert and validate input.
Home-page: https://github.com/lwanger/cooked_input
Author: Len Wanger
Author-email: len_wanger@hotmail.com
License: MIT
Keywords: command line tool development input raw_input
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development
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
Requires-Dist: setuptools-git



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

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

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

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

.. image:: https://img.shields.io/pypi/pyversions/cooked-input.svg


Cooked Input Project
====================


``cooked_input`` is a Python package for getting, cleaning, converting, and validating input. 
If you think of input (raw_input in legacy Python) as raw input, then this is cooked input.


Documentation
-------------

The documentation is available at: http://cooked-input.readthedocs.io/en/latest/


Python 2/3 Support
------------------

cooked_input has been tested on Python: 2.7. 3.5, and 3.6


Installation
------------

  pip install cooked_input


Project Page
------------

Project information and source code is available at: https://github.com/lwanger/cooked_input


Tutorial
--------

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





