LICENSE
README.md
pyproject.toml
slaf/__init__.py
slaf/cli.py
slaf/core/__init__.py
slaf/core/fragment_processor.py
slaf/core/query_optimizer.py
slaf/core/slaf.py
slaf/core/sparse_ops.py
slaf/core/tabular_schema.py
slaf/data/__init__.py
slaf/data/chunked_reader.py
slaf/data/converter.py
slaf/data/dataset.py
slaf/data/utils.py
slaf/distributed/__init__.py
slaf/distributed/boundary.py
slaf/distributed/coordinator.py
slaf/distributed/data_source.py
slaf/distributed/dataloader.py
slaf/distributed/processor.py
slaf/distributed/shuffle.py
slaf/distributed/window.py
slaf/distributed/worker.py
slaf/integrations/__init__.py
slaf/integrations/anndata.py
slaf/integrations/scanpy.py
slaf/ml/__init__.py
slaf/ml/aggregators.py
slaf/ml/dataloaders.py
slaf/ml/datasets.py
slaf/ml/distributed.py
slaf/ml/samplers.py
slaf/ml/tiledb_dataloaders.py
slaf/ml/tokenizers.py
slafdb.egg-info/PKG-INFO
slafdb.egg-info/SOURCES.txt
slafdb.egg-info/dependency_links.txt
slafdb.egg-info/entry_points.txt
slafdb.egg-info/requires.txt
slafdb.egg-info/top_level.txt
tests/test_aggregators.py
tests/test_anndata.py
tests/test_anndata_slicing.py
tests/test_append_functionality.py
tests/test_cell_boundary_reassembly.py
tests/test_chunked_tiledb_layer.py
tests/test_cli.py
tests/test_converter.py
tests/test_dataloaders.py
tests/test_distributed_boundary.py
tests/test_distributed_coordinator.py
tests/test_distributed_data_schema.py
tests/test_distributed_data_source.py
tests/test_distributed_dataloader.py
tests/test_distributed_processor.py
tests/test_distributed_shuffle.py
tests/test_distributed_window.py
tests/test_distributed_worker.py
tests/test_fragment_processing.py
tests/test_layers_access.py
tests/test_layers_conversion_e2e.py
tests/test_layers_converter.py
tests/test_layers_infrastructure.py
tests/test_layers_matrix.py
tests/test_layers_mutations.py
tests/test_layers_slaf.py
tests/test_layers_view.py
tests/test_metadata_conversion_e2e.py
tests/test_metadata_mutations.py
tests/test_multifile_conversion.py
tests/test_obs_var_view.py
tests/test_obs_var_view_dataframe.py
tests/test_obsp_varp.py
tests/test_pytorch_datasets.py
tests/test_query_optimizer.py
tests/test_samplers.py
tests/test_scanpy.py
tests/test_slaf.py
tests/test_sparse_ops.py
tests/test_sql_aggregation.py
tests/test_tokenizers.py