pdbeccdutils
Toolkit to parse and process small molecules in wwPDB
What it is and what it does
pdbeccdutils is an RDKit-based toolkit for working with small molecule definitions in the Protein Data Bank. It provides streamlined access to metadata and chemical properties from the wwPDB Chemical Component Dictionary (CCD) and Biologically Interesting Molecule Reference Dictionary (PRD), and includes methods to generate 2D and 3D depictions, compute physicochemical properties, identify common fragments and scaffolds, and map molecules to external databases via UniChem.
The package is built on top of RDKit, GEMMI, SciPy, NumPy, and NetworkX. It is actively maintained, supports Python 3.10 through 3.14, and runs on macOS, Windows, and Unix-like systems. It is suitable for structural biology workflows, cheminformatics pipelines, and applications that need to query or analyze PDB ligands programmatically.
Use it for:
- Extract and analyze ligand properties from PDB structures in automated workflows.
- Generate 2D depictions and 3D conformations for small molecules in the CCD.
- Search for common chemical fragments and Murcko scaffolds in ligand datasets.
- Map PDB ligands to external small-molecule databases using UniChem.
- Process covalently linked components (CLC) as complete molecular representations.
- Compute RDKit molecular properties for ligands in structural biology pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Parse and process small molecule definitions from the wwPDB Chemical Component Dictionary and Biologically Interesting Molecule Reference Dictionary, with RDKit-based tools for 2D/3D depiction, property computation, and fragment/scaffold analysis.
Yes. pdbeccdutils is actively maintained, has no known vulnerabilities, installs with low friction, and is licensed permissively. Install it if you work with PDB ligands, need to compute molecular properties or depictions for small molecules, or want to integrate wwPDB chemical data into a cheminformatics pipeline. The compiled dependencies (RDKit, GEMMI) may require build tools, but wheels are available for common platforms.
Install
pdbeccdutils on PyPI
pip
pip install pdbeccdutilsuv
uv add pdbeccdutilspoetry
poetry add pdbeccdutilsInstalling pdbeccdutils
Before you install
Low install friction with a pure-wheel distribution. Active maintenance (last commit 2026-07-21, release 45 days ago) and broad Python support (3.10–3.14). Depends on compiled packages (RDKit, GEMMI, SciPy) that may require build tools on some systems, but the toolkit itself installs cleanly.
License in practice
Licensed under Apache License 2.0 (permissive). No restrictions on commercial or private use; you may modify and distribute freely under the same license terms.
Quickstart
pip install pdbeccdutils
from pdbeccdutils.core import ccd_reader
# Parse a chemical component from the CCD
component = ccd_reader.read_pdb("LIG")
Requires RDKit and GEMMI as compiled dependencies; installation may need a C++ compiler or pre-built wheels for your platform.
Verify before relying
- Whether UniChem mapping requires network access or a local database.
- Performance characteristics when processing large numbers of molecules or complex covalently linked components.
- Exact version of RDKit currently tested (description mentions 2023.9.6 but does not specify if newer versions are supported).
Package facts
| License | Apache License 2.0. (permissive) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — gemmi, networkx, numpy, pillow, rdkit, requests, scipy |
| Maintenance | actively maintained — 45 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 238,665/month — #8,932 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pdbeccdutils-1.0.4-py3-none-any.whl
Keywords: PDB, ligand, small molecule, complex, CCD, PRD, CLC
Tags
More Bio-Informatics packages
NetworkX provides data structures and…
permissive · top 1,000 on PyPI
biopythonBiopython provides Python tools for…
unclear · top 5,000 on PyPI
firecrawl-pyClient library for the Firecrawl API that…
permissive · top 5,000 on PyPI
intervaltreeA self-balancing interval tree data structure…
permissive · top 5,000 on PyPI
albumentationsAlbumentations applies image transformations to…
permissive · top 5,000 on PyPI
PubChemPyPubChemPy is a Python wrapper around the…
permissive · top 5,000 on PyPI
rdkitRDKit is a chemoinformatics toolkit providing…
permissive · top 5,000 on PyPI
chembl-structure-pipelineStandardizes and salt-strips molecular…
permissive · top 15,000 on PyPI
datamolDatamol provides a pythonic layer on top of…
permissive · top 15,000 on PyPI
rdkit-pypiProvides precompiled wheels for Linux, macOS,…
permissive · top 15,000 on PyPI
pdb2pqrPDB2PQR prepares protein structures from PDB…
permissive · top 15,000 on PyPI
gemmiGemmi is a C++ library with Python bindings for…
copyleft · top 5,000 on PyPI
mordredcommunityCalculates molecular descriptors from chemical…
permissive · top 15,000 on PyPI
aimsim-coreProvides core molecular featurization and…
permissive · top 15,000 on PyPI
pyralpyral is a Python toolkit that lets you create,…
permissive · top 15,000 on PyPI