mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
29f209d382
* Fix dependency provider stub issue with required init arg * Refactor bundles example app * Rename bundles package * Rename bundles example container * Rename bundles mini app to decoupled packages * Move decoupled packages example to main examples * Fix a typo * Add meta
20 lines
578 B
ReStructuredText
20 lines
578 B
ReStructuredText
Other examples
|
|
==============
|
|
|
|
.. meta::
|
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
|
:description: Current section of documentation is designed to provide
|
|
several example mini applications that are built on the top
|
|
of inversion of control principle and powered by
|
|
"Dependency Injector" framework.
|
|
|
|
This sections contains assorted ``Dependency Injector`` examples.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
use_cases_miniapp
|
|
password_hashing_miniapp
|
|
chained_factories
|
|
factory_of_factories
|