Skip to content

cucinellclark/bvbrc-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python client for the BV-BRC Solr API.

Requirements

  • Python >= 3.10
  • pip (and optionally venv)

Install from source (editable)

  1. Clone this monorepo:
git clone <YOUR_GIT_REMOTE_URL>/BVBRC-MCP-Servers.git
cd BVBRC-MCP-Servers/bvbrc-solr-python-api
  1. (Optional) Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
  1. Install the package in editable mode:
pip install -U pip
pip install -e .

Notes

  • The package depends on httpx>=0.28 and targets Python 3.10+.
  • See pyproject.toml for metadata and dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages