Python components for the Celbridge project management system.
celbridge- CLI for managing Celbridge projectscelbridge_host- Python host for .NET integration (REPL, JSON-RPC, MCP)
# Install uv (recommended) or use pip
pip install uv
# Create virtual environment and install packages
uv venv
source .venv/bin/activate # On Windows: .\.venv\Scripts\Activate.ps1
uv pip install -e packages/celbridge[dev] -e packages/celbridge_host[dev]
# Verify
celbridge version
pytest packages/ -vThe build.py script builds the python packages as wheel files and copies them to the Celbridge.Python Assets folder:
python build.py