Metadata-Version: 2.1
Name: pyExceptions
Version: 1.0.0
Summary: An exceptions base-class to derive more powerful exceptions.
Home-page: https://github.com/Paebbels/pyExceptions
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyExceptions.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyExceptions
Project-URL: Issue Tracker, https://github.com/Paebbels/pyExceptions/issues
Keywords: Python3 Exceptions
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: SphinxExtensions

[![PyPI - License](https://img.shields.io/pypi/l/pyExceptions?logo=PyPI)](LICENSE.md)
[![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/Paebbels/pyExceptions?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyExceptions/tags)
[![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/Paebbels/pyExceptions?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyExceptions/releases/latest)
[![GitHub release date](https://img.shields.io/github/release-date/Paebbels/pyExceptions?logo=GitHub&)](https://github.com/Paebbels/pyExceptions/releases)
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyExceptions)](https://libraries.io/github/Paebbels/pyExceptions)
[![Requires.io](https://img.shields.io/requires/github/Paebbels/pyExceptions)](https://requires.io/github/Paebbels/pyExceptions/requirements/?branch=master)  
[![Travis](https://img.shields.io/travis/com/Paebbels/pyExceptions?logo=Travis)](https://travis-ci.com/Paebbels/pyExceptions)
[![PyPI](https://img.shields.io/pypi/v/pyExceptions?logo=PyPI)](https://pypi.org/project/pyExceptions/)
![PyPI - Status](https://img.shields.io/pypi/status/pyExceptions?logo=PyPI)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyExceptions?logo=PyPI)
[![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/pypi/pyExceptions)](https://github.com/Paebbels/pyExceptions/network/dependents)  
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4d4f2d6010574e06a6451eb8291b537b)](https://www.codacy.com/manual/Paebbels/pyExceptions)
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyExceptions)](https://libraries.io/github/Paebbels/pyExceptions/sourcerank)
[![Read the Docs](https://img.shields.io/readthedocs/pyexceptions)](https://pyExceptions.readthedocs.io/en/latest/)

# pyExceptions

An exception base-class to derive more powerful exceptions.


## Contributors

* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)


## License

This library is licensed under [Apache License 2.0](LICENSE.md)

-------------------------

SPDX-License-Identifier: Apache-2.0


