mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
23 lines
735 B
ReStructuredText
23 lines
735 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.
|
||
|
|
||
|
Current section of documentation is designed to provide several example mini
|
||
|
applications that are built according to the inversion of control principle
|
||
|
and powered by *Dependency Injector* framework.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
bundles_miniapp
|
||
|
use_cases_miniapp
|
||
|
password_hashing_miniapp
|
||
|
chained_factories
|
||
|
factory_of_factories
|