LICENSE
README.md
pyproject.toml
src/FastHydroMap/__init__.py
src/FastHydroMap/__main__.py
src/FastHydroMap/cli.py
src/FastHydroMap/install_torch.py
src/FastHydroMap/tensor_graph.py
src/FastHydroMap/featurize/graph.py
src/FastHydroMap/featurize/sasa.py
src/FastHydroMap/io/pdb.py
src/FastHydroMap/io/residue_qc.py
src/FastHydroMap/models/mpnn.py
src/FastHydroMap/predictors/fdewet.py
src/FastHydroMap/utils/atom_names.py
src/FastHydroMap/utils/constants.py
src/FastHydroMap/utils/download.py
src/FastHydroMap/weights/mpnn_latest.pt
src/FastHydroMap/weights/sasa_feature_stats.npz
src/fasthydromap.egg-info/PKG-INFO
src/fasthydromap.egg-info/SOURCES.txt
src/fasthydromap.egg-info/dependency_links.txt
src/fasthydromap.egg-info/entry_points.txt
src/fasthydromap.egg-info/requires.txt
src/fasthydromap.egg-info/top_level.txt
tests/test_atom_names.py
tests/test_graph_builder.py
tests/test_install_torch.py
tests/test_mpnn_forward.py
tests/test_predictor_regression.py
tests/test_residue_qc.py
tests/test_sasa.py