Installation¶
Requirements¶
- Python 3.13+
- TypeDB 3.7.0+ server (for database operations)
Install from PyPI¶
Or with uv:
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:
See the Development Setup guide for full details.