Samuel Colvin
8301f9e4b2
dataclass validation ( #334 )
...
* dataclass validation, fix #273
* support for tuple or dict in dataclasses
* tweaks
* adding example in docs
2018-12-27 19:15:39 +00:00
jarekkar
72791787ea
Add support for passing Configs to Dataclasses ( #285 )
...
* Add support for passing Configs to Dataclasses
* formatting and fixes
* move tests into dataclasses_config.py
* use inherit_config in create_model
fix #276
2018-12-27 17:54:17 +00:00
Samuel Colvin
b5fdc0db1e
dataclass inheritance, fix #293 ( #299 )
2018-11-15 12:28:03 +00:00
Samuel Colvin
15850a43c5
moving to black ( #287 )
...
* moving to black
* put back flake8
* remove isort option
* putting back isort
* uprev pycodestyle
* remove black from docs/examples
* tweak parse.py
2018-11-15 11:30:07 +00:00
Samuel Colvin
f3a278bb8d
Dataclasses ( #269 )
...
* pydantic.dataclasses.dataclass decorator
* add dataclasses to requirnment.txt
* reimplement dataclasses
* fix linting, fix coverage
* docs
2018-10-01 09:48:28 +01:00