mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Update README.rst
This commit is contained in:
		
							parent
							
								
									7a1b977c7c
								
							
						
					
					
						commit
						99360e8321
					
				| 
						 | 
					@ -64,7 +64,7 @@ How does it different from the other frameworks?
 | 
				
			||||||
- **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*.
 | 
					- **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*.
 | 
				
			||||||
- **Does not pollute your code** .Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks.
 | 
					- **Does not pollute your code** .Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
``Dependency Injector`` makes a simple contract with you:
 | 
					``Dependency Injector`` makes with you a simple contract:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- You tell the framework how to build you code
 | 
					- You tell the framework how to build you code
 | 
				
			||||||
- The framework does it for you
 | 
					- The framework does it for you
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user