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/sog_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/compression.py
src/gsply/torch/gstensor.py
src/gsply/torch/io.py
tests/conftest.py
tests/test_add_method.py
tests/test_add_operator.py
tests/test_api.py
tests/test_compress_apis.py
tests/test_concatenate.py
tests/test_contiguous.py
tests/test_dataclass_refactor.py
tests/test_decompress_api.py
tests/test_file_reading_equivalence.py
tests/test_format_management.py
tests/test_formats.py
tests/test_gpu_compression.py
tests/test_gpu_io_api.py
tests/test_gstensor.py
tests/test_gstensor_conversion.py
tests/test_gstensor_masks.py
tests/test_gstensor_performance.py
tests/test_mask_layers.py
tests/test_optimization_verification.py
tests/test_reader.py
tests/test_utils.py
tests/test_writer.py