A simple Python library to validate Quartz cron expressions. Current version 0.2.1, released sporadically. Requires Python >=3.10.
pip install quartz-cron-checkerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Validate a Quartz cron expression using the default method.
Use ? instead of * for 'any' in day-of-week or day-of-month fields.
Upgrade Python to 3.10+.
Access result.valid instead of treating result as a bool.
No dependency data recorded yet.
No resource links recorded.