.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
setup.py
tox.ini
.github/pull_request_template.md
.github/workflows/publish.yaml
.github/workflows/quality.yaml
.github/workflows/test.yaml
docs/Makefile
docs/index.rst
docs/install.rst
docs/license.rst
docs/make.bat
docs/usage.rst
docs/_static/samply.svg
samply/__init__.py
samply/ball.py
samply/directional.py
samply/hypercube.py
samply/nullspace.py
samply/shape.py
samply/subspace.py
samply.egg-info/PKG-INFO
samply.egg-info/SOURCES.txt
samply.egg-info/dependency_links.txt
samply.egg-info/requires.txt
samply.egg-info/top_level.txt
samply/tests/__init__.py
samply/tests/test_ball.py
samply/tests/test_direction.py
samply/tests/test_hypercube.py
samply/tests/test_nullspace.py
samply/tests/test_shape.py
samply/tests/test_subspace.py