.editorconfig
.gitignore
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements_dev.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/workflows/main.yml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
split_dataset/__init__.py
split_dataset/blocks.py
split_dataset/split_dataset.py
split_dataset.egg-info/PKG-INFO
split_dataset.egg-info/SOURCES.txt
split_dataset.egg-info/dependency_links.txt
split_dataset.egg-info/not-zip-safe
split_dataset.egg-info/requires.txt
split_dataset.egg-info/top_level.txt
tests/__init__.py
tests/test_blocks.py
tests/test_split_dataset.py