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.

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