2020-09-05 03:19:32 +00:00
|
|
|
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.
|
|
|
|
|
2020-09-07 01:51:38 +00:00
|
|
|
This sections contains assorted ``Dependency Injector`` examples.
|
2020-09-05 03:19:32 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
use_cases_miniapp
|
2020-09-07 15:50:32 +00:00
|
|
|
password-hashing
|
2020-09-05 03:19:32 +00:00
|
|
|
chained_factories
|
|
|
|
factory_of_factories
|