Metadata-Version: 2.1
Name: tagordo
Version: 0.1.0
Summary: Tiny python script to check if given checkpoints are up-to-date with a given cron schedule
Home-page: https://github.com/mathiazom/tagordo
Author: Mathias O. Myklebust
Author-email: mathias@oterbust.no
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: croniter (>=1.3.8,<2.0.0)
Requires-Dist: typer[all] (>=0.3.0,<0.4.0)
Project-URL: Bug Tracker, https://github.com/mathiazom/tagordo/issues
Project-URL: Repository, https://github.com/mathiazom/tagordo
Description-Content-Type: text/markdown

# tagordo

[![PyPI](https://img.shields.io/pypi/v/tagordo)](https://pypi.org/project/tagordo/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tagordo)
[![PyPI - License](https://img.shields.io/pypi/l/tagordo)](https://github.com/mathiazom/tagordo/blob/main/LICENSE)

Tiny python script to check if given checkpoints are up-to-date with a given cron schedule

## `tagordo`

Check if checkpoints in CHECKPOINTS_DIR are up-to-date with a given CRON_EXPRESSION schedule.

**Usage**:

```console
$ tagordo [OPTIONS] CRON_EXPRESSION CHECKPOINTS_DIR
```

**Arguments**:

* `CRON_EXPRESSION`: [required]
* `CHECKPOINTS_DIR`: [required]

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

