- Clone this repo
- Download dpd.db.tar.bz2 from this page,
- Unzip and place the db in the root of the project folder
- Install uv for your operating system
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install all the dependencies with uv
uv sync
- See
scripts/tutorial/db_search_example.py
for a quick tutorial on how to use the database with SQLAlchemy