Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

chembl

Small-molecule drug lookup by exact drug name or ChEMBL ID.

Setup

cd chembl
python3 -m venv .venv && source .venv/bin/activate && pip install requests -q

Environment variables

None.

Usage

python3 scripts/chembl_search.py --help

Dependencies

  • requests