Skip to content

This package enables to decorate any specified class methods with a passed decorator.

License

Notifications You must be signed in to change notification settings

paulroujansky/pydeco

Repository files navigation

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.

About

This package enables to decorate any specified class methods with a passed decorator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published