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

19 lines
540 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
2020-09-10 00:58:28 +03:00
:description: Current section of the documentation is provides an
overview of the dependency injection, inversion of
control and Dependency Injector framework.
2020-09-10 00:58:28 +03:00
Current section of the documentation provides an overview of the
dependency injection, inversion of control and the ``Dependency Injector`` framework.
2016-03-29 20:17:12 +03:00
.. toctree::
:maxdepth: 2
di_in_python
key_features
installation