Metadata-Version: 1.1
Name: py_interception
Version: 1.0
Summary: Method Interception with Dependency Injection implementation.
Home-page: https://github.com/moisespsena/py_interception
Author: Moises P. Sena
Author-email: moisespsena@gmail.com
License: BSD
Description: PyInterception
        ===================
        
        PyInterception is a Python Method Interception with Dependency Injection implementation.
        
        Home Page
        ---------
        
        `PyInterception Project <https://github.com/moisespsena/py_interception>`_ hosted on GitHub.
        
        Issues
        ------
        
        `PyInterception Issues on GitHub <https://github.com/moisespsena/py_interception/issues>`_.
        
        Installation
        ------------
        
        By pip command
        ______________
        
        .. code:: bash
        
         sudo pip install py_interception
        
        Manual
        ______
        
        For default python executable
        +++++++++++++++++++++++++++++
        
        .. code:: bash
        
         git clone https://github.com/moisespsena/py_interception.git py_interception
         cd py_interception
         sudo python setup.py install
        
        For another python executable
        +++++++++++++++++++++++++++++
        
        .. code:: bash
        
         sudo python3 setup.py install
        
        Examples
        --------
        
        See `tests <https://github.com/moisespsena/py_interception/blob/master/tests/p/test_all.py>`_ for more details.
        
        
        Authors/Contributors
        --------------------
        
        * Moises P. Sena <moisespsena@gmail.com>
        
        
        HISTORY
        =======
        
        1.0 (2012-10-08)
        ------------------
        
        * Initial release
        
Keywords: utils utilities di dependecy injection intercept interception
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
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
