Metadata-Version: 2.1
Name: catchexception
Version: 0.1.1
Summary: With Python's try-except to receive notifications about Errors or Successes in your code through messenger app or email.
Home-page: https://github.com/dsdanielpark/ExceptNotifier
Author: daniel park
Author-email: parkminwoo1991@gmail.com
Keywords: Exception,Python,Python Exception Alarm,Error notifications,Customizable notifications,Traceback management,Single line alarm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Development Status :: 3 - Alpha <br>
*Copyright (c) 2023 MinWoo Park*
<br>
# Python Package: CatchException
![catch-exception](https://img.shields.io/badge/pypi-catchexception-orange)
![Pypi Version](https://img.shields.io/pypi/v/catchexception.svg)
[![Python Version](https://img.shields.io/badge/python-3.6%2C3.7%2C3.8-black.svg)](code_of_conduct.md)
![Code convention](https://img.shields.io/badge/code%20convention-pep8-black)

> Nightly version of Except Notifier

In preparation for the beta release, the package architecture is overhauled. Test by refactoring with some extensibility open. Applies to ExceptNotifier after QA.


# Install
```
pip insall catchexception
```


<br>
