Provides an easy-to-use interface for cron-like task scheduling. Version 0.1.3.1. Release cadence is low, no recent updates.
pip install cronexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a CronEx instance with a cron expression and call test() to check if the current time matches.
Consider alternatives like 'croniter' or 'python-crontab'.
Ensure your cron expression has 5 fields (minute hour day month weekday).
Manually convert times to local timezone before using.
No dependency data recorded yet.