LICENSE
README.md
pyproject.toml
proteintensor/__init__.py
proteintensor/bonds.py
proteintensor/cli.py
proteintensor/dataset.py
proteintensor/embeddings.py
proteintensor/ligands.py
proteintensor/msa.py
proteintensor/pairs.py
proteintensor/reader.py
proteintensor/remote.py
proteintensor/schema.py
proteintensor/writer.py
proteintensor.egg-info/PKG-INFO
proteintensor.egg-info/SOURCES.txt
proteintensor.egg-info/dependency_links.txt
proteintensor.egg-info/entry_points.txt
proteintensor.egg-info/requires.txt
proteintensor.egg-info/top_level.txt
proteintensor/adapters/__init__.py
proteintensor/adapters/boltz.py
proteintensor/converters/__init__.py
proteintensor/converters/mmcif.py
proteintensor/converters/sequence.py
tests/test_adapters.py
tests/test_convert_dir.py
tests/test_dataset.py
tests/test_embeddings.py
tests/test_ligands.py
tests/test_msa.py
tests/test_pairs.py
tests/test_remote.py
tests/test_roundtrip.py
tests/test_sequence.py