Metadata-Version: 2.1
Name: cutiepy
Version: 0.1.0rc0
Summary: CutiePy is an open source job scheduler for Python workloads.
Project-URL: Homepage, https://cutiepy.org
Project-URL: Documentation, https://cutiepy.org/docs
Project-URL: Source Code, https://github.com/chenbobby/cutiepy
Project-URL: Bug Tracker, https://github.com/chenbobby/cutiepy/issues
Author-email: Bobby Chen <chenbobby@fastmail.com>
Keywords: broker,cron,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 an **open source job scheduler for Python**. CutiePy allows you to:

* **enqueue a job** to run immediately
* **create scheduled jobs** that will run once at a later time
* **create recurring jobs** that will run periodically at a fixed interval, like a [cron](https://en.wikipedia.org/wiki/Cron) job.

CutiePy ships with a **real-time monitoring dashboard** to help you track your jobs and workers.

![CutiePy UI Screenshot](/cutiepy_website/static/img/cutiepy_ui.png)

[**Learn more in the official documentation.**](https://cutiepy.org/docs)

# License

CutiePy is released under the [Apache-2.0 license](https://opensource.org/licenses/Apache-2.0).

# Contributing

CutiePy is currently not open to contribution.
I need some time to think about copyright for outside contributions.
I will also need to write a Contributor Licensing Agreement (CLA).
Until then, CutiePy will be closed to contributions.

If you still want to provide feedback to CutiePy, please open a [GitHub Discussion](https://github.com/chenbobby/cutiepy/discussions) for public feedback, or email me at <a href="mailto:chenbobby@fastmail.com">chenbobby@fastmail.com</a> for private feedback.
