Command-line utilities to assist in managing Galaxy servers. Current version is 1.2.1, released on 2025-03-27. Release cadence is irregular, with multiple patch releases per year.
pip install gravityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize GravityService with a Galaxy root directory and optional config path.
Use Python >=3.8
Configure gunicorn service directly; unicornherder flag no longer available.
Update any custom configuration models to Pydantic v2 style (e.g., Field(...) instead of deprecated methods).