mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-25 16:03:15 +03:00
Update README.rst
This commit is contained in:
parent
eef8e04a4e
commit
d0464bd859
15
README.rst
15
README.rst
|
@ -42,9 +42,9 @@ What is ``Dependency Injector``?
|
||||||
Why do I need it?
|
Why do I need it?
|
||||||
=================
|
=================
|
||||||
|
|
||||||
``Dependency Injector`` helps you **improve application structure**.
|
The ``Dependency Injector`` helps you **improve application structure**.
|
||||||
|
|
||||||
With ``Dependency Injector`` you keep your **application structure in one place**. This place is called **container**. In the container you see all application components and their dependencies.
|
With the ``Dependency Injector`` you keep your **application structure in one place**. This place is called the **container**. In the container you see all application components and their dependencies.
|
||||||
|
|
||||||
*The container is like a map of your application.*
|
*The container is like a map of your application.*
|
||||||
|
|
||||||
|
@ -117,8 +117,8 @@ Run the application:
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
You can find more *Dependency Injector* examples in the ``/examples`` directory
|
You can find more ``Dependency Injector`` examples in the ``/examples`` directory
|
||||||
on our GitHub:
|
on the GitHub:
|
||||||
|
|
||||||
https://github.com/ets-labs/python-dependency-injector
|
https://github.com/ets-labs/python-dependency-injector
|
||||||
|
|
||||||
|
@ -141,6 +141,13 @@ Have a question?
|
||||||
- Open a `Github Issue <https://github.com/ets-labs/python-dependency-injector/issues>`_
|
- Open a `Github Issue <https://github.com/ets-labs/python-dependency-injector/issues>`_
|
||||||
|
|
||||||
|
|
||||||
|
Want to help?
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- 🆕 Start a new project with the ``Dependency Injector``
|
||||||
|
- 💬 Tell your friend about the ``Dependency Injector``
|
||||||
|
- ⭐️ Star the ``Dependency Injector`` on the `Github <https://github.com/ets-labs/python-dependency-injector/>`_
|
||||||
|
|
||||||
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
|
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
|
||||||
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
|
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
|
||||||
.. _PyPi: https://pypi.org/project/dependency-injector/
|
.. _PyPi: https://pypi.org/project/dependency-injector/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user