Metadata-Version: 2.1
Name: failures
Version: 0.1.0
Summary: Labeling failures for humans
Author-email: MARSO Adnan <mediadnan@gmail.com>
Maintainer-email: MARSO Adnan <mediadnan@gmail.com>
License: MIT License
Project-URL: documentation, https://failures.readthedocs.org
Project-URL: repository, https://github.com/mediadnan/failures
Keywords: label,failures,handle,handling,report,track
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: print
License-File: LICENSE

<div id="readme_header" style="text-align: center">
<h1>Failures</h1>
<i>Labeling failures for humans</i>
<br/><br/>
<a href="https://github.com/mediadnan/Failures/actions/workflows/tests.yml"><img src="https://github.com/mediadnan/Failures/actions/workflows/tests.yml/badge.svg" alt="Tests"/></a>
<a href="https://codecov.io/gh/mediadnan/Failures"><img src="https://codecov.io/gh/mediadnan/Failures/branch/main/graph/badge.svg?token=E58PJ3OFME" alt="CodeCov"/></a>
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/failures" alt="PyPI - Python Version"/></a>
<a href="https://en.wikipedia.org/wiki/MIT_License"><img src="https://img.shields.io/github/license/mediadnan/failures" alt="License"/></a>
</div>

## What is failures
Failures is a Python 3 package that contains utilities to explicitly label nested
execution errors with fancy and simple syntax without coupling or adding extra ___context___ 
arguments to the targeted functions.

## Installation
``failures`` is available at PyPI, and requires python 3.8 or higher,
you install it using the pip command:

```shell
pip install failures
```

> **Note**
> If you install ``pip install "failures[colors]"``, the default handler will print errors with colors.

## Usage
    TODO...
