mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
19 lines
545 B
ReStructuredText
19 lines
545 B
ReStructuredText
Introduction
|
|
============
|
|
|
|
.. meta::
|
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
|
:description: Current section of the documentation is provides an
|
|
overview of the dependency injection, inversion of
|
|
control and Dependency Injector framework.
|
|
|
|
The current section of the documentation provides an overview of the
|
|
dependency injection, inversion of control, and the ``Dependency Injector`` framework.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
di_in_python
|
|
key_features
|
|
installation
|