mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
21 lines
601 B
ReStructuredText
21 lines
601 B
ReStructuredText
Introduction
|
|
============
|
|
|
|
.. meta::
|
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
|
:description: Current section of documentation is designed to give some
|
|
overview about dependency injection pattern, inversion of
|
|
control principle and "Dependency Injector" framework.
|
|
|
|
Current section of documentation is designed to give some overview about
|
|
dependency injection pattern, inversion of control principle and
|
|
*Dependency Injector* framework.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
what_is_di
|
|
di_in_python
|
|
key_features
|
|
structure
|