mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +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.
|
Dependency injection framework for Python projects.
|
||||||
|
|
||||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||||
| *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 |
|
||||||
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
||||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||||
| | :alt: Downloads |
|
| | :alt: Downloads |
|
||||||
| | .. 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/rmk135/dependency_injector.svg?branch=master |
|
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
|
||||||
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
||||||
| | :alt: Build Status |
|
| | :alt: Build Status |
|
||||||
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
||||||
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
||||||
| | :alt: Coverage Status |
|
| | :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.
|
*Dependency Injector* is a dependency injection framework for Python projects.
|
||||||
It was designed to be unified, developer's friendly tool for managing any kind
|
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
|
from . import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.12.0'
|
VERSION = '1.13.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -3,31 +3,41 @@ Dependency Injector
|
||||||
|
|
||||||
Dependency injection framework for Python projects.
|
Dependency injection framework for Python projects.
|
||||||
|
|
||||||
+---------------------------------------+-------------------------------------------------------------------------------+
|
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||||
| *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 |
|
||||||
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg |
|
||||||
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
|
||||||
| | :alt: Downloads |
|
| | :alt: Downloads |
|
||||||
| | .. 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/rmk135/dependency_injector.svg?branch=master |
|
| *Builds and tests coverage* | .. image:: https://travis-ci.org/rmk135/dependency_injector.svg?branch=master |
|
||||||
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
| | :target: https://travis-ci.org/rmk135/dependency_injector |
|
||||||
| | :alt: Build Status |
|
| | :alt: Build Status |
|
||||||
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg |
|
||||||
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
| | :target: https://coveralls.io/r/rmk135/dependency_injector |
|
||||||
| | :alt: Coverage Status |
|
| | :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.
|
*Dependency Injector* is a dependency injection framework for Python projects.
|
||||||
It was designed to be unified, developer's friendly tool for managing any kind
|
It was designed to be unified, developer's friendly tool for managing any kind
|
||||||
|
|
|
@ -9,9 +9,14 @@ follows `Semantic versioning`_
|
||||||
|
|
||||||
Development version
|
Development version
|
||||||
-------------------
|
-------------------
|
||||||
|
- No features.
|
||||||
|
|
||||||
|
1.13.0
|
||||||
|
------
|
||||||
- Add ``DelegatedCallable`` provider.
|
- Add ``DelegatedCallable`` provider.
|
||||||
- Add ``DelegatedFactory`` provider.
|
- Add ``DelegatedFactory`` provider.
|
||||||
- Add ``DelegatedSingleton`` provider.
|
- Add ``DelegatedSingleton`` provider.
|
||||||
|
- Add some documentation improvements.
|
||||||
|
|
||||||
1.12.0
|
1.12.0
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user