Metadata-Version: 2.4
Name: cronverter
Version: 0.2.0
Summary: A Python package for converting cron expressions between different formats.
Author: I-Am-hehu
License-Expression: MIT
Project-URL: homepage, https://github.com/I-Am-hehu/cronverter
Project-URL: source, https://github.com/I-Am-hehu/cronverter
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cronverter

A Python package for converting cron expressions between different formats.

Look inside the `docs/` folder to read more about it and how to use it.

## supported formats

### to unix

- [x] from quartz

### from unix

- [ ] to quartz

