Metadata-Version: 2.4
Name: cronpulse-lib
Version: 0.1.6
Summary: CronPulse client library for Python
Home-page: https://github.com/yourusername/cronpulse-lib
Author: Your Name
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/cronpulse-lib
Project-URL: Repository, https://github.com/yourusername/cronpulse-lib
Project-URL: Issues, https://github.com/yourusername/cronpulse-lib/issues
Keywords: cron,monitoring,scheduling
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# CronPulse Python Client

This is the Python package portion of the multi-language CronPulse client.

Refer to the root project README for full details. This file exists so that
PEP 621 `readme` metadata can be resolved without referencing parent paths
(which some build backends disallow for sdist isolation).
