mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
96e3e74262c8bf19c57ca0526337f29abd8e1fdb
fix #378 * Tracking for setting attributes * Fixes accidental leak of fields * Allows defaults fields to be recursively set * Docs and history for skip_defaults * Mypy fix on calculate keys * Update pydantic/main.py Co-Authored-By: dgasmith <dgasmith@icloud.com> * Update pydantic/main.py Co-Authored-By: dgasmith <dgasmith@icloud.com> * Update HISTORY.rst Co-Authored-By: dgasmith <dgasmith@icloud.com> * Cleanup pass based off review * Simplifies constructors based on feedback * Makes mypy happy with exlicit KeysView * SetOrKeys and faster key search * Formats files once more * add tests for dict, pickle and construct * fixes for dict, pickle and construct * correct field_set for extra.ignore * Fixes format
pydantic ======== |BuildStatus| |Coverage| |pypi| 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 .. _documentation: https://pydantic-docs.helpmanual.io/
Languages
Python
99.7%
Makefile
0.3%