Metadata-Version: 2.4
Name: buboxy
Version: 0.1.0
Summary: Runtime error and security monitoring for Python apps — crash tracking plus SQLi/XSS/brute-force/traffic anomaly detection, built for Indian solo founders and bootstrapped startups.
Author: Vadrangi.ai
License: MIT
Project-URL: Homepage, https://github.com/LeelaManohar06/Buboxy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0

# Buboxy

Runtime error and security monitoring for Python apps.

Combines crash/error tracking with security threat detection (SQL injection,
XSS, brute-force login attempts, traffic anomalies) — built for Indian solo
founders and bootstrapped startups.

## Install

```
pip install buboxy
```

## Usage

```python
import buboxy

buboxy.init(api_key="bbx_your_api_key_here")
```

That's it — crash detection starts automatically. For frameworks like Flask
that handle their own exceptions internally, call `buboxy.capture_exception()`
manually inside your error handler.

## Links

- Dashboard: (coming soon)
- Docs: (coming soon)
