Skip to content

Installation

Requirements

  • Python 3.13+
  • TypeDB 3.7.0+ server (for database operations)

Install from PyPI

pip install type-bridge

Or with uv:

uv add type-bridge

Install from Source

git clone https://github.com/ds1sqe/type-bridge.git
cd type-bridge

# Install with uv (recommended)
uv sync

# Or with pip
pip install -e .

Development Setup

For contributing to TypeBridge, install with dev dependencies:

uv sync --extra dev

# Install pre-commit hooks
pre-commit install

See the Development Setup guide for full details.