python-dependency-injector/examples/providers/configuration
Roman Mogylatov 15fa6c301e
Pydantic settings support (#388)
* Add implementation and basic test

* Add full test coverage + bugfix

* Add test coverage for .from_yaml() method

* Update setup.py, tox and dev requirements

* Stop running pydantic tests on Python 3.5 and below

* Remove pydantic from tox Python < 3.6

* Add example and docs

* Update features block

* Add extra test

* Update changelog
2021-02-03 09:21:32 -05:00
..
config.ini Add configuration provider docs 2020-06-25 17:12:16 -04:00
config.local.yml Add configuration provider docs 2020-06-25 17:12:16 -04:00
config.yml Add configuration provider docs 2020-06-25 17:12:16 -04:00
configuration_dict.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_env.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_ini.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_itemselector.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_multiple.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_pydantic.py Pydantic settings support (#388) 2021-02-03 09:21:32 -05:00
configuration_required.py Required config options and strict mode (#360) 2021-01-16 08:53:40 -05:00
configuration_strict.py Required config options and strict mode (#360) 2021-01-16 08:53:40 -05:00
configuration_type_custom.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_type.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_yaml.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00