(See also the PyPI-specific README in README.rst.)
Users can install with pip:
pip install globus-timer-cliMake sure to install in a virtual environment or with the --user flag as necessary.
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.
Poetry should handle everything:
poetry installRun the CLI with poetry run globus-timer ...:
poetry run globus-timer --help
poetry run globus-timer job --help