.gitignore
.landscape.yml
.pre-commit-config.yaml
.travis.yml
CHANGELOG.rst
LICENSE.rst
README.rst
conftest.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pre-commit.yml
.github/workflows/pythonapp.yml
docs/about.rst
docs/conf.py
docs/example_reference.rst
docs/examples.rst
docs/extra_api.rst
docs/getting_started.rst
docs/index.rst
docs/requirements.txt
docs/the_parts.rst
examples/mini_example.py
examples/todo_example/__init__.py
examples/todo_example/api.py
examples/todo_example/pseudorpc.py
examples/todo_example/spec.py
examples/todo_example/ux.py
src/sentaku/__init__.py
src/sentaku/chooser.py
src/sentaku/context.py
src/sentaku/modeling.py
src/sentaku/utils.py
src/sentaku.egg-info/PKG-INFO
src/sentaku.egg-info/SOURCES.txt
src/sentaku.egg-info/dependency_links.txt
src/sentaku.egg-info/requires.txt
src/sentaku.egg-info/top_level.txt
testing/test_acceptance_by_exampple.py
testing/test_context.py
testing/test_implstack.py