Metadata-Version: 2.4
Name: errorwatch
Version: 0.1.0
Summary: Intercept Python exceptions and send them to a server
Project-URL: Homepage, https://github.com/farshid-ashouri/errorwatch
Author: Farshid Ashouri
License-Expression: MIT
Keywords: error-tracking,exceptions,logging,monitoring,sentry-alternative
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: requests>=2.20.0
Description-Content-Type: text/markdown

# ErrorWatch

Intercept Python exceptions and send them to a server.

## Installation

```bash
pip install errorwatch
```

## License

MIT
