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/
🚧 Alpha: the library is under heavy development. The public API and CLI flags may change between releases.
pip install gpp-client