A command-line tool for parsing, validating, and analyzing cron expressions.
- Parse and validate cron expressions
- Show next run times
- Pretty-print crontab entries
- Human-readable descriptions
- Cross-platform (macOS and Linux)
# Development installation
pip install -e .cronpal "0 0 * * *" # Parse and display cron expression# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytestMIT