2016-04-20 14:19:54 +03:00
|
|
|
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
|
2016-09-23 00:24:45 +03:00
|
|
|
applications that are built according to the inversion of control principle
|
|
|
|
and powered by *Dependency Injector* framework.
|
2016-04-20 14:19:54 +03:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
movie_lister
|
2018-06-27 19:06:56 +03:00
|
|
|
services_miniapp_v1
|
|
|
|
services_miniapp_v2
|
2017-12-25 17:47:58 +03:00
|
|
|
bundles_miniapp
|
2018-01-22 00:55:32 +03:00
|
|
|
use_cases_miniapp
|
2018-06-27 19:29:55 +03:00
|
|
|
password_hashing_miniapp
|
2018-08-16 23:52:56 +03:00
|
|
|
chained_factories
|
|
|
|
factory_of_factories
|