Pain-free python/CLI communication with the Gemini Program Platform (GPP).
Documentation: https://gpp-client.readthedocs.io/en/latest/
Source Code: https://github.com/gemini-hlsw/gpp-client
The GPP Client provides:
- A fully typed asynchronous Python client generated from the GPP GraphQL schema.
- High-level resource managers for CRUD operations.
- A
gppcommand-line interface for scripting and automation.
All details—including installation, quickstart, configuration, credentials, managers, orchestration layer, and code generation are documented in the official documentation.
Start here: https://gpp-client.readthedocs.io/en/latest/
The library is under active development.
While core workflows are stable, some APIs and CLI flags may evolve between minor releases.
pip install gpp-client