Data validation and settings management using python 3.6 type hinting.
See documentation for more details.
History
v0.8.0 (2018-03-25)
fix type annotation for inherit_config #139
breaking change: check for invalid field names in validators #140
validate attributes of parent models #141
breaking change: email validation now uses email-validator #142
v0.7.1 (2018-02-07)
fix bug with create_model modifying the base class
v0.7.0 (2018-02-06)
added compatibility with abstract base classes (ABCs) #123
add create_model method #113 #125
breaking change: rename .config to .__config__ on a model
breaking change: remove deprecated .values() on a model, use .dict() instead
remove use of OrderedDict and use simple dict #126
add Config.use_enum_values #127
add wildcard validators of the form @validate('*') #128
v0.6.4 (2018-02-01)
allow python date and times objects #122
v0.6.3 (2017-11-26)
fix direct install without README.rst present
v0.6.2 (2017-11-13)
errors for invalid validator use
safer check for complex models in Settings
v0.6.1 (2017-11-08)
prevent duplicate validators, #101
add always kwarg to validators, #102
v0.6.0 (2017-11-07)
assignment validation #94, thanks petroswork!
JSON in environment variables for complex types, #96
add validator decorators for complex validation, #97
depreciate values(...) and replace with .dict(...), #99
v0.5.0 (2017-10-23)
add UUID validation #89
remove index and track from error object (json) if they’re null #90
improve the error text when a list is provided rather than a dict #90
add benchmarks table to docs #91
v0.4.0 (2017-07-08)
show length in string validation error
fix aliases in config during inheritance #55
simplify error display
use unicode ellipsis in truncate
add parse_obj, parse_raw and parse_file helper functions #58
switch annotation only fields to come first in fields list not last
v0.3.0 (2017-06-21)
immutable models via config.allow_mutation = False, associated cleanup and performance improvement #44
immutable helper methods construct() and copy() #53
allow pickling of models #53
setattr is removed as __setattr__ is now intelligent #44
raise_exception removed, Models now always raise exceptions #44
instance method validators removed
django-restful-framework benchmarks added #47
fix inheritance bug #49
make str type stricter so list, dict etc are not coerced to strings. #52
add StrictStr which only always strings as input #52
v0.2.1 (2017-06-07)
pypi and travis together messed up the deploy of v0.2 this should fix it
v0.2.0 (2017-06-07)
breaking change: values() on a model is now a method not a property, takes include and exclude arguments
allow annotation only fields to support mypy
add pretty to_string(pretty=True) method for models
v0.1.0 (2017-06-03)
add docs
add history
Release files for pydantic 0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydantic-0.8.tar.gz | 17.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydantic-0.8-py36-none-any.whl | Python 3.6 | none | any | Details |
Total release size: 41.1 kB
Release files / pydantic-0.8.tar.gz
| Download URL | pydantic-0.8.tar.gz |
|---|---|
| Size | 17.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3976cf6c1022a622136ccc5f3fa3a8bf174bd4539c8b085d2b66fc2272f60110
|
|
BLAKE2b-256 checksum How to use checksums |
87733ca6ad56a3cf735eab42b1f5467cd30fddbb3666c066ebab3d40f3e1c56a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pydantic-0.8-py36-none-any.whl
| Download URL | pydantic-0.8-py36-none-any.whl |
|---|---|
| Size | 23.6 kB |
| Tags | Python 3.6 |
|
SHA-256 checksum How to use checksums |
85639faeced3fb2ba9d149efbdf0a4c62630ac7b268af966c3d2dfc98235e86f
|
|
BLAKE2b-256 checksum How to use checksums |
8f6dec44c19addbd79cb28adce79713942cecefb61751ff56e405e69228d38bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |