mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
bf978601ba
* Refactor services mini app with single container * Make few little fixes to single container app * Update requirements.txt for single container example * Refactor multiple containers example * Add single container docs page * Create multiple containers page
21 lines
604 B
ReStructuredText
21 lines
604 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
|
|
installation
|