Metadata-Version: 2.1
Name: unexpectation-handler
Version: 1.0.1
Summary: Never trust users! Encapsulate "isolating program vulnerabilities (errors, exceptions, or results due to unexpected input) that may be caused by executed code" and "Calling function that handle them" as a package of Python.
Home-page: https://github.com/leoweyr/Python-Unexpectation_Handler
License: MIT
Author: leoweyr
Author-email: leoweyr@foxmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/leoweyr/Python-Unexpectation_Handler
Description-Content-Type: text/markdown

# Unexpectation Handler
[![PyPI Latest Release](https://img.shields.io/pypi/v/unexpectation-handler.svg)](https://pypi.org/project/unexpectation-handler/)
[![Package Status](https://img.shields.io/pypi/status/unexpectation-handler.svg)](https://pypi.org/project/unexpectation-handler/)
[![License](https://img.shields.io/pypi/l/unexpectation-handler.svg)](https://github.com/leoweyr/Python-Unexpectation_Handler/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/personalized-badge/unexpectation-handler?period=total&units=international_system&left_color=grey&right_color=green&left_text=pypi%20downloads)](https://pepy.tech/project/unexpectation-handler)

Never trust users! Encapsulate "isolating program vulnerabilities (errors, exceptions, or results due to unexpected input) that may be caused by executed code" and "Calling function that handle them" as a package of Python.

## ⚖️License

[MIT](https://github.com/leoweyr/Python-Unexpectation_Handler/blob/main/LICENSE)

## 📗Documentation

The documentation is hosted on Github repository: https://github.com/leoweyr/Python-Unexpectation_Handler/blob/main/doc

