Update short description on docs index page

This commit is contained in:
Roman Mogilatov 2016-10-06 23:25:14 +03:00
parent 8e290fb674
commit 6c25c91146
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
=============================================================
Dependency Injector --- Python dependency injection framework
=============================================================
@ -10,8 +11,8 @@ Dependency Injector --- Python dependency injection framework
their dependencies in formal, pretty way.
*Dependency Injector* is a Python dependency injection framework. It was
designed to be unified, developer-friendly tool for managing any kind
of Python objects and their dependencies in formal, pretty way.
designed to be unified, developer-friendly tool that helps to implement
dependency injection pattern in formal, pretty, Pythonic way.
*Dependency Injector* framework key features are: