.gitignore
AGENTS.md
LICENSE
PUBLISHING.md
README.md
pyproject.toml
uv.lock
.github/workflows/python-publish.yml
src/funthenticate/__init__.py
src/funthenticate/auth.py
src/funthenticate/cli.py
src/funthenticate/conversion.py
src/funthenticate/core.py
src/funthenticate/drawing.py
src/funthenticate/number_guess.py
src/funthenticate/prompts.py
src/funthenticate/py.typed
src/funthenticate/state.py
src/funthenticate/ui.py
src/funthenticate.egg-info/PKG-INFO
src/funthenticate.egg-info/SOURCES.txt
src/funthenticate.egg-info/dependency_links.txt
src/funthenticate.egg-info/entry_points.txt
src/funthenticate.egg-info/requires.txt
src/funthenticate.egg-info/top_level.txt
src/funthenticate/assets/__init__.py
src/funthenticate/assets/funthenticate.css
tests/test_funthenticate.py
tests/test_showcase_server.py