.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/codeql-analysis.yml
.github/workflows/github-actions.yml
.github/workflows/release.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/spihole.rst
src/spihole/__init__.py
src/spihole/__main__.py
src/spihole/_version.py
src/spihole/capture.py
src/spihole/cli.py
src/spihole/display.py
src/spihole/hub.py
src/spihole/keypad.py
src/spihole.egg-info/PKG-INFO
src/spihole.egg-info/SOURCES.txt
src/spihole.egg-info/dependency_links.txt
src/spihole.egg-info/entry_points.txt
src/spihole.egg-info/not-zip-safe
src/spihole.egg-info/requires.txt
src/spihole.egg-info/top_level.txt
src/spihole/lcd/__init__.py
src/spihole/lcd/config.py
src/spihole/lcd/fake_spi.py
tests/test_spihole.py