mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +03:00 
			
		
		
		
	Update README.rst
This commit is contained in:
		
							parent
							
								
									2faf04aaa6
								
							
						
					
					
						commit
						b7bf055812
					
				
							
								
								
									
										13
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.rst
									
									
									
									
									
								
							|  | @ -5,24 +5,31 @@ | ||||||
| .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | ||||||
|    :target: https://pypi.org/project/dependency-injector/ |    :target: https://pypi.org/project/dependency-injector/ | ||||||
|    :alt: Latest Version |    :alt: Latest Version | ||||||
|  |     | ||||||
| .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | ||||||
|    :target: https://pypi.org/project/dependency-injector/ |    :target: https://pypi.org/project/dependency-injector/ | ||||||
|    :alt: License |    :alt: License | ||||||
|  |     | ||||||
| .. image:: https://pepy.tech/badge/dependency-injector | .. image:: https://pepy.tech/badge/dependency-injector | ||||||
|    :target: https://pepy.tech/project/dependency-injector |    :target: https://pepy.tech/project/dependency-injector | ||||||
|    :alt: Downloads |    :alt: Downloads | ||||||
|  |     | ||||||
| .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | ||||||
|    :target: https://pypi.org/project/dependency-injector/ |    :target: https://pypi.org/project/dependency-injector/ | ||||||
|    :alt: Supported Python versions |    :alt: Supported Python versions | ||||||
|  |     | ||||||
| .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | ||||||
|    :target: https://pypi.org/project/dependency-injector/ |    :target: https://pypi.org/project/dependency-injector/ | ||||||
|    :alt: Supported Python implementations |    :alt: Supported Python implementations | ||||||
|  |     | ||||||
| .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | ||||||
|    :target: https://travis-ci.org/ets-labs/python-dependency-injector |    :target: https://travis-ci.org/ets-labs/python-dependency-injector | ||||||
|    :alt: Build Status |    :alt: Build Status | ||||||
|  |     | ||||||
| .. image:: http://readthedocs.org/projects/python-dependency-injector/badge/?version=latest | .. image:: http://readthedocs.org/projects/python-dependency-injector/badge/?version=latest | ||||||
|    :target: http://python-dependency-injector.ets-labs.org/ |    :target: http://python-dependency-injector.ets-labs.org/ | ||||||
|    :alt: Docs Status |    :alt: Docs Status | ||||||
|  |     | ||||||
| .. image:: https://coveralls.io/repos/github/ets-labs/python-dependency-injector/badge.svg?branch=master | .. image:: https://coveralls.io/repos/github/ets-labs/python-dependency-injector/badge.svg?branch=master | ||||||
|    :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master |    :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master | ||||||
|    :alt: Coverage Status |    :alt: Coverage Status | ||||||
|  | @ -32,10 +39,10 @@ What is ``Dependency Injector``? | ||||||
| 
 | 
 | ||||||
| ``Dependency Injector`` is a dependency injection framework for Python. | ``Dependency Injector`` is a dependency injection framework for Python. | ||||||
| 
 | 
 | ||||||
| How does ``Dependency Injector`` help me? | Why do I need it? | ||||||
| ========================================= | ================= | ||||||
| 
 | 
 | ||||||
| ``Dependency Injector`` helps you to keep your application structure in order. | ``Dependency Injector`` helps you improve application structure. | ||||||
| 
 | 
 | ||||||
| Example: | Example: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user