pydecorator

Python Decorator Functions


Keywords
decorator, utility
License
MIT
Install
pip install pydecorator==1.0

Documentation

pydecorator

PyPI version shields.io PyPI pyversions PyPI license

Useful Python decorator functions that facilitate a variety of tasks

Installation

Use pip via PyPi

pip install pydecorator

Or use git

git clone git://github.com/luciancooper/pydecorator.git pydecorator
cd pydecorator
python setup.py install

Documentation

Full documentation can be found here