Update README

This commit is contained in:
Roman Mogylatov 2020-09-30 21:41:50 -04:00
parent 223c567437
commit 758aa4b15d
2 changed files with 0 additions and 12 deletions

View File

@ -111,17 +111,6 @@ Key features of the ``Dependency Injector``:
main() main()
With the ``Dependency Injector`` you keep **application structure in one place**.
This place is called **the container**. You use the container to manage all the components of the
application. All the component dependencies are defined explicitly. This provides the control on
the application structure. It is **easy to understand and change** it.
.. figure:: ./main.svg
:target: https://github.com/ets-labs/python-dependency-injector
:width: 80%
*The container is like a map of your application. You always know what depends on what.*
Visit the docs to know more about the Visit the docs to know more about the
`Dependency injection and inversion of control in Python <http://python-dependency-injector.ets-labs.org/introduction/di_in_python.html>`_. `Dependency injection and inversion of control in Python <http://python-dependency-injector.ets-labs.org/introduction/di_in_python.html>`_.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB