python-dependency-injector/docs/introduction/index.rst
2020-09-03 16:20:04 -04:00

20 lines
587 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