Metadata-Version: 2.1
Name: cronexpressions
Version: 0.1.0
Summary: A library for predefined and custom cron expressions
Home-page: https://github.com/poysa213/cronexpressions.git
Author: Youcef Hanaia
Author-email: hanaiayoucef@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# CronExpressions

A Python library that provides predefined cron expressions and a builder for custom schedules.

## Installation

```bash
pip install cronexpressions
