A collection of python snippets to quickly edit pdb files. This is typically used for setting up system for MD simulations.
Typically, one instantiates a edPDB.cbook.PDB object (which can also be accessed as edPDB.PDB) and uses the methods defined on it to write new pdb files.
The cook book edPDB.cbook contains some more specialized functions that are not integrated into PDB yet; study the source and use them as examples.
Built on top of Bio.PDB from Biopython.
Eventually using this module should become as intuitive as grep, sed and cat of pdb files.