From 588004bf0d06b42dd5c4728d00a3cb810a1ab022 Mon Sep 17 00:00:00 2001 From: Alex Maldonado Date: Wed, 15 Apr 2026 10:39:10 -0400 Subject: [PATCH] docs: replace "toolkit" to "package" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53030f7..e0d0c4b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Turn raw PubChem data into clean, ML-ready chemical datasets

-`pcdigitizer` is a Python toolkit for building ML-ready chemical datasets from [PubChem](https://pubchem.ncbi.nlm.nih.gov/). +`pcdigitizer` is a Python package for building ML-ready chemical datasets from [PubChem](https://pubchem.ncbi.nlm.nih.gov/). It handles the full pipeline: downloading raw data through PubChem's [PUG-REST API](https://pubchem.ncbi.nlm.nih.gov/docs/pug-rest), parsing nested and inconsistent response formats, and cleaning the results into structured [Polars](https://pola.rs/) DataFrames ready for analysis or model training. PubChem is the largest open chemical database in the world, but its data comes from thousands of depositors with varying formats, conventions, and quality levels.