Installation#

Requirements#

From PyPI#

pip install grad300-client

From source (development install)#

Clone the full stack repository and install the client in editable mode using uv:

git clone https://gitlab.lam.fr/grad300/stack-grad300.git
cd stack-grad300
uv sync --package grad300-client

Or with plain pip:

cd clients/grad300-client
pip install -e .

Verifying the installation#

import grad300_client
print(grad300_client.__version__)