mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Update README
This commit is contained in:
		
							parent
							
								
									bdc34d00e2
								
							
						
					
					
						commit
						b6f811abd7
					
				| 
						 | 
				
			
			@ -55,10 +55,12 @@ What is ``Dependency Injector``?
 | 
			
		|||
Why do I need it?
 | 
			
		||||
=================
 | 
			
		||||
 | 
			
		||||
``Dependency Injector`` helps you improve application structure.
 | 
			
		||||
``Dependency Injector`` helps you understand and change the structure of the application.
 | 
			
		||||
 | 
			
		||||
With the ``Dependency Injector`` you keep **application structure in one place**.
 | 
			
		||||
This place is called **the container**. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is **easy to understand and change** it.
 | 
			
		||||
This place is called **the container**. You use the container to manage all the components of the
 | 
			
		||||
application. All the component dependencies are defined explicitly. This provides the control on
 | 
			
		||||
the application structure. It is **easy to understand and change** it.
 | 
			
		||||
 | 
			
		||||
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-map.svg
 | 
			
		||||
   :target: https://github.com/ets-labs/python-dependency-injector
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user