mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-27 01:34:26 +03:00
Add some improvements to the documentation
This commit is contained in:
parent
79d1d76817
commit
b05b673108
|
@ -4,7 +4,7 @@ Dependency Injector - Dependency injection microframework for Python
|
|||
|
||||
*Dependency Injector* is a dependency injection microframework for Python.
|
||||
It was designed to be unified, developer-friendly tool that helps to implement
|
||||
dependency injection pattern in formal, pretty, Pythonic way.
|
||||
dependency injection design pattern in formal, pretty, Pythonic way.
|
||||
|
||||
*Dependency Injector* framework key features are:
|
||||
|
||||
|
|
|
@ -3,23 +3,23 @@ Dependency Injector --- Dependency injection microframework for Python
|
|||
======================================================================
|
||||
|
||||
.. meta::
|
||||
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
||||
:google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA
|
||||
:keywords: Python,Dependency injection,DI,Inversion of Control,IoC,
|
||||
IoC Container,Factory, Singleton, Design Patterns
|
||||
:description: Dependency Injector is a dependency injection microframework
|
||||
for Python. It was 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: Easy, smart, pythonic style; Obvious, clear
|
||||
structure; Extensibility and flexibility; High performance;
|
||||
Memory efficiency; Thread safety; Documentation; Semantic
|
||||
versioning; Dependency Injector providers are implemented as
|
||||
C extension types using Cython.
|
||||
tool that helps to implement dependency injection design
|
||||
pattern in formal, pretty, Pythonic way. Dependency Injector
|
||||
provides implementations of such popular design patterns
|
||||
like IoC container, Factory and Singleton. Dependency
|
||||
Injector providers are implemented as C extension types
|
||||
using Cython.
|
||||
|
||||
.. _index:
|
||||
|
||||
*Dependency Injector* is a dependency injection microframework for Python.
|
||||
It was designed to be unified, developer-friendly tool that helps to implement
|
||||
dependency injection pattern in formal, pretty, Pythonic way.
|
||||
dependency injection design pattern in formal, pretty, Pythonic way.
|
||||
|
||||
*Dependency Injector* framework key features are:
|
||||
|
||||
|
|
|
@ -6,7 +6,9 @@ Dependency injection and inversion of control in Python
|
|||
:description: This article describes benefits of dependency injection and
|
||||
inversion of control for Python applications. Also it
|
||||
contains some Python examples that show how dependency
|
||||
injection and inversion could be implemented.
|
||||
injection and inversion could be implemented. In addition, it
|
||||
demonstrates usage of dependency injection framework,
|
||||
IoC container and such popular design pattern as Factory.
|
||||
|
||||
History
|
||||
~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue
Block a user