Skip to content

Installation

From PyPI

pip install gds-framework

Or with uv:

uv add gds-framework

Requirements

  • Python 3.12 or later
  • pydantic >= 2.10 (installed automatically)

Import

The package is installed as gds-framework but imported as gds:

import gds
print(gds.__version__)

Development Setup

git clone https://github.com/BlockScience/gds-framework.git
cd gds-framework
uv sync
uv run pytest tests/ -v