.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pylintrc
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
./zcollection/__init__.py
./zcollection/compressed_array.py
./zcollection/conftest.py
./zcollection/dask_utils.py
./zcollection/dataset.py
./zcollection/expression.py
./zcollection/fs_utils.py
./zcollection/mathematics.py
./zcollection/meta.py
./zcollection/storage.py
./zcollection/sync.py
./zcollection/type_hints.py
./zcollection/variable.py
./zcollection/version.py
./zcollection/collection/__init__.py
./zcollection/collection/callable_objects.py
./zcollection/collection/detail.py
./zcollection/collection/tests/__init__.py
./zcollection/collection/tests/test_collection.py
./zcollection/convenience/__init__.py
./zcollection/convenience/collection.py
./zcollection/convenience/view.py
./zcollection/indexing/__init__.py
./zcollection/indexing/abc.py
./zcollection/indexing/tests/__init__.py
./zcollection/indexing/tests/test_abc.py
./zcollection/merging/__init__.py
./zcollection/merging/period.py
./zcollection/merging/time_series.py
./zcollection/merging/tests/__init__.py
./zcollection/merging/tests/test_merging.py
./zcollection/merging/tests/test_period.py
./zcollection/merging/tests/test_time_series.py
./zcollection/partitioning/__init__.py
./zcollection/partitioning/abc.py
./zcollection/partitioning/date.py
./zcollection/partitioning/registry.py
./zcollection/partitioning/sequence.py
./zcollection/partitioning/tests/__init__.py
./zcollection/partitioning/tests/data.py
./zcollection/partitioning/tests/test_date.py
./zcollection/partitioning/tests/test_registry.py
./zcollection/partitioning/tests/test_sequence.py
./zcollection/tests/__init__.py
./zcollection/tests/cluster.py
./zcollection/tests/data.py
./zcollection/tests/first_dataset.json
./zcollection/tests/fs.py
./zcollection/tests/s3.py
./zcollection/tests/second_dataset.json
./zcollection/tests/test_compressed_array.py
./zcollection/tests/test_dask_utils.py
./zcollection/tests/test_dataset.py
./zcollection/tests/test_expression.py
./zcollection/tests/test_fs_utils.py
./zcollection/tests/test_mathematics.py
./zcollection/tests/test_meta.py
./zcollection/tests/test_storage.py
./zcollection/tests/test_sync.py
./zcollection/tests/test_variable.py
./zcollection/view/__init__.py
./zcollection/view/detail.py
./zcollection/view/tests/__init__.py
./zcollection/view/tests/test_view.py
.github/workflows/ci.yaml
.github/workflows/pre-commit.yml
.github/workflows/pypipublish.yaml
.vscode/settings.json
conda/environment.yml
conda/meta.yaml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/release.rst
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/images/merge_time_series.png
docs/source/images/merge_time_series.svg
examples/README.rst
examples/ex_collection.py
examples/ex_indexing.py
examples/ex_view.py
zcollection/__init__.py
zcollection/compressed_array.py
zcollection/dask_utils.py
zcollection/dataset.py
zcollection/expression.py
zcollection/fs_utils.py
zcollection/mathematics.py
zcollection/meta.py
zcollection/storage.py
zcollection/sync.py
zcollection/type_hints.py
zcollection/variable.py
zcollection.egg-info/PKG-INFO
zcollection.egg-info/SOURCES.txt
zcollection.egg-info/dependency_links.txt
zcollection.egg-info/not-zip-safe
zcollection.egg-info/requires.txt
zcollection.egg-info/top_level.txt
zcollection/collection/__init__.py
zcollection/collection/callable_objects.py
zcollection/collection/detail.py
zcollection/collection/tests/__init__.py
zcollection/collection/tests/test_collection.py
zcollection/convenience/__init__.py
zcollection/convenience/collection.py
zcollection/convenience/view.py
zcollection/indexing/__init__.py
zcollection/indexing/abc.py
zcollection/indexing/tests/__init__.py
zcollection/indexing/tests/test_abc.py
zcollection/merging/__init__.py
zcollection/merging/period.py
zcollection/merging/time_series.py
zcollection/merging/tests/__init__.py
zcollection/merging/tests/test_merging.py
zcollection/merging/tests/test_period.py
zcollection/merging/tests/test_time_series.py
zcollection/partitioning/__init__.py
zcollection/partitioning/abc.py
zcollection/partitioning/date.py
zcollection/partitioning/registry.py
zcollection/partitioning/sequence.py
zcollection/partitioning/tests/__init__.py
zcollection/partitioning/tests/data.py
zcollection/partitioning/tests/test_date.py
zcollection/partitioning/tests/test_registry.py
zcollection/partitioning/tests/test_sequence.py
zcollection/tests/__init__.py
zcollection/tests/cluster.py
zcollection/tests/data.py
zcollection/tests/first_dataset.json
zcollection/tests/fs.py
zcollection/tests/s3.py
zcollection/tests/second_dataset.json
zcollection/tests/test_compressed_array.py
zcollection/tests/test_dask_utils.py
zcollection/tests/test_dataset.py
zcollection/tests/test_expression.py
zcollection/tests/test_fs_utils.py
zcollection/tests/test_mathematics.py
zcollection/tests/test_meta.py
zcollection/tests/test_storage.py
zcollection/tests/test_sync.py
zcollection/tests/test_variable.py
zcollection/view/__init__.py
zcollection/view/detail.py
zcollection/view/tests/__init__.py
zcollection/view/tests/test_view.py