Metadata-Version: 1.1
Name: py-di
Version: 1.0
Summary: Container of Dependency Injection (IOC) implementation.
Home-page: https://github.com/moisespsena/py_di
Author: Moises P. Sena
Author-email: moisespsena@gmail.com
License: BSD
Description: # Py_DI - Python Container of Dependency Injection (IOC) implementation
        
        ## Authors
        - [Moises P. Sena](http://moisespsena.com)
        
        ## Issues
        
        [Issues on GitHub](https://github.com/moisespsena/py_di/issues).
        
        ## Installation
        
        ### By pip:
        
        ```bash
        sudo pip install py_di
        ```
        
        ### Manual:
        
        For default python executable:
        
        ```bash
        git clone https://github.com/moisespsena/py_di py_di
        cd py_di
        sudo python setup.py install
        ```
        
        For another python executable:
        
        ```bash
        sudo python3 setup.py install
        ```
        
        ## Example:
        
        See [tests](https://github.com/moisespsena/py_di/blob/master/tests/p/test_all.py) for more details.
Keywords: utils utilities di dependecy injection ioc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
