• v0.1.0 1059dafdf4

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 11s
    Stable

    7000pctAUTO released this 2026-02-01 15:10:29 +00:00 | 5 commits to main since this release

    Initial Release of Cron Parser CLI

    A CLI tool that parses, validates, generates, and explains cron expressions in human-readable language.

    Features

    • Parse & Validate cron expressions with detailed field breakdown
    • Natural Language Conversion (e.g., "every Monday at 9am")
    • Next execution times with visual timeline
    • Interactive cron expression wizard
    • Human-readable descriptions
    • Cross-platform support (Linux, macOS, Windows)

    Installation

    pip install cron-parser-cli
    

    Usage

    cronparse parse "0 9 * * *"
    cronparse from-text "every Monday at 9am"
    cronparse next "0 9 * * *"
    cronparse generate
    cronparse explain "0 9 * * *"
    

    Testing

    All 76 tests passing.

    Downloads