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
17 lines
345 B
ReStructuredText
17 lines
345 B
ReStructuredText
Examples
|
|
========
|
|
|
|
.. meta::
|
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control,Example
|
|
:description: Python dependency injection examples.
|
|
|
|
Explore the examples to see the ``Dependency Injector`` in action.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
application-single-container
|
|
application-multiple-containers
|
|
|
|
.. disqus::
|