Metadata-Version: 2.4
Name: sidekick-worker
Version: 0.1.0
Summary: An ultra-lightweight, zero-config background task runner using SQLite.
Home-page: https://github.com/MR-Zain-Asif/sidekick
Author: Zain-Asif
Author-email: mezainasif69@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# 🚀 SideKick

An ultra-lightweight, embedded background task runner for Python with **zero external infrastructure configuration**. No Redis, no RabbitMQ, no Docker—just pure Python and SQLite.

## ✨ Features
- **Zero Config:** Just `pip install sidekick-worker` and start running tasks.
- **Crash-Resilient:** Tasks are persisted in a local SQLite database. If your app crashes, tasks survive!
- **Non-Blocking:** Built-on daemon threads that keep your main application active.

## 🛠️ Installation
```bash
pip install sidekick-worker
