2016-03-29 20:17:12 +03:00
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
2016-04-11 23:16:46 +03:00
|
|
|
.. meta::
|
2016-04-23 15:00:06 +03:00
|
|
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
2016-04-11 23:16:46 +03:00
|
|
|
:description: Current section of documentation is designed to give some
|
|
|
|
overview about dependency injection pattern, inversion of
|
|
|
|
control principle and "Dependency Injector" framework.
|
|
|
|
|
2016-03-30 17:10:43 +03:00
|
|
|
Current section of documentation is designed to give some overview about
|
|
|
|
dependency injection pattern, inversion of control principle and
|
|
|
|
*Dependency Injector* framework.
|
2016-03-29 20:17:12 +03:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
what_is_di
|
|
|
|
di_in_python
|
2016-03-30 17:10:43 +03:00
|
|
|
key_features
|
2020-09-05 06:19:32 +03:00
|
|
|
installation
|