Skip to content

moisespsena/py_di

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py_DI - Python Container of Dependency Injection (IOC) implementation

Authors

Issues

Issues on GitHub.

Installation

By pip:

sudo pip install py_di

Manual:

For default python executable:

git clone https://github.com/moisespsena/py_di py_di
cd py_di
sudo python setup.py install

For another python executable:

sudo python3 setup.py install

Example:

See tests for more details.

About

Python Container of Dependency Injection implementation

Resources

Stars

Watchers

Forks

Packages

No packages published