Metadata-Version: 2.4
Name: chokus-alert
Version: 1.0.1
Summary: A lightning-fast, professional HTML error alerting middleware for Django.
Author: Waqar Hussain Keeryo
License: MIT
Keywords: django,error,monitor,alert,chokus,smtp,middleware,exception
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Django>=3.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚨 Chokus Alert

**Chokus Alert** is a lightning-fast, highly reliable error monitoring middleware for Django. It automatically catches unhandled exceptions and emails a beautifully formatted HTML crash report directly to your development team.

## ✨ Key Features
* **⚡ Zero Bottlenecks:** Uses background threading for SMTP dispatch, ensuring your Django views never freeze or slow down during a crash.
* **🛡️ Built-in Anti-Spam:** Utilizes Django's native caching to prevent email floods. 
* **👔 Professional HTML Reports:** Includes the exact exception, HTTP method, route, user-agent, precise file/line location, and formatted stack trace.

## 📦 Installation

```bash
pip install chokus-alert
