mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Transfer to ETS Labs
This commit is contained in:
parent
7f46524162
commit
0031003a14
4
CONTRIBUTORS.rst
Normal file
4
CONTRIBUTORS.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
Dependency Injector Contributors
|
||||
================================
|
||||
|
||||
+ Roman Mogilatov
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2015, Roman Mogilatov
|
||||
Copyright (c) 2015, ETS Labs
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -25,4 +25,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
include dependency_injector/*
|
||||
include README.rst
|
||||
include LICENSE
|
||||
include CONTRIBUTORS.rst
|
||||
include LICENSE.rst
|
||||
include requirements.txt
|
||||
include setup.py
|
||||
|
|
64
README.rst
64
README.rst
|
@ -3,41 +3,31 @@ 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 |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *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 |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
+---------------------------------------+---------------------------------------------------------------------------------+
|
||||
| *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/ets-labs/dependency_injector.svg?branch=master |
|
||||
| | :target: https://travis-ci.org/ets-labs/dependency_injector |
|
||||
| | :alt: Build Status |
|
||||
| | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg |
|
||||
| | :target: https://coveralls.io/r/ets-labs/dependency_injector |
|
||||
| | :alt: Coverage Status |
|
||||
+---------------------------------------+---------------------------------------------------------------------------------+
|
||||
|
||||
*Dependency Injector* is a dependency injection framework for Python projects.
|
||||
It was designed to be unified, developer's friendly tool for managing any kind
|
||||
|
@ -145,7 +135,7 @@ Examples
|
|||
You can get more *Dependency Injector* examples in ``/examples`` directory on
|
||||
GitHub:
|
||||
|
||||
https://github.com/rmk135/dependency_injector
|
||||
https://github.com/ets-labs/dependency_injector
|
||||
|
||||
|
||||
Feedback
|
||||
|
@ -154,7 +144,7 @@ Feedback
|
|||
Feel free to post questions, bugs, feature requests, proposals etc. on
|
||||
*Dependency Injector* GitHub Issues:
|
||||
|
||||
https://github.com/rmk135/dependency_injector/issues
|
||||
https://github.com/ets-labs/dependency_injector/issues
|
||||
|
||||
Your feedback is quite important!
|
||||
|
||||
|
|
|
@ -47,8 +47,8 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Dependency Injector'
|
||||
copyright = u'2015, Roman Mogilatov'
|
||||
author = u'Roman Mogilatov'
|
||||
copyright = u'2016, ETS Labs'
|
||||
author = u'ETS Labs'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@ -237,7 +237,7 @@ latex_elements = {
|
|||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(master_doc, 'dependency_injector.tex', u'Dependency Injector Documentation',
|
||||
u'Roman Mogilatov', 'manual'),
|
||||
u'ETS Labs', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
|
|
@ -3,41 +3,31 @@ 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 |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| *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 |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
+---------------------------------------+---------------------------------------------------------------------------------+
|
||||
| *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/ets-labs/dependency_injector.svg?branch=master |
|
||||
| | :target: https://travis-ci.org/ets-labs/dependency_injector |
|
||||
| | :alt: Build Status |
|
||||
| | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg |
|
||||
| | :target: https://coveralls.io/r/ets-labs/dependency_injector |
|
||||
| | :alt: Coverage Status |
|
||||
+---------------------------------------+---------------------------------------------------------------------------------+
|
||||
|
||||
*Dependency Injector* is a dependency injection framework for Python projects.
|
||||
It was designed to be unified, developer's friendly tool for managing any kind
|
||||
|
|
|
@ -4,6 +4,6 @@ Feedback
|
|||
Feel free to post questions, bugs, feature requests, proposals etc. on
|
||||
*Dependency Injector* GitHub Issues:
|
||||
|
||||
https://github.com/rmk135/dependency_injector/issues
|
||||
https://github.com/ets-labs/dependency_injector/issues
|
||||
|
||||
Your feedback is quite important!
|
||||
|
|
|
@ -18,7 +18,7 @@ Sources can be cloned from GitHub_:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
git clone https://github.com/rmk135/dependency_injector.git
|
||||
git clone https://github.com/ets-labs/dependency_injector.git
|
||||
|
||||
Also all *Dependency Injector* releases can be downloaded from
|
||||
`GitHub releases page`_.
|
||||
|
@ -33,5 +33,5 @@ Verification of currently installed version could be done using
|
|||
'0.11.0'
|
||||
|
||||
.. _PyPi: https://pypi.python.org/pypi/dependency_injector
|
||||
.. _GitHub: https://github.com/rmk135/dependency_injector
|
||||
.. _GitHub releases page: https://github.com/rmk135/dependency_injector/releases
|
||||
.. _GitHub: https://github.com/ets-labs/dependency_injector
|
||||
.. _GitHub releases page: https://github.com/ets-labs/dependency_injector/releases
|
||||
|
|
1
requirements-dev.txt
Normal file
1
requirements-dev.txt
Normal file
|
@ -0,0 +1 @@
|
|||
tox
|
4
setup.py
4
setup.py
|
@ -49,11 +49,11 @@ setup(name='dependency_injector',
|
|||
version=version,
|
||||
description=SHORT_DESCRIPTION,
|
||||
long_description=description,
|
||||
author='Roman Mogilatov',
|
||||
author='ETS Labs',
|
||||
author_email='rmogilatov@gmail.com',
|
||||
maintainer='Roman Mogilatov',
|
||||
maintainer_email='rmogilatov@gmail.com',
|
||||
url='https://github.com/rmk135/dependency_injector',
|
||||
url='https://github.com/ets-labs/dependency_injector',
|
||||
license='BSD New',
|
||||
packages=['dependency_injector'],
|
||||
zip_safe=True,
|
||||
|
|
Loading…
Reference in New Issue
Block a user