@@ -3,23 +3,23 @@ Dependency Injector --- Dependency injection microframework for Python
33======================================================================
44
55.. meta ::
6- :keywords: Python,DI,Dependency injection,IoC,Inversion of Control
76 :google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA
7+ :keywords: Python,Dependency injection,DI,Inversion of Control,IoC,
8+ IoC Container,Factory, Singleton, Design Patterns
89 :description: Dependency Injector is a dependency injection microframework
910 for Python. It was designed to be unified, developer-friendly
10- tool that helps to implement dependency injection pattern in
11- formal, pretty, Pythonic way. Dependency Injector framework
12- key features are: Easy, smart, pythonic style; Obvious, clear
13- structure; Extensibility and flexibility; High performance;
14- Memory efficiency; Thread safety; Documentation; Semantic
15- versioning; Dependency Injector providers are implemented as
16- C extension types using Cython.
11+ tool that helps to implement dependency injection design
12+ pattern in formal, pretty, Pythonic way. Dependency Injector
13+ provides implementations of such popular design patterns
14+ like IoC container, Factory and Singleton. Dependency
15+ Injector providers are implemented as C extension types
16+ using Cython.
1717
1818.. _index :
1919
2020*Dependency Injector * is a dependency injection microframework for Python.
2121It was designed to be unified, developer-friendly tool that helps to implement
22- dependency injection pattern in formal, pretty, Pythonic way.
22+ dependency injection design pattern in formal, pretty, Pythonic way.
2323
2424*Dependency Injector * framework key features are:
2525
0 commit comments