Metadata-Version: 2.1
Name: decopatch
Version: 1.4.7
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.7
Description: # decopatch
        
        [![Python versions](https://img.shields.io/pypi/pyversions/decopatch.svg)](https://pypi.python.org/pypi/decopatch/) [![Build Status](https://travis-ci.org/smarie/python-decopatch.svg?branch=master)](https://travis-ci.org/smarie/python-decopatch) [![Tests Status](https://smarie.github.io/python-decopatch/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-decopatch/junit/report.html) [![codecov](https://codecov.io/gh/smarie/python-decopatch/branch/master/graph/badge.svg)](https://codecov.io/gh/smarie/python-decopatch)
        
        [![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-decopatch/) [![PyPI](https://img.shields.io/pypi/v/decopatch.svg)](https://pypi.python.org/pypi/decopatch/) [![Downloads](https://pepy.tech/badge/decopatch)](https://pepy.tech/project/decopatch) [![Downloads per week](https://pepy.tech/badge/decopatch/week)](https://pepy.tech/project/decopatch) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-decopatch.svg)](https://github.com/smarie/python-decopatch/stargazers)
        
        *python decorators made easy.*
        
        The documentation for users is available here: [https://smarie.github.io/python-decopatch/](https://smarie.github.io/python-decopatch/)
        
        A readme for developers is available here: [https://github.com/smarie/python-decopatch](https://github.com/smarie/python-decopatch)
        
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 :: Libraries :: Python Modules
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
Description-Content-Type: text/markdown
