{"library":"pdbeccdutils","title":"PDBe CCD Utils","description":"A toolkit to parse and process small molecules (chemical components) from the wwPDB Chemical Component Dictionary (CCD), including PRD and CLC entries. Current version 1.0.3, updated to work with modern RDKit and NumPy. Releases are irregular but focused on bug fixes and dependency updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pdbeccdutils"],"cli":null},"imports":["from pdbeccdutils.core.component import PDBeComponent"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pdbeccdutils.core.component import PDBeComponent\nfrom pdbeccdutils.helpers import download_components\n\n# Download a component by CCD code\ncomp = PDBeComponent('ATP')  # ATP as example\nprint(comp.code, comp.name)","lang":"python","description":"Basic usage: download and inspect a chemical component from the PDB.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}