This package enable to decorate any specified class methods with a passed decorator. The resulting wrapped class is picklable.
PyDeco documentation is available online.
To install the latest stable version of PyDeco, you can use pip in a terminal:
pip install -U pydeco
You can check the latest sources with the command:
git clone https://github.com/paulroujansky/pydeco.git
To learn more about making a contribution to PyDeco, please see the Contributing guide.
This software is licensed under the MIT license.
© 2019 Paul Roujansky.