Python package interface for RCSB.org API services. Provides access to PDB data, search, and graphQL queries. Current version: 1.7.3 (requires Python ≥3.9, <4.0). Released on PyPI roughly monthly.
pip install rcsb-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Search for PDB assemblies containing 'hemoglobin' using TextQuery.
Use query.exec(return_type=ReturnType.ASSEMBLY) for assemblies.
Upgrade Python to 3.9+.
Use 'from rcsbapi.search import TextQuery' instead.
Construct GraphQL query manually using GraphQLQuery or use predefined search methods.
No dependency data recorded yet.