Metadata-Version: 2.4
Name: cronbeacon
Version: 0.0.1
Summary: Official Python SDK for CronBeacon — cron job and scheduled task monitoring.
Project-URL: Homepage, https://cronbeacon.dev
Project-URL: Documentation, https://cronbeacon.dev/docs
Project-URL: Repository, https://github.com/cronbeacon/cronbeacon-python
Project-URL: Issues, https://github.com/cronbeacon/cronbeacon-python/issues
Author-email: Robert Szumlas <contact@cronbeacon.dev>
License-Expression: MIT
License-File: LICENSE
Keywords: cron,cronbeacon,heartbeat,monitoring,scheduled-tasks
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# cronbeacon

Official Python SDK for [CronBeacon](https://cronbeacon.dev) — monitoring for cron jobs and scheduled tasks.

> **Status:** namespace reserved. The SDK is in active development and will be released shortly.

## What is CronBeacon?

CronBeacon detects when your scheduled jobs fail or stop reporting, distinguishes silent outages from explicit failures, and alerts you only when it actually matters.

## Installation (coming soon)

```bash
pip install cronbeacon
```

## License

MIT — see [LICENSE](LICENSE).
