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
|
2020-09-10 00:58:28 +03:00
|
|
|
:description: Current section of the documentation is provides an
|
|
|
|
overview of the dependency injection, inversion of
|
2020-09-10 00:52:22 +03:00
|
|
|
control and Dependency Injector framework.
|
2016-04-11 23:16:46 +03:00
|
|
|
|
2020-09-10 00:58:28 +03:00
|
|
|
Current section of the documentation provides an overview of the
|
2020-09-10 00:52:22 +03:00
|
|
|
dependency injection, inversion of control and the ``Dependency Injector`` framework.
|
2016-03-29 20:17:12 +03:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
di_in_python
|
2016-03-30 17:10:43 +03:00
|
|
|
key_features
|
2020-09-05 06:19:32 +03:00
|
|
|
installation
|