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.
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/PKG-INFO +5 -1
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/README.md +4 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/conf.py +2 -0
- pgwidgets_python-0.3.3/pgwidgets/icons/pgw-python-logo.png +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/PKG-INFO +5 -1
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/SOURCES.txt +3 -0
- pgwidgets_python-0.3.3/pgwidgets_python.egg-info/scm_file_list.json +68 -0
- pgwidgets_python-0.3.3/pgwidgets_python.egg-info/scm_version.json +8 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pyproject.toml +3 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.flake8 +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.github/workflows/tests.yml +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.gitignore +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/.readthedocs.yaml +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/LICENSE.md +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/Makefile +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/WhatsNew.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/api/async.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/api/index.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/api/sync.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/architecture.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/async.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/callbacks.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/extras.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/getting-started.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/index.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/subclassing.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/sync.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/utilities.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/web-servers.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/docs/widgets.rst +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/README.md +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/all_widgets.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/all_widgets_async.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/demo_async.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/demo_sync.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/demo_treeview.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/README.md +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/gunicorn.conf.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/nginx.conf +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/server.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/user_app.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/__init__.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/_json.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/Widgets.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/__init__.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/application.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/async_/widget.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/buffer.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/callbacks.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/defs.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/extras/__init__.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/extras/file_browser.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/method_types.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/Widgets.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/__init__.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/application.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets/sync/widget.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/dependency_links.txt +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/requires.txt +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/top_level.txt +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/setup.cfg +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/test_pg2.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/__init__.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_async_session.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_defs.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_extras.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_fonts.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_protocol.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_reconstruct.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_resolve_kwargs.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_session.py +0 -0
- {pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/tests/test_stateful.py +0 -0
- {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.
|
|
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)
|
|
@@ -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"
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pgwidgets-python
|
|
3
|
-
Version: 0.3.
|
|
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
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/examples/flask-multi-process/gunicorn.conf.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pgwidgets_python-0.3.2 → pgwidgets_python-0.3.3}/pgwidgets_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|