mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
31683f8dc42adeff378c78854fea86d144bce0d4
* Get rid of `track` in errors * Move `display_as_type` func into utils module * Get rid of error as `namedtuple` * Renamed `Error.index` to `Error.loc` * New way to get error type * New way to get error message * New errors format * Renamed `flatten_errors` property to `flat_errors` * `__slots__` for `Error` and `ValidationError` * `loc` as `tuple` * Tests * Review fixes * `flatten_errors` as generator
pydantic ======== |BuildStatus| |Coverage| |pypi| Data validation and settings management using python 3.6 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 .. _documentation: https://pydantic-docs.helpmanual.io/
Languages
Python
99.7%
Makefile
0.3%