mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Update key features
This commit is contained in:
		
							parent
							
								
									441cc66427
								
							
						
					
					
						commit
						913ce01475
					
				| 
						 | 
					@ -77,8 +77,8 @@ Key features of the ``Dependency Injector``:
 | 
				
			||||||
- **Configuration**. Read configuration from ``yaml`` & ``ini`` files, environment variables
 | 
					- **Configuration**. Read configuration from ``yaml`` & ``ini`` files, environment variables
 | 
				
			||||||
  and dictionaries. See :ref:`configuration-provider`.
 | 
					  and dictionaries. See :ref:`configuration-provider`.
 | 
				
			||||||
- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
 | 
					- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
 | 
				
			||||||
- **Performance**. Written in ``Cython``.
 | 
					- **Performance**. Fast. Written in ``Cython``.
 | 
				
			||||||
- **Maturity**. Mature and ready for production.
 | 
					- **Maturity**. Mature and production-ready. Well-tested, documented and supported.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code-block:: python
 | 
					.. code-block:: python
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,8 +17,8 @@ Key features of the ``Dependency Injector``:
 | 
				
			||||||
- **Configuration**. Read configuration from ``yaml`` & ``ini`` files, environment variables
 | 
					- **Configuration**. Read configuration from ``yaml`` & ``ini`` files, environment variables
 | 
				
			||||||
  and dictionaries. See :ref:`configuration-provider`.
 | 
					  and dictionaries. See :ref:`configuration-provider`.
 | 
				
			||||||
- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
 | 
					- **Containers**. Provides declarative and dynamic containers. See :ref:`containers`.
 | 
				
			||||||
- **Performance**. Written in ``Cython``.
 | 
					- **Performance**. Fast. Written in ``Cython``.
 | 
				
			||||||
- **Maturity**. Mature and ready for production.
 | 
					- **Maturity**. Mature and production-ready. Well-tested, documented and supported.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The framework stands on two principles:
 | 
					The framework stands on two principles:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -32,12 +32,4 @@ How is that different from the other frameworks?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The power of the framework is in a simplicity. ``Dependency Injector`` is a simple tool for the powerful concept.
 | 
					The power of the framework is in a simplicity. ``Dependency Injector`` is a simple tool for the powerful concept.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In addition ``Dependency Injector`` is:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- Tested.
 | 
					 | 
				
			||||||
- Documented.
 | 
					 | 
				
			||||||
- Supported.
 | 
					 | 
				
			||||||
- Semantically versioned.
 | 
					 | 
				
			||||||
- Distributed as pre-compiled wheels.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.. disqus::
 | 
					.. disqus::
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,6 +10,7 @@ follows `Semantic versioning`_
 | 
				
			||||||
Development version
 | 
					Development version
 | 
				
			||||||
-------------------
 | 
					-------------------
 | 
				
			||||||
- Update index documentation page.
 | 
					- Update index documentation page.
 | 
				
			||||||
 | 
					- Make multiple improvements and fixes for the providers documentation.
 | 
				
			||||||
- Update "Key Features" documentation page.
 | 
					- Update "Key Features" documentation page.
 | 
				
			||||||
- Remove "Structure of Dependency Injector" documentation page.
 | 
					- Remove "Structure of Dependency Injector" documentation page.
 | 
				
			||||||
- Edit "Feedback" documentation page.
 | 
					- Edit "Feedback" documentation page.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user