mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
1.13.0 release
This commit is contained in:
parent
319128260a
commit
7f46524162
60
README.rst
60
README.rst
|
@ -3,31 +3,41 @@ Dependency Injector
|
|||
|
||||
Dependency injection framework for Python projects.
|
||||
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Latest Version |
|
||||
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Downloads |
|
||||
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: License |
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python versions |
|
||||
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python implementations |
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
|
||||
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
||||
| | :alt: Build Status |
|
||||
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
||||
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
||||
| | :alt: Coverage Status |
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Latest Version |
|
||||
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Downloads |
|
||||
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: License |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python versions |
|
||||
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python implementations |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
|
||||
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
||||
| | :alt: Build Status |
|
||||
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
||||
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
||||
| | :alt: Coverage Status |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *Github* | .. image:: https://img.shields.io/github/watchers/rmk135/dependency_injector.svg?style=social&label=Watch |
|
||||
| | :target: https://github.com/rmk135/dependency_injector |
|
||||
| | :alt: Watch |
|
||||
| | .. image:: https://img.shields.io/github/stars/rmk135/dependency_injector.svg?style=social&label=Star |
|
||||
| | :target: https://github.com/rmk135/dependency_injector |
|
||||
| | :alt: Star |
|
||||
| | .. image:: https://img.shields.io/github/forks/rmk135/dependency_injector.svg?style=social&label=Fork |
|
||||
| | :target: https://github.com/rmk135/dependency_injector |
|
||||
| | :alt: Fork |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
|
||||
*Dependency Injector* is a dependency injection framework for Python projects.
|
||||
It was designed to be unified, developer's friendly tool for managing any kind
|
||||
|
|
|
@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
|
|||
from . import catalogs
|
||||
catalog = catalogs
|
||||
|
||||
VERSION = '1.12.0'
|
||||
VERSION = '1.13.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -3,31 +3,41 @@ Dependency Injector
|
|||
|
||||
Dependency injection framework for Python projects.
|
||||
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Latest Version |
|
||||
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Downloads |
|
||||
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: License |
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python versions |
|
||||
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python implementations |
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
|
||||
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
||||
| | :alt: Build Status |
|
||||
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
||||
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
||||
| | :alt: Coverage Status |
|
||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Latest Version |
|
||||
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Downloads |
|
||||
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: License |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python versions |
|
||||
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
|
||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||
| | :alt: Supported Python implementations |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
|
||||
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
||||
| | :alt: Build Status |
|
||||
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
||||
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
||||
| | :alt: Coverage Status |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *Github* | .. image:: https://img.shields.io/github/watchers/rmk135/dependency_injector.svg?style=social&label=Watch |
|
||||
| | :target: https://github.com/rmk135/dependency_injector |
|
||||
| | :alt: Watch |
|
||||
| | .. image:: https://img.shields.io/github/stars/rmk135/dependency_injector.svg?style=social&label=Star |
|
||||
| | :target: https://github.com/rmk135/dependency_injector |
|
||||
| | :alt: Star |
|
||||
| | .. image:: https://img.shields.io/github/forks/rmk135/dependency_injector.svg?style=social&label=Fork |
|
||||
| | :target: https://github.com/rmk135/dependency_injector |
|
||||
| | :alt: Fork |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
|
||||
*Dependency Injector* is a dependency injection framework for Python projects.
|
||||
It was designed to be unified, developer's friendly tool for managing any kind
|
||||
|
|
|
@ -9,9 +9,14 @@ follows `Semantic versioning`_
|
|||
|
||||
Development version
|
||||
-------------------
|
||||
- No features.
|
||||
|
||||
1.13.0
|
||||
------
|
||||
- Add ``DelegatedCallable`` provider.
|
||||
- Add ``DelegatedFactory`` provider.
|
||||
- Add ``DelegatedSingleton`` provider.
|
||||
- Add some documentation improvements.
|
||||
|
||||
1.12.0
|
||||
------
|
||||
|
|
Loading…
Reference in New Issue
Block a user