Skip to content

stanford-rc/globus-timer-cli

 
 

Repository files navigation

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 globus-timer ...:

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

About

CLI for interacting with the Timer API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Makefile 2.0%