Metadata-Version: 2.1
Name: decopatch
Version: 1.4.1
Summary: Create decorators easily in python.
Home-page: https://github.com/smarie/python-decopatch
Maintainer: Sylvain MARIE
Maintainer-email: sylvain.marie@schneider-electric.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-decopatch/tarball/1.4.1
Keywords: decorator parenthesis function class auto easy signature preserve
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Pytest
Requires-Dist: makefun (>=1.5.0)
Requires-Dist: funcsigs ; python_version < "3.3"
Requires-Dist: enum34 ; python_version < "3.4"

decopatch
=========

|Python versions| |Build Status| |Tests Status| |codecov|

|Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|

*python decorators made easy.*

The documentation for users is available here:
https://smarie.github.io/python-decopatch/

A readme for developers is available here:
https://github.com/smarie/python-decopatch

.. |Python versions| image:: https://img.shields.io/pypi/pyversions/decopatch.svg
   :target: https://pypi.python.org/pypi/decopatch/
.. |Build Status| image:: https://travis-ci.org/smarie/python-decopatch.svg?branch=master
   :target: https://travis-ci.org/smarie/python-decopatch
.. |Tests Status| image:: https://smarie.github.io/python-decopatch/junit/junit-badge.svg?dummy=8484744
   :target: https://smarie.github.io/python-decopatch/junit/report.html
.. |codecov| image:: https://codecov.io/gh/smarie/python-decopatch/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/smarie/python-decopatch
.. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
   :target: https://smarie.github.io/python-decopatch/
.. |PyPI| image:: https://img.shields.io/pypi/v/decopatch.svg
   :target: https://pypi.python.org/pypi/decopatch/
.. |Downloads| image:: https://pepy.tech/badge/decopatch
   :target: https://pepy.tech/project/decopatch
.. |Downloads per week| image:: https://pepy.tech/badge/decopatch/week
   :target: https://pepy.tech/project/decopatch
.. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-decopatch.svg
   :target: https://github.com/smarie/python-decopatch/stargazers


