COPYING
README.md
pyproject.toml
setup.cfg
src/fookebox/__init__.py
src/fookebox/autoqueue.py
src/fookebox/config.py
src/fookebox/fookebox.py
src/fookebox/handlers.py
src/fookebox/mpd.py
src/fookebox/py.typed
src/fookebox.egg-info/PKG-INFO
src/fookebox.egg-info/SOURCES.txt
src/fookebox.egg-info/dependency_links.txt
src/fookebox.egg-info/entry_points.txt
src/fookebox.egg-info/requires.txt
src/fookebox.egg-info/top_level.txt
src/fookebox/css/bootstrap.min.css
src/fookebox/css/bootstrap.min.css.map
src/fookebox/css/fookebox.css
src/fookebox/fonts/glyphicons-halflings-regular.eot
src/fookebox/fonts/glyphicons-halflings-regular.svg
src/fookebox/fonts/glyphicons-halflings-regular.ttf
src/fookebox/fonts/glyphicons-halflings-regular.woff
src/fookebox/fonts/glyphicons-halflings-regular.woff2
src/fookebox/i18n/de/LC_MESSAGES/fookebox.mo
src/fookebox/js/bootstrap.min.js
src/fookebox/js/fookebox.js
src/fookebox/js/i18n-de.js
src/fookebox/js/i18n.js
src/fookebox/js/jquery-1.12.4.min.js
src/fookebox/js/jquery-ui.min.js
src/fookebox/templates/client.html
tests/test_auto_queue.py
tests/test_config.py
tests/test_handlers.py
tests/test_template.py