/globus-timer-cli

CLI for interacting with the Timer API

Primary LanguagePythonApache License 2.0Apache-2.0

timer_cli

(See also the PyPI-specific README in README.rst.)

Installation

Users can install with pip:

pip install globus-timer-cli

Make sure to install in a virtual environment or with the --user flag as necessary.

Development

The CLI is built on click; documentation for click is found here.

The project uses poetry for dependency management. To install the CLI for development we recommend using poetry.

Install

Poetry should handle everything:

poetry install

Usage

Run the CLI with poetry run timer ...:

poetry run timer --help
poetry run timer job --help