mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-30 23:47:40 +03:00 
			
		
		
		
	Update repositary url
This commit is contained in:
		
							parent
							
								
									bb433b29ad
								
							
						
					
					
						commit
						6f0bd441fe
					
				
							
								
								
									
										24
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								README.rst
									
									
									
									
									
								
							|  | @ -19,7 +19,7 @@ of Python objects and their dependencies in formal, pretty way. | ||||||
| Status | Status | ||||||
| ------ | ------ | ||||||
| 
 | 
 | ||||||
| +---------------------------------------+---------------------------------------------------------------------------------+ | +---------------------------------------+----------------------------------------------------------------------------------------+ | ||||||
| | *PyPi*                                | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg                       | | | *PyPi*                                | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg                       | | ||||||
| |                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                          | | |                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                          | | ||||||
| |                                       |    :alt: Latest Version                                                                | | |                                       |    :alt: Latest Version                                                                | | ||||||
|  | @ -29,21 +29,21 @@ Status | ||||||
| |                                       | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg                       | | |                                       | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg                       | | ||||||
| |                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                          | | |                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                          | | ||||||
| |                                       |    :alt: License                                                                       | | |                                       |    :alt: License                                                                       | | ||||||
| +---------------------------------------+---------------------------------------------------------------------------------+ | +---------------------------------------+----------------------------------------------------------------------------------------+ | ||||||
| | *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg              | | | *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg              | | ||||||
| |                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                          | | |                                       |    :target: https://pypi.python.org/pypi/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.python.org/pypi/dependency_injector/                          | | |                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                          | | ||||||
| |                                       |    :alt: Supported Python implementations                                              | | |                                       |    :alt: Supported Python implementations                                              | | ||||||
| +---------------------------------------+---------------------------------------------------------------------------------+ | +---------------------------------------+----------------------------------------------------------------------------------------+ | ||||||
| | *Builds and tests coverage*           | .. image:: https://travis-ci.org/ets-labs/dependency_injector.svg?branch=master | | | *Builds and tests coverage*           | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | | ||||||
| |                                       |    :target: https://travis-ci.org/ets-labs/dependency_injector                  | | |                                       |    :target: https://travis-ci.org/ets-labs/python-dependency-injector                  | | ||||||
| |                                       |    :alt: Build Status                                                                  | | |                                       |    :alt: Build Status                                                                  | | ||||||
| |                                       | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg    | | |                                       | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg    | | ||||||
| |                                       |    :target: https://coveralls.io/r/ets-labs/dependency_injector                 | | |                                       |    :target: https://coveralls.io/r/ets-labs/python-dependency-injector                 | | ||||||
| |                                       |    :alt: Coverage Status                                                               | | |                                       |    :alt: Coverage Status                                                               | | ||||||
| +---------------------------------------+---------------------------------------------------------------------------------+ | +---------------------------------------+----------------------------------------------------------------------------------------+ | ||||||
| 
 | 
 | ||||||
| Installation | Installation | ||||||
| ------------ | ------------ | ||||||
|  | @ -114,7 +114,7 @@ Example | ||||||
| You can get more *Dependency Injector* examples in ``/examples`` directory on | You can get more *Dependency Injector* examples in ``/examples`` directory on | ||||||
| GitHub: | GitHub: | ||||||
| 
 | 
 | ||||||
|     https://github.com/ets-labs/dependency_injector |     https://github.com/ets-labs/python-dependency-injector | ||||||
| 
 | 
 | ||||||
| Documentation | Documentation | ||||||
| ------------- | ------------- | ||||||
|  | @ -130,14 +130,14 @@ Feedback | ||||||
| Feel free to post questions, bugs, feature requests, proposals etc. on | Feel free to post questions, bugs, feature requests, proposals etc. on | ||||||
| *Dependency Injector*  GitHub Issues: | *Dependency Injector*  GitHub Issues: | ||||||
| 
 | 
 | ||||||
|     https://github.com/ets-labs/dependency_injector/issues |     https://github.com/ets-labs/python-dependency-injector/issues | ||||||
| 
 | 
 | ||||||
| Your feedback is quite important! | Your feedback is quite important! | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| .. _PyPi: https://pypi.python.org/pypi/dependency_injector | .. _PyPi: https://pypi.python.org/pypi/dependency_injector | ||||||
| .. _User's guide: http://dependency-injector.ets-labs.org/en/stable/ | .. _User's guide: http://python-dependency-injector.ets-labs.org/en/stable/ | ||||||
| .. _API docs: http://dependency-injector.ets-labs.org/en/stable/api/ | .. _API docs: http://python-dependency-injector.ets-labs.org/en/stable/api/ | ||||||
| .. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code | .. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code | ||||||
| .. _SOLID: http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29 | .. _SOLID: http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29 | ||||||
| .. _IoC: http://en.wikipedia.org/wiki/Inversion_of_control | .. _IoC: http://en.wikipedia.org/wiki/Inversion_of_control | ||||||
|  |  | ||||||
							
								
								
									
										5
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -48,8 +48,9 @@ setup(name='dependency_injector', | ||||||
|       author_email='rmogilatov@gmail.com', |       author_email='rmogilatov@gmail.com', | ||||||
|       maintainer='Roman Mogilatov', |       maintainer='Roman Mogilatov', | ||||||
|       maintainer_email='rmogilatov@gmail.com', |       maintainer_email='rmogilatov@gmail.com', | ||||||
|       url='https://github.com/ets-labs/dependency_injector', |       url='https://github.com/ets-labs/python-dependency-injector', | ||||||
|       bugtrack_url='https://github.com/ets-labs/dependency_injector/issues', |       bugtrack_url='https://github.com/ets-labs/python-dependency-injector' + | ||||||
|  |                    '/issues', | ||||||
|       download_url='https://pypi.python.org/pypi/dependency_injector', |       download_url='https://pypi.python.org/pypi/dependency_injector', | ||||||
|       license='BSD New', |       license='BSD New', | ||||||
|       packages=['dependency_injector', |       packages=['dependency_injector', | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user