Metadata-Version: 2.1
Name: exdec
Version: 0.3.0
Summary: Decorator for catching exceptions in functions and methods.
Home-page: https://github.com/EvgeniyBurdin/exdec
Author: Evgeniy Burdin
Author-email: e.s.burdin@gmail.com
License: MIT
Description: # exdec
        
        [![PyPI](https://img.shields.io/pypi/v/exdec)](https://pypi.org/project/exdec) [![Total alerts](https://img.shields.io/lgtm/alerts/g/EvgeniyBurdin/exdec.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/EvgeniyBurdin/exdec/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/EvgeniyBurdin/exdec.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/EvgeniyBurdin/exdec/context:python)
        
        Decorator for catching exceptions in functions and methods.
        
        ## Installation
        
        ```bash
        pip install exdec
        ```
        
Keywords: decorator function method exception try except
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Description-Content-Type: text/markdown
