Python client for the BV-BRC Solr API.
- Python >= 3.10
- pip (and optionally
venv)
- Clone this monorepo:
git clone <YOUR_GIT_REMOTE_URL>/BVBRC-MCP-Servers.git
cd BVBRC-MCP-Servers/bvbrc-solr-python-api- (Optional) Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate- Install the package in editable mode:
pip install -U pip
pip install -e .- The package depends on
httpx>=0.28and targets Python 3.10+. - See
pyproject.tomlfor metadata and dependencies.