AspenWeb / dependency_injection.py

a library for implementing dependency injection

Home Page:http://dependency-injection-py.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Please refer to the documentation web page.

Running the tests

tox has to be installed in order to run the tests:

pip install tox

To run the tests:

tox

If you don't have all the needed Python interpreters installed on your system but a Docker client available, here you go:

./run-tests-with-docker

You can also pass arguments to tox, e.g.:

./run-tests-with-docker -e py26

About

a library for implementing dependency injection

http://dependency-injection-py.readthedocs.org/

License:MIT License


Languages

Language:Python 97.7%Language:Shell 2.3%