/galaxykit

Primary LanguagePythonOtherNOASSERTION

Galaxykit

Galaxykit is a client library for galaxy_ng, designed for use in internal testing.

It's intended to be a low-dependency and low-abstraction client for performing actions on a remote Automation Hub or galaxy_ng instance.

Installing:

To install the latest development version, run pip install -e . in the root of your checked-out copy of this repository.

To set up the pre-commit hooks we are using (currently just autoformatting with black), run the following snippet:

pre-commit install
pre-commit install-hooks

After that's been done, the first commit you make will have to install any of those dependencies, and may take a few minutes.