LICENSE
MANIFEST.in
README.md
pyproject.toml
src/gsply/__init__.py
src/gsply/formats.py
src/gsply/gsdata.py
src/gsply/py.typed
src/gsply/reader.py
src/gsply/utils.py
src/gsply/writer.py
src/gsply.egg-info/PKG-INFO
src/gsply.egg-info/SOURCES.txt
src/gsply.egg-info/dependency_links.txt
src/gsply.egg-info/requires.txt
src/gsply.egg-info/top_level.txt
src/gsply.egg-info/zip-safe
src/gsply/torch/__init__.py
src/gsply/torch/gstensor.py
tests/conftest.py
tests/test_api.py
tests/test_compress_apis.py
tests/test_dataclass_refactor.py
tests/test_decompress_api.py
tests/test_formats.py
tests/test_gstensor.py
tests/test_gstensor_conversion.py
tests/test_gstensor_performance.py
tests/test_optimization_verification.py
tests/test_reader.py
tests/test_writer.py