Metadata-Version: 2.1
Name: cutiepy
Version: 0.1.0.dev0
Summary: CutiePy is an open source, fully featured job queue for Python workloads.
Project-URL: Bug Tracker, https://github.com/chenbobby/cutiepy/issues
Project-URL: Documentation, https://cutiepy.org/docs
Project-URL: Homepage, https://cutiepy.org
Project-URL: Source Code, https://github.com/chenbobby/cutiepy
Author-email: Bobby Chen <chenbobby@fastmail.com>
Keywords: broker,cron,job queue,job scheduler,task queue,worker
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: click>=8.1
Requires-Dist: pickle5>=0.0.11
Requires-Dist: requests>=2.28
Requires-Dist: types-requests>=2.28
Description-Content-Type: text/markdown

# CutiePy

CutiePy is a batteries-included job queue for Python.

## Development Setup

```bash
python -m venv .venv
source ./.venv/bin/activate
python -m pip install --upgrade pip
python -m pip install --requirement requirements.txt
```
