crontabula icon indicating copy to clipboard operation
crontabula copied to clipboard

Parse crontab expressions with Python

Results 6 crontabula issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.3.1. Release notes Sourced from pytest's releases. 7.3.1 pytest 7.3.1 (2023-04-14) Improvements #10875: Python 3.12 support: fixed RuntimeError: TestResult has no addDuration method when running...

dependencies

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.1 to 3.2.2. Release notes Sourced from pre-commit's releases. pre-commit v3.2.2 Fixes Fix support for swift >= 5.8. #2836 PR by @​edelabar. #2835 issue by @​kgrobelny-intive. pre-commit...

dependencies

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.1 to 3.2.0. Release notes Sourced from pre-commit's releases. pre-commit v3.2.0 Features Allow pre-commit, pre-push, and pre-merge-commit as stages. #2732 issue by @​asottile. #2808 PR by @​asottile....

You can reach this state by iterating over all dates, or probably more commonly by using a cron expression which doesn't make sense like 30th February ```python >>> import crontabula...

This PR adds support for #35 (Please add support for parsing with a text day-of-week)

If you google for "crontab every tuesday", the first hit is: https://crontab.guru/every-tuesday crontab.guru recommends using `0 0 * * TUE` as the abbreviation, but this is not accepted by `crontabula`....