Metadata-Version: 1.1
Name: pydantic
Version: 0.0.3
Summary: Data validation and settings management using python 3.6 type hinting
Home-page: https://github.com/samuelcolvin/pydantic
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Description: pydantic
        ========
        
        |BuildStatus| |Coverage| |pypi|
        
        
        Data validation and settings management using python 3.6 type hinting.
        
        
        TODO:
        
        * more info: alt names and descriptions, eg. for OPTIONS requests
        * length limits for lists, dicts etc.
        * better info: eg. choices, str length range
        
        
        .. |BuildStatus| image:: https://travis-ci.org/samuelcolvin/pydantic.svg?branch=master
           :target: https://travis-ci.org/samuelcolvin/pydantic
        .. |Coverage| image:: https://codecov.io/gh/samuelcolvin/pydantic/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/samuelcolvin/pydantic
        .. |pypi| image:: https://img.shields.io/pypi/v/pydantic.svg
           :target: https://pypi.python.org/pypi/pydantic
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
