Metadata-Version: 2.1
Name: http-exceptions
Version: 0.0.5
Summary: HTTP Exceptions built on FastAPI's HTTPException
Home-page: https://github.com/DeveloperRSquared/http-exceptions/
Author: rikhilrai
Author-email: developerrsquared@gmail.com
License: MIT LICENSE
Project-URL: Repository, https://github.com/DeveloperRSquared/http-exceptions/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Requires-Dist: fastapi (<1.0.0,>=0.54.0)

# http-exceptions

[![Build](https://github.com/DeveloperRSquared/http-exceptions/actions/workflows/build.yml/badge.svg)](https://github.com/DeveloperRSquared/http-exceptions/actions/workflows/build.yml)
[![Deploy](https://github.com/DeveloperRSquared/http-exceptions/actions/workflows/deploy.yml/badge.svg)](https://github.com/DeveloperRSquared/http-exceptions/actions/workflows/deploy.yml)

[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

HTTP Exceptions built on FastAPI's HTTPException

## License

This project is licensed under the terms of the [MIT license](./LICENSE).


