Metadata-Version: 2.4
Name: scheduler-alarms-cli
Version: 0.2.1
Summary: A simple CLI application to schedule jobs, run tasks, and handle alarms
Home-page: https://github.com/scheduler-alarms/scheduler-alarms-cli
Author: Developer
Author-email: Developer <dev@example.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv
Requires-Dist: plyer
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Scheduler & Alarms CLI

A simple CLI application to schedule jobs, run tasks, use recurrence rules, prevent overlapping runs, and handle shutdown gracefully.

## Commands

### Add job
### Add interval job
### List jobs
### Start scheduler
## Features
- Recurrence rules (daily, weekly, hourly, interval).
- Thread pool for task execution.
- Prevent overlapping job runs.
- Persistent job storage.
- Graceful shutdown.
