CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
src/toga_web/__init__.py
src/toga_web/app.py
src/toga_web/command.py
src/toga_web/dialogs.py
src/toga_web/factory.py
src/toga_web/icons.py
src/toga_web/libs.py
src/toga_web/paths.py
src/toga_web/window.py
src/toga_web.egg-info/PKG-INFO
src/toga_web.egg-info/SOURCES.txt
src/toga_web.egg-info/dependency_links.txt
src/toga_web.egg-info/entry_points.txt
src/toga_web.egg-info/not-zip-safe
src/toga_web.egg-info/requires.txt
src/toga_web.egg-info/top_level.txt
src/toga_web/static/toga.css
src/toga_web/widgets/__init__.py
src/toga_web/widgets/base.py
src/toga_web/widgets/box.py
src/toga_web/widgets/button.py
src/toga_web/widgets/label.py
src/toga_web/widgets/textinput.py
tests/__init__.py
tests/test_implementation.py