Registry / devops / gravity

gravity

JSON →
library1.2.1pypypi✓ verified 82d ago

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 gravity
INSTALL
IMPORT
SIG · GRAVITY
G
gravity
devopspythonv1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GravityService
import gravity
from gravity import GravityService

Initialize GravityService with a Galaxy root directory and optional config path.

import os from gravity import GravityService # Initialize service manager service = GravityService( galaxy_root='/opt/galaxy', config=os.environ.get('GRAVITY_CONFIG', 'config/galaxy.yml') ) # Check status print(service.status())
gravity --version
Debug
Known issues
breakingDropped support for Python 3.7 in v1.2.0
fix
Use Python >=3.8
affects: >=1.2.0,<2
breakingRemoved support for deprecated unicornherder in v1.2.0. Use gunicorn directly instead.
fix
Configure gunicorn service directly; unicornherder flag no longer available.
affects: >=1.2.0
deprecatedPydantic v1 syntax is deprecated in v1.2.1; use Pydantic v2 syntax.
fix
Update any custom configuration models to Pydantic v2 style (e.g., Field(...) instead of deprecated methods).
affects: >=1.2.1
Upgrade
Version history
1.2.1latest on PyPI · released Apr 13, 2026
Audit
Dependencies
pydantic>=2requiredConfiguration management
Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
gravity — pip install gravity · libregistry