From d286b2565c8ffbec8dc08b91fa5ad1dc10a62205 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 5 Aug 2015 17:33:26 +0300 Subject: [PATCH] Updating docs main page --- docs/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 8dbab77e..e668f1b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,6 +29,19 @@ Dependency injection framework for Python projects. | | :alt: Coverage Status | +---------------------------------------+-------------------------------------------------------------------+ +*Objects* is a dependency injection framework for Python projects. +It was designed to be unified, developer's friendly tool for managing any kind +of Python objects and their dependencies in formal, pretty way. + +Below is a list of some key features and points of *Objects* framework: + +- Easy, smart, pythonic style. +- Obvious, clear structure. +- Memory efficiency. +- Semantic versioning. + +Main idea of *Objects* is to keep dependencies under control. + Contents --------