Metadata-Version: 2.1
Name: catchexception
Version: 0.1.2
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

Development Status :: Refactoring

# CatchException
```
pip install catchexception
```

```
pip install git+https://github.com/dsdanielpark/catchexception.git
```

> Nightly version of [Except Notifier](https://github.com/dsdanielpark/ExceptNotifier) for refactoring

In preparation for the beta release, the package architecture is overhauled. Test by refactoring with some extensibility open. <br>
Applies to [ExceptNotifier](https://github.com/dsdanielpark/ExceptNotifier) after QA.


# Remark
Refactoring was delayed for the following reasons:
- The functional implementation, documentation, and example writing for most applications were completed by a single developer([@dsdanielpark](https://github.com/dsdanielpark)) in just 7 days. 
- I also released all realted package([BardAPI](https://github.com/dsdanielpark/Bard-API)), sub-package([Co-Coder](https://github.com/dsdanielpark/Co-Coder)), and prompt engineering GitHub resources([Amazing-Bard-prompts](https://github.com/dsdanielpark/amazing-bard-prompts)) for implementing Google Bard into [ExceptNotifier](https://github.com/dsdanielpark/ExceptNotifier)  within 3 days. 
- Due to commitments to other live projects and competitions, I have limited time. 
- As time allows, I plan to refactor, conduct QA for each application, and distribute the package. 
- Once the package structure is finalized, I intend to recruit contributors for each application.
<br>
