Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 2.23 KB

README.rst

File metadata and controls

75 lines (48 loc) · 2.23 KB

PyPi Documentation Travis Circle Codecov Python36 Downloads License MIT

PyDeco

This package enable to decorate any specified class methods with a passed decorator. The resulting wrapped class is picklable.

Documentation

PyDeco documentation is available online.

Installing PyDeco

To install the latest stable version of PyDeco, you can use pip in a terminal:

pip install -U pydeco

Source code

You can check the latest sources with the command:

git clone https://github.com/paulroujansky/pydeco.git

Contributing

To learn more about making a contribution to PyDeco, please see the Contributing guide.

License

This software is licensed under the MIT license.

© 2019 Paul Roujansky.