.flake8
.gitignore
.readthedocs.yaml
LICENSE.md
README.md
pyproject.toml
docs/Makefile
docs/architecture.rst
docs/async.rst
docs/callbacks.rst
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/sync.rst
docs/web-servers.rst
docs/widgets.rst
docs/api/async.rst
docs/api/index.rst
docs/api/sync.rst
examples/README.md
examples/demo_async.py
examples/demo_sync.py
examples/demo_treeview.py
pgwidgets/__init__.py
pgwidgets/defs.py
pgwidgets/async_/__init__.py
pgwidgets/async_/application.py
pgwidgets/async_/widget.py
pgwidgets/sync/__init__.py
pgwidgets/sync/application.py
pgwidgets/sync/widget.py
pgwidgets_python.egg-info/PKG-INFO
pgwidgets_python.egg-info/SOURCES.txt
pgwidgets_python.egg-info/dependency_links.txt
pgwidgets_python.egg-info/requires.txt
pgwidgets_python.egg-info/top_level.txt
tests/__init__.py
tests/test_defs.py
tests/test_protocol.py
tests/test_widget_classes.py