Metadata-Version: 2.1
Name: pydeco
Version: 0.1
Summary: Python Class Methods Decorator
Home-page: https://github.com/paulroujansky/pydeco
Author: Paul Roujansky
Author-email: paul@roujansky.eu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: pytest

.. -*- mode: rst -*-

PyDeco
======

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

See the `examples`_ section for more insight.

Installing PyDeco
^^^^^^^^^^^^^^^^^

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

.. code-block:: bash

    pip install -U pydeco

License
^^^^^^^

This software is licensed under the `MIT license`_.

© 2019 Paul Roujansky.

.. External references:
.. _examples: https://github.com/paulroujansky/pydeco/tree/master/examples
.. _MIT license: http://en.wikipedia.org/wiki/MIT_License

