Update README.rst

This commit is contained in:
Roman Mogylatov 2020-07-02 18:40:03 -04:00 committed by GitHub
parent 950922c642
commit f83d741e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
.. figure:: ./docs/logo2.svg .. figure:: ./docs/logo2.svg
| |
.. image:: https://img.shields.io/pypi/v/dependency_injector.svg .. image:: https://img.shields.io/pypi/v/dependency_injector.svg
@ -28,7 +27,10 @@
:target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master
:alt: Coverage Status :alt: Coverage Status
**Dependency Injector** is a dependency injection microframework for Python. What is ``Dependency Injector``?
================================
``Dependency Injector`` is a dependency injection microframework for Python.
It was designed to be a unified and developer-friendly tool that helps It was designed to be a unified and developer-friendly tool that helps
implement a dependency injection design pattern in a formal, pretty, and implement a dependency injection design pattern in a formal, pretty, and
Pythonic way. Pythonic way.