Skip to content

TheDevOpsBlueprint/cronpal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CronPal

A command-line tool for parsing, validating, and analyzing cron expressions.

Features (In Development)

  • Parse and validate cron expressions
  • Show next run times
  • Pretty-print crontab entries
  • Human-readable descriptions
  • Cross-platform (macOS and Linux)

Installation

# Development installation
pip install -e .

Usage

cronpal "0 0 * * *"  # Parse and display cron expression

Development

# Install development dependencies
pip install -e ".[dev]"

# Run tests
pytest

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published