2017-05-08 12:34:20 +01:00
2017-05-08 12:34:20 +01:00
2017-05-05 20:02:41 +01:00
2017-05-05 13:34:59 +01:00
2017-05-05 13:34:59 +01:00
2017-05-03 22:23:41 +01:00
2017-05-06 15:07:37 +01:00
2017-05-08 11:44:50 +01:00
2017-05-05 22:01:10 +01:00
2017-05-05 12:19:25 +01:00

pydantic
========

|Build Status| |Coverage| |pypi|


Data validation and settings management using python 3.6 type hinting.


TODO:

* performance benchmarks
* make fields truly recursive
* more info: alt names and descriptions, eg. for OPTIONS requests
* range integer and positive integer
* length limits for lists, dicts etc.
* better info: eg. choices, str length range


.. |Build Status| 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
S
Description
No description provided
Readme MIT 5.9 MiB
Languages
Python 99.7%
Makefile 0.3%