pgwidgets-python 0.3.2__py3-none-any.whl → 0.3.3__py3-none-any.whl

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.
Binary file
@@ -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)
@@ -10,12 +10,15 @@ pgwidgets/async_/application.py,sha256=2RJNRerXu5LXG_UcMSi9HWOCAlEOu96TrRaoIcUZ8
10
10
  pgwidgets/async_/widget.py,sha256=gO7eJh9LV3UY7yRLdeml_0gqmHnFB5VU3NWlDURLtfc,38042
11
11
  pgwidgets/extras/__init__.py,sha256=AXUmFtnn4RSlp6pJX6z55j-m_29VmfzpYIjQvAy7pO0,325
12
12
  pgwidgets/extras/file_browser.py,sha256=CXQSfJx1VQ-fJfhKNrVyqrkKTJEQngmiP954y70Fjo0,17229
13
+ pgwidgets/icons/pgw-python-logo.png,sha256=_Rxicp9EKy2Pzz1HtobxEnntSI-y5TtAVPlIzZIsfYs,2428840
13
14
  pgwidgets/sync/Widgets.py,sha256=7SaocMVMzFHhi51pjuEAr47Wez90b_a61kDbiv0jOfM,706
14
15
  pgwidgets/sync/__init__.py,sha256=SF5RTAvtu8BbYBWzpiCPipy6DJzNXf6nqk9xdvwxUhQ,542
15
16
  pgwidgets/sync/application.py,sha256=tcAJvSVdijfT_KBP4llY1tyg2AAmQM-1qocw8Zf51nM,96240
16
17
  pgwidgets/sync/widget.py,sha256=yrScNkZB34u0JXn3-kCB-1mPLxLysVbuaPsCjC8kq0E,38343
17
- pgwidgets_python-0.3.2.dist-info/licenses/LICENSE.md,sha256=LoM3fMTiMnQuHRCJghdjOtjnCrL8soBpu2PFk24Xvyg,1528
18
- pgwidgets_python-0.3.2.dist-info/METADATA,sha256=gzz5UD--Uq8I9azawdmXRE-G4KNDrTFDtkVhiNbTSzs,4568
19
- pgwidgets_python-0.3.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
20
- pgwidgets_python-0.3.2.dist-info/top_level.txt,sha256=wwL6fBq0gU-JwzlM6TdduY1qYpu39ysqnnbQT-1bqAs,10
21
- pgwidgets_python-0.3.2.dist-info/RECORD,,
18
+ pgwidgets_python-0.3.3.dist-info/licenses/LICENSE.md,sha256=LoM3fMTiMnQuHRCJghdjOtjnCrL8soBpu2PFk24Xvyg,1528
19
+ pgwidgets_python-0.3.3.dist-info/METADATA,sha256=zGKe1dIOc9aQaTS5ROZQu5NFO0rXlqfv3FuavZmjKsA,4683
20
+ pgwidgets_python-0.3.3.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
21
+ pgwidgets_python-0.3.3.dist-info/scm_file_list.json,sha256=EpRYjywwhXPISys2-onyGmwpWbD6-PyVRKtlpIbaRsM,1943
22
+ pgwidgets_python-0.3.3.dist-info/scm_version.json,sha256=QuXBS8rkNOzsOyOLL_7d599vXJRfhJZxVPwFnAqG4fk,160
23
+ pgwidgets_python-0.3.3.dist-info/top_level.txt,sha256=wwL6fBq0gU-JwzlM6TdduY1qYpu39ysqnnbQT-1bqAs,10
24
+ pgwidgets_python-0.3.3.dist-info/RECORD,,
@@ -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
+ }