Metadata-Version: 2.4
Name: gpp-client
Version: 26.3.2
Summary: Gemini Program Platform client.
Author: NOIRLab
License: Copyright (c) 2025 Association of Universities for Research in Astronomy, Inc. (AURA)
        All rights reserved.
        
        Unless otherwise stated, the copyright of this software is owned by AURA.
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
        1) Redistributions of source code must retain the above copyright notice,
          this list of conditions and the following disclaimer.
        2) Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        3) The names of AURA and its representatives may not be used to endorse or
          promote products derived from this software without specific prior written
          permission.
        
        THIS SOFTWARE IS PROVIDED BY AURA "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
        FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL AURA BE
        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
        GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
        THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://github.com/gemini-hlsw/gpp-client
Project-URL: Source, https://github.com/gemini-hlsw/gpp-client
Project-URL: Issues, https://github.com/gemini-hlsw/gpp-client/issues
Project-URL: Documentation, https://gpp-client.readthedocs.io/en/latest/
Keywords: gemini,gpp,client,program,platform
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.13.3
Requires-Dist: beautifulsoup4>=4.11.0
Requires-Dist: graphql-core>=3.2.0
Requires-Dist: httpx>=0.23
Requires-Dist: pydantic>=2.12.0
Requires-Dist: toml>=0.10
Requires-Dist: typer>=0.21.1
Requires-Dist: websockets>=14.2
Dynamic: license-file

# GPP Client

[![Run Tests](https://github.com/gemini-hlsw/gpp-client/actions/workflows/run_tests.yaml/badge.svg?branch=main)](https://github.com/gemini-hlsw/gpp-client/actions/workflows/run_tests.yaml)
![Docs Status](https://readthedocs.org/projects/gpp-client/badge/?version=latest)
[![codecov](https://codecov.io/gh/gemini-hlsw/gpp-client/branch/main/graph/badge.svg?token=9V5TA510MF)](https://codecov.io/gh/gemini-hlsw/gpp-client)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gpp-client?color=green)
![PyPI - Version](https://img.shields.io/pypi/v/gpp-client?color=green)

---

_Pain-free python/CLI communication with the Gemini Program Platform (GPP)._

**Documentation**: <a href="https://gpp-client.readthedocs.io/en/latest/" target="_blank">https://gpp-client.readthedocs.io/en/latest/</a>

**Source Code**: <a href="https://github.com/gemini-hlsw/gpp-client" target="_blank">https://github.com/gemini-hlsw/gpp-client</a>

---

## Overview

The GPP Client provides:

- A fully typed asynchronous Python client generated from the GPP GraphQL schema.
- High-level resource managers for CRUD operations.
- A `gpp` command-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/

## Development Status

The library is under active development.

While core workflows are stable, some APIs and CLI flags may evolve between minor releases.

## Installation

```bash
pip install gpp-client
```
