From 0031003a14b60aa8a2cf70b9a58c8e16e8943adc Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 11 Jan 2016 10:53:35 +0200 Subject: [PATCH] Transfer to ETS Labs --- CONTRIBUTORS.rst | 4 +++ LICENSE => LICENSE.rst | 3 +- MANIFEST.in | 3 +- README.rst | 64 ++++++++++++++++---------------------- docs/conf.py | 6 ++-- docs/index.rst | 60 +++++++++++++++-------------------- docs/main/feedback.rst | 2 +- docs/main/installation.rst | 6 ++-- requirements-dev.txt | 1 + setup.py | 4 +-- 10 files changed, 69 insertions(+), 84 deletions(-) create mode 100644 CONTRIBUTORS.rst rename LICENSE => LICENSE.rst (97%) create mode 100644 requirements-dev.txt diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst new file mode 100644 index 00000000..727abb61 --- /dev/null +++ b/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +Dependency Injector Contributors +================================ + ++ Roman Mogilatov diff --git a/LICENSE b/LICENSE.rst similarity index 97% rename from LICENSE rename to LICENSE.rst index 5e700dfa..aa264e0b 100644 --- a/LICENSE +++ b/LICENSE.rst @@ -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. - diff --git a/MANIFEST.in b/MANIFEST.in index 495359cd..f4e704ed 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include dependency_injector/* include README.rst -include LICENSE +include CONTRIBUTORS.rst +include LICENSE.rst include requirements.txt include setup.py diff --git a/README.rst b/README.rst index 8962fb5d..dd4a2f4e 100644 --- a/README.rst +++ b/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! diff --git a/docs/conf.py b/docs/conf.py index 1eba28b6..c43ae504 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/index.rst b/docs/index.rst index c530583a..fbac44e6 100644 --- a/docs/index.rst +++ b/docs/index.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 diff --git a/docs/main/feedback.rst b/docs/main/feedback.rst index 8a9e344c..bd11a496 100644 --- a/docs/main/feedback.rst +++ b/docs/main/feedback.rst @@ -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! diff --git a/docs/main/installation.rst b/docs/main/installation.rst index 1c2fafe8..cf05a9a3 100644 --- a/docs/main/installation.rst +++ b/docs/main/installation.rst @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 00000000..053148f8 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1 @@ +tox diff --git a/setup.py b/setup.py index 65956bbd..c9d3c188 100644 --- a/setup.py +++ b/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,