mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2026-02-04 06:36:21 +03:00
* 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 |
||
|---|---|---|
| .. | ||
| configuration | ||
| abstract_factory.py | ||
| async_overriding.py | ||
| async.py | ||
| callable.py | ||
| coroutine.py | ||
| custom_factory.py | ||
| dependency_default.py | ||
| dependency.py | ||
| dict_non_string_keys.py | ||
| dict.py | ||
| factory_aggregate.py | ||
| factory_delegation.py | ||
| factory_init_injections_underlying.py | ||
| factory_init_injections.py | ||
| factory_provided_type.py | ||
| factory.py | ||
| list.py | ||
| object.py | ||
| overriding.py | ||
| provided_instance_complex.py | ||
| provided_instance.py | ||
| resource.py | ||
| selector.py | ||
| singleton_multiple_containers.py | ||
| singleton_resetting.py | ||
| singleton_scoped.py | ||
| singleton_thread_locals.py | ||
| singleton.py | ||