Transfer to ETS Labs

This commit is contained in:
Roman Mogilatov 2016-01-11 10:53:35 +02:00
parent 7f46524162
commit 0031003a14
10 changed files with 69 additions and 84 deletions

4
CONTRIBUTORS.rst Normal file
View File

@ -0,0 +1,4 @@
Dependency Injector Contributors
================================
+ Roman Mogilatov

View File

@ -1,4 +1,4 @@
Copyright (c) 2015, Roman Mogilatov Copyright (c) 2015, ETS Labs
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without 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, 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 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. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,5 +1,6 @@
include dependency_injector/* include dependency_injector/*
include README.rst include README.rst
include LICENSE include CONTRIBUTORS.rst
include LICENSE.rst
include requirements.txt include requirements.txt
include setup.py include setup.py

View File

@ -3,7 +3,7 @@ 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 |
@ -13,31 +13,21 @@ Dependency injection framework for Python projects.
| | .. 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/ets-labs/dependency_injector.svg?branch=master |
| | :target: https://travis-ci.org/rmk135/dependency_injector | | | :target: https://travis-ci.org/ets-labs/dependency_injector |
| | :alt: Build Status | | | :alt: Build Status |
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | | | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg |
| | :target: https://coveralls.io/r/rmk135/dependency_injector | | | :target: https://coveralls.io/r/ets-labs/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
@ -145,7 +135,7 @@ Examples
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/rmk135/dependency_injector https://github.com/ets-labs/dependency_injector
Feedback Feedback
@ -154,7 +144,7 @@ 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/rmk135/dependency_injector/issues https://github.com/ets-labs/dependency_injector/issues
Your feedback is quite important! Your feedback is quite important!

View File

@ -47,8 +47,8 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Dependency Injector' project = u'Dependency Injector'
copyright = u'2015, Roman Mogilatov' copyright = u'2016, ETS Labs'
author = u'Roman Mogilatov' author = u'ETS Labs'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -237,7 +237,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'dependency_injector.tex', u'Dependency Injector Documentation', (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 # The name of an image file (relative to this directory) to place at the top of

View File

@ -3,7 +3,7 @@ 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 |
@ -13,31 +13,21 @@ Dependency injection framework for Python projects.
| | .. 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/ets-labs/dependency_injector.svg?branch=master |
| | :target: https://travis-ci.org/rmk135/dependency_injector | | | :target: https://travis-ci.org/ets-labs/dependency_injector |
| | :alt: Build Status | | | :alt: Build Status |
| | .. image:: https://coveralls.io/repos/rmk135/dependency_injector/badge.svg | | | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg |
| | :target: https://coveralls.io/r/rmk135/dependency_injector | | | :target: https://coveralls.io/r/ets-labs/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

View File

@ -4,6 +4,6 @@ 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/rmk135/dependency_injector/issues https://github.com/ets-labs/dependency_injector/issues
Your feedback is quite important! Your feedback is quite important!

View File

@ -18,7 +18,7 @@ Sources can be cloned from GitHub_:
.. code-block:: bash .. 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 Also all *Dependency Injector* releases can be downloaded from
`GitHub releases page`_. `GitHub releases page`_.
@ -33,5 +33,5 @@ Verification of currently installed version could be done using
'0.11.0' '0.11.0'
.. _PyPi: https://pypi.python.org/pypi/dependency_injector .. _PyPi: https://pypi.python.org/pypi/dependency_injector
.. _GitHub: https://github.com/rmk135/dependency_injector .. _GitHub: https://github.com/ets-labs/dependency_injector
.. _GitHub releases page: https://github.com/rmk135/dependency_injector/releases .. _GitHub releases page: https://github.com/ets-labs/dependency_injector/releases

1
requirements-dev.txt Normal file
View File

@ -0,0 +1 @@
tox

View File

@ -49,11 +49,11 @@ setup(name='dependency_injector',
version=version, version=version,
description=SHORT_DESCRIPTION, description=SHORT_DESCRIPTION,
long_description=description, long_description=description,
author='Roman Mogilatov', author='ETS Labs',
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/rmk135/dependency_injector', url='https://github.com/ets-labs/dependency_injector',
license='BSD New', license='BSD New',
packages=['dependency_injector'], packages=['dependency_injector'],
zip_safe=True, zip_safe=True,