.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/gettingstarted.rst
docs/index.rst
docs/requirements.txt
docs/tutorials.rst
docs/_static/custom.css
docs/gettingstarted/best_practices.ipynb
docs/gettingstarted/contributing.rst
docs/gettingstarted/installation.rst
docs/gettingstarted/quickstart.ipynb
docs/tutorials/README.md
docs/tutorials/loading_data.ipynb
docs/tutorials/nest_accessor.ipynb
src/nested_dask/__init__.py
src/nested_dask/_version.py
src/nested_dask/accessor.py
src/nested_dask/backends.py
src/nested_dask/core.py
src/nested_dask/io.py
src/nested_dask/py.typed
src/nested_dask.egg-info/PKG-INFO
src/nested_dask.egg-info/SOURCES.txt
src/nested_dask.egg-info/dependency_links.txt
src/nested_dask.egg-info/requires.txt
src/nested_dask.egg-info/top_level.txt
src/nested_dask/datasets/__init__.py
src/nested_dask/datasets/generation.py
src/nested_dask/utils/__init__.py
src/nested_dask/utils/utils.py
tests/nested_dask/conftest.py
tests/nested_dask/test_accessor.py
tests/nested_dask/test_datasets.py
tests/nested_dask/test_io.py
tests/nested_dask/test_nestedframe.py
tests/nested_dask/test_packaging.py
tests/nested_dask/test_utils.py