.flake8
.gitignore
.readthedocs.yaml
LICENSE.md
README.md
pyproject.toml
test_pg2.py
.github/workflows/tests.yml
docs/Makefile
docs/WhatsNew.rst
docs/architecture.rst
docs/async.rst
docs/callbacks.rst
docs/conf.py
docs/extras.rst
docs/getting-started.rst
docs/index.rst
docs/subclassing.rst
docs/sync.rst
docs/utilities.rst
docs/web-servers.rst
docs/widgets.rst
docs/api/async.rst
docs/api/index.rst
docs/api/sync.rst
examples/README.md
examples/all_widgets.py
examples/all_widgets_async.py
examples/demo_async.py
examples/demo_sync.py
examples/demo_treeview.py
examples/flask-multi-process/README.md
examples/flask-multi-process/server.py
examples/flask-multi-process/user_app.py
pgwidgets/__init__.py
pgwidgets/_json.py
pgwidgets/buffer.py
pgwidgets/callbacks.py
pgwidgets/defs.py
pgwidgets/method_types.py
pgwidgets/async_/Widgets.py
pgwidgets/async_/__init__.py
pgwidgets/async_/application.py
pgwidgets/async_/widget.py
pgwidgets/extras/__init__.py
pgwidgets/extras/file_browser.py
pgwidgets/sync/Widgets.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_extras.py
tests/test_protocol.py
tests/test_reconstruct.py
tests/test_session.py
tests/test_stateful.py
tests/test_widget_classes.py