mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
5358dd85f1
* Rework movie lister example app * Code style fix * Doc block fix * Update the container * Make second round of the refactoring * Rename name to title * Remove old movie lister docs from the examples * Add fixtures generator output on success * Update docblock in the entities module * Update example readme * Add CLI app tutorial * Update some wording in the other tutorials * Spread link to the tutorial * Fix code indentation issue
25 lines
771 B
ReStructuredText
25 lines
771 B
ReStructuredText
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
|
|
|
|
services_miniapp_v1
|
|
services_miniapp_v2
|
|
bundles_miniapp
|
|
use_cases_miniapp
|
|
password_hashing_miniapp
|
|
chained_factories
|
|
factory_of_factories
|