.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/measure_code_coverage.yml
.github/workflows/publish_documentation_website.yml
.github/workflows/publish_release_to_pypi.yml
.github/workflows/test_library.yml
docs/INSTALL.rst
docs/Makefile
docs/api.rst
docs/build_docs.py
docs/conf.py
docs/examples.rst
docs/index.rst
docs/license.rst
docs/literature.rst
docs/make.bat
docs/private_members_to_publish_to_docs.rst
docs/_static/readthedocs_custom.css
docs/_templates/custom_class_template.rst
docs/_templates/custom_module_template.rst
docs/_templates/versions.html
examples/basic_usage.ipynb
fakecbed/__init__.py
fakecbed/discretized.py
fakecbed/shapes.py
fakecbed/tds.py
fakecbed/version.py
fakecbed.egg-info/PKG-INFO
fakecbed.egg-info/SOURCES.txt
fakecbed.egg-info/dependency_links.txt
fakecbed.egg-info/requires.txt
fakecbed.egg-info/top_level.txt
tests/test_discretized.py
tests/test_shapes.py