pgwidgets-python 0.3.2__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/PKG-INFO +5 -1
  2. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/README.md +4 -0
  3. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/conf.py +2 -0
  4. pgwidgets_python-0.3.3/pgwidgets/icons/pgw-python-logo.png +0 -0
  5. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/PKG-INFO +5 -1
  6. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/SOURCES.txt +3 -0
  7. pgwidgets_python-0.3.3/pgwidgets_python.egg-info/scm_file_list.json +68 -0
  8. pgwidgets_python-0.3.3/pgwidgets_python.egg-info/scm_version.json +8 -0
  9. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pyproject.toml +3 -0
  10. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.flake8 +0 -0
  11. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.github/workflows/tests.yml +0 -0
  12. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.gitignore +0 -0
  13. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.readthedocs.yaml +0 -0
  14. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/LICENSE.md +0 -0
  15. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/Makefile +0 -0
  16. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/WhatsNew.rst +0 -0
  17. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/api/async.rst +0 -0
  18. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/api/index.rst +0 -0
  19. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/api/sync.rst +0 -0
  20. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/architecture.rst +0 -0
  21. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/async.rst +0 -0
  22. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/callbacks.rst +0 -0
  23. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/extras.rst +0 -0
  24. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/getting-started.rst +0 -0
  25. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/index.rst +0 -0
  26. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/subclassing.rst +0 -0
  27. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/sync.rst +0 -0
  28. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/utilities.rst +0 -0
  29. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/web-servers.rst +0 -0
  30. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/widgets.rst +0 -0
  31. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/README.md +0 -0
  32. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/all_widgets.py +0 -0
  33. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/all_widgets_async.py +0 -0
  34. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/demo_async.py +0 -0
  35. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/demo_sync.py +0 -0
  36. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/demo_treeview.py +0 -0
  37. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/README.md +0 -0
  38. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/gunicorn.conf.py +0 -0
  39. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/nginx.conf +0 -0
  40. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/server.py +0 -0
  41. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/user_app.py +0 -0
  42. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/__init__.py +0 -0
  43. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/_json.py +0 -0
  44. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/Widgets.py +0 -0
  45. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/__init__.py +0 -0
  46. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/application.py +0 -0
  47. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/widget.py +0 -0
  48. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/buffer.py +0 -0
  49. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/callbacks.py +0 -0
  50. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/defs.py +0 -0
  51. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/extras/__init__.py +0 -0
  52. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/extras/file_browser.py +0 -0
  53. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/method_types.py +0 -0
  54. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/Widgets.py +0 -0
  55. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/__init__.py +0 -0
  56. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/application.py +0 -0
  57. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/widget.py +0 -0
  58. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/dependency_links.txt +0 -0
  59. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/requires.txt +0 -0
  60. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/top_level.txt +0 -0
  61. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/setup.cfg +0 -0
  62. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/test_pg2.py +0 -0
  63. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/__init__.py +0 -0
  64. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_async_session.py +0 -0
  65. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_defs.py +0 -0
  66. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_extras.py +0 -0
  67. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_fonts.py +0 -0
  68. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_protocol.py +0 -0
  69. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_reconstruct.py +0 -0
  70. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_resolve_kwargs.py +0 -0
  71. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_session.py +0 -0
  72. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_stateful.py +0 -0
  73. {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_widget_classes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pgwidgets-python
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Python bindings for the pgwidgets JavaScript widget library
5
5
  Author: PGWidgets Developers
6
6
  License: BSD-3-Clause
@@ -27,6 +27,10 @@ Provides-Extra: test
27
27
  Requires-Dist: pytest; extra == "test"
28
28
  Dynamic: license-file
29
29
 
30
+ <p align="center">
31
+ <img src="pgwidgets/icons/pgw-python-logo.png" alt="pgwidgets-python logo" width="500">
32
+ </p>
33
+
30
34
  # pgwidgets — Python Bindings
31
35
 
32
36
  Python bindings for the [pgwidgets](https://github.com/naojsoft/pgwidgets-js)
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="pgwidgets/icons/pgw-python-logo.png" alt="pgwidgets-python logo" width="500">
3
+ </p>
4
+
1
5
  # pgwidgets — Python Bindings
2
6
 
3
7
  Python bindings for the [pgwidgets](https://github.com/naojsoft/pgwidgets-js)
@@ -17,6 +17,8 @@ exclude_patterns = ["_build"]
17
17
  # -- HTML output --
18
18
  html_theme = "furo"
19
19
  html_title = "pgwidgets-python"
20
+ # project logo (single source: the package's icons/ data folder)
21
+ html_logo = "../pgwidgets/icons/pgw-python-logo.png"
20
22
 
21
23
  # -- autodoc --
22
24
  autodoc_member_order = "bysource"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pgwidgets-python
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Python bindings for the pgwidgets JavaScript widget library
5
5
  Author: PGWidgets Developers
6
6
  License: BSD-3-Clause
@@ -27,6 +27,10 @@ Provides-Extra: test
27
27
  Requires-Dist: pytest; extra == "test"
28
28
  Dynamic: license-file
29
29
 
30
+ <p align="center">
31
+ <img src="pgwidgets/icons/pgw-python-logo.png" alt="pgwidgets-python logo" width="500">
32
+ </p>
33
+
30
34
  # pgwidgets — Python Bindings
31
35
 
32
36
  Python bindings for the [pgwidgets](https://github.com/naojsoft/pgwidgets-js)
@@ -46,6 +46,7 @@ pgwidgets/async_/application.py
46
46
  pgwidgets/async_/widget.py
47
47
  pgwidgets/extras/__init__.py
48
48
  pgwidgets/extras/file_browser.py
49
+ pgwidgets/icons/pgw-python-logo.png
49
50
  pgwidgets/sync/Widgets.py
50
51
  pgwidgets/sync/__init__.py
51
52
  pgwidgets/sync/application.py
@@ -54,6 +55,8 @@ pgwidgets_python.egg-info/PKG-INFO
54
55
  pgwidgets_python.egg-info/SOURCES.txt
55
56
  pgwidgets_python.egg-info/dependency_links.txt
56
57
  pgwidgets_python.egg-info/requires.txt
58
+ pgwidgets_python.egg-info/scm_file_list.json
59
+ pgwidgets_python.egg-info/scm_version.json
57
60
  pgwidgets_python.egg-info/top_level.txt
58
61
  tests/__init__.py
59
62
  tests/test_async_session.py
@@ -0,0 +1,68 @@
1
+ {
2
+ "files": [
3
+ ".flake8",
4
+ "test_pg2.py",
5
+ "README.md",
6
+ "pyproject.toml",
7
+ "LICENSE.md",
8
+ ".readthedocs.yaml",
9
+ ".gitignore",
10
+ "docs/web-servers.rst",
11
+ "docs/WhatsNew.rst",
12
+ "docs/subclassing.rst",
13
+ "docs/sync.rst",
14
+ "docs/utilities.rst",
15
+ "docs/extras.rst",
16
+ "docs/async.rst",
17
+ "docs/architecture.rst",
18
+ "docs/widgets.rst",
19
+ "docs/conf.py",
20
+ "docs/Makefile",
21
+ "docs/index.rst",
22
+ "docs/callbacks.rst",
23
+ "docs/getting-started.rst",
24
+ "docs/api/async.rst",
25
+ "docs/api/sync.rst",
26
+ "docs/api/index.rst",
27
+ "tests/test_protocol.py",
28
+ "tests/__init__.py",
29
+ "tests/test_stateful.py",
30
+ "tests/test_resolve_kwargs.py",
31
+ "tests/test_async_session.py",
32
+ "tests/test_defs.py",
33
+ "tests/test_fonts.py",
34
+ "tests/test_session.py",
35
+ "tests/test_extras.py",
36
+ "tests/test_widget_classes.py",
37
+ "tests/test_reconstruct.py",
38
+ "pgwidgets/_json.py",
39
+ "pgwidgets/__init__.py",
40
+ "pgwidgets/callbacks.py",
41
+ "pgwidgets/method_types.py",
42
+ "pgwidgets/buffer.py",
43
+ "pgwidgets/defs.py",
44
+ "pgwidgets/sync/Widgets.py",
45
+ "pgwidgets/sync/__init__.py",
46
+ "pgwidgets/sync/application.py",
47
+ "pgwidgets/sync/widget.py",
48
+ "pgwidgets/extras/__init__.py",
49
+ "pgwidgets/extras/file_browser.py",
50
+ "pgwidgets/icons/pgw-python-logo.png",
51
+ "pgwidgets/async_/Widgets.py",
52
+ "pgwidgets/async_/application.py",
53
+ "pgwidgets/async_/__init__.py",
54
+ "pgwidgets/async_/widget.py",
55
+ "examples/demo_sync.py",
56
+ "examples/all_widgets.py",
57
+ "examples/all_widgets_async.py",
58
+ "examples/README.md",
59
+ "examples/demo_treeview.py",
60
+ "examples/demo_async.py",
61
+ "examples/flask-multi-process/server.py",
62
+ "examples/flask-multi-process/README.md",
63
+ "examples/flask-multi-process/nginx.conf",
64
+ "examples/flask-multi-process/gunicorn.conf.py",
65
+ "examples/flask-multi-process/user_app.py",
66
+ ".github/workflows/tests.yml"
67
+ ]
68
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "0.3.3",
3
+ "distance": 0,
4
+ "node": "g522f05596d51c6b3f6f671895e54ec014515d3c7",
5
+ "dirty": false,
6
+ "branch": "main",
7
+ "node_date": "2026-06-25"
8
+ }
@@ -46,3 +46,6 @@ local_scheme = "node-and-date"
46
46
 
47
47
  [tool.setuptools.packages.find]
48
48
  include = ["pgwidgets*"]
49
+
50
+ [tool.setuptools.package-data]
51
+ pgwidgets = ["icons/*"]