Files
pydantic/README.rst
T
Samuel Colvin 5089865857 uprev
2018-10-02 17:36:41 +01:00

19 lines
734 B
ReStructuredText

pydantic
========
|BuildStatus| |Coverage| |pypi| |gitter|
Data validation and settings management using python type hinting.
See `documentation`_ for more details.
.. |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
.. |gitter| image:: https://badges.gitter.im/pydantic.svg
:target: https://gitter.im/pydantic/Lobby
.. _documentation: https://pydantic-docs.helpmanual.io/