LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
biopandas/__init__.py
biopandas/constants.py
biopandas.egg-info/PKG-INFO
biopandas.egg-info/SOURCES.txt
biopandas.egg-info/dependency_links.txt
biopandas.egg-info/requires.txt
biopandas.egg-info/top_level.txt
biopandas/mmcif/__init__.py
biopandas/mmcif/engines.py
biopandas/mmcif/mmcif_parser.py
biopandas/mmcif/pandas_mmcif.py
biopandas/mmtf/__init__.py
biopandas/mmtf/pandas_mmtf.py
biopandas/mol2/__init__.py
biopandas/mol2/mol2_io.py
biopandas/mol2/pandas_mol2.py
biopandas/pdb/__init__.py
biopandas/pdb/engines.py
biopandas/pdb/pandas_pdb.py
tests/__init__.py
tests/mmcif/__init__.py
tests/mmcif/test_amino3to1.py
tests/mmcif/test_assign_df.py
tests/mmcif/test_distance.py
tests/mmcif/test_multiple_models.py
tests/mmcif/test_read_mmcif.py
tests/mmcif/test_rmsd.py
tests/mmcif/data/__init__.py
tests/mmtf/__init__.py
tests/mmtf/test_amino3to1.py
tests/mmtf/test_assign_df.py
tests/mmtf/test_distance.py
tests/mmtf/test_multiple_models.py
tests/mmtf/test_read_mmtf.py
tests/mmtf/test_rmsd.py
tests/mmtf/test_write_mmtf.py
tests/mmtf/data/__init__.py
tests/mol2/__init__.py
tests/mol2/test_mol2_io.py
tests/mol2/test_pandas_mol2.py
tests/mol2/data/__init__.py
tests/pdb/__init__.py
tests/pdb/test_amino3to1.py
tests/pdb/test_assign_df.py
tests/pdb/test_distance.py
tests/pdb/test_gyradius.py
tests/pdb/test_impute.py
tests/pdb/test_multiple_models.py
tests/pdb/test_read_pdb.py
tests/pdb/test_rmsd.py
tests/pdb/test_write_pdb.py
tests/pdb/data/__init__.py
tests/testutils/__init__.py
tests/testutils/testutils.py