pdb2sql: Processing PDB data with SQL

pdb2sql is a Python package that allows to use SQL queries to handle PDB files. Currently, only ‘ATOM’ data is parsed, and other items of PDB, e.g. HETATM, are ignored.

Installation:

pip install pdb2sql

Tutorial

Python API