Metadata-Version: 2.4
Name: catchery
Version: 0.5.0
Summary: A python error handler. Catch exceptions and handle them gracefully.
Author-email: Enrico Fraccaroli <enrico.fraccaroli@univr.it>
Maintainer-email: Enrico Fraccaroli <enrico.fraccaroli@univr.it>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Galfurian/catchery
Project-URL: Repository, https://github.com/Galfurian/catchery
Project-URL: Bug Tracker, https://github.com/Galfurian/catchery/issues
Keywords: error-handling,exceptions,python
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# catchery

Python Error Handler.

## Installation

YouYou can install `catchery` using pip:

```bash
pip install catchery
```

## Usage

Coming soon...

## Development Setup

### Linting with Ruff

This project uses [Ruff](https://beta.ruff.rs/docs/) for linting and code formatting. Ruff is configured via the `pyproject.toml` file in the project root.

To run the linter, execute the following command from the project root:

```bash
ruff check src/catchery/
```

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
