python-dependency-injector/docs/introduction/index.rst

21 lines
604 B
ReStructuredText
Raw Normal View History

2016-03-29 20:17:12 +03:00
Introduction
============
.. meta::
2016-04-23 15:00:06 +03:00
: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.
2016-03-29 20:17:12 +03:00
.. toctree::
:maxdepth: 2
what_is_di
di_in_python
key_features
installation