Protein Data Bank Parameters

A Python package hosting the static parameters for the Protein Data Bank file formats.

Travis-CI latest branch Read the Docs (latest) PyPI Wheel Supported versions PyPI - Downloads

Motivation

Handling Protein Data Bank data through Python requires a constantly retyping of the PDB format static parameters, such as, line parsing slices, atoms names, residue names, etc. This package hosts all those static parameters required to handle .pdb files.

Installation

`bash pip install --upgrade pdbparams `