jpterm 0.2.19__tar.gz → 0.2.20__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.
- {jpterm-0.2.19 → jpterm-0.2.20}/PKG-INFO +12 -12
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/cell/pyproject.toml +3 -2
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/console/pyproject.toml +3 -2
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/editors/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/file_browser/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/image_viewer/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/pyproject.toml +2 -1
- jpterm-0.2.20/plugins/jpterm/txl_jpterm/footer.py +13 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/kernel/pyproject.toml +3 -2
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/kernel/txl_kernel/driver.py +8 -17
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/launcher/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_contents/pyproject.toml +3 -2
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/markdown_viewer/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_editor/pyproject.toml +4 -3
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_viewer/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_contents/pyproject.toml +5 -4
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/pyproject.toml +3 -2
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_terminals/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/terminal/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_editor/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_viewer/pyproject.toml +1 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/widgets/pyproject.toml +5 -4
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/widgets/txl_widgets/components.py +7 -7
- {jpterm-0.2.19 → jpterm-0.2.20}/pyproject.toml +13 -12
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/pyproject.toml +3 -2
- jpterm-0.2.19/plugins/jpterm/txl_jpterm/footer.py +0 -148
- {jpterm-0.2.19 → jpterm-0.2.20}/.github/workflows/publish.yml +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/.github/workflows/test.yml +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/.gitignore +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/.pre-commit-config.yaml +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/CHANGELOG.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/LICENSE +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/config.yaml +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/assets/logo.png +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/index.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/install.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/plugins/console.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/plugins/notebook_editor.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/usage/CLI.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/docs/usage/key_bindings.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/button.ipynb +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/demo.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/jupyter.png +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/plotext.ipynb +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/plotext2.ipynb +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/switch.ipynb +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/examples/widget.ipynb +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/jpterm/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/jpterm/cli.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/mkdocs.yml +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/cell/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/cell/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/cell/txl_cell/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/cell/txl_cell/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/console/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/console/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/console/txl_console/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/console/txl_console/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/editors/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/editors/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/editors/txl_editors/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/editors/txl_editors/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/file_browser/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/file_browser/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/file_browser/txl_file_browser/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/file_browser/txl_file_browser/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/image_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/image_viewer/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/image_viewer/txl_image_viewer/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/image_viewer/txl_image_viewer/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/txl_jpterm/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/txl_jpterm/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/txl_jpterm/header.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/txl_jpterm/jpterm.css +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/jpterm/txl_jpterm/main_area.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/kernel/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/kernel/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/kernel/txl_kernel/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/kernel/txl_kernel/message.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/launcher/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/launcher/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/launcher/txl_launcher/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/launcher/txl_launcher/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_contents/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_contents/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_contents/txl_local_contents/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_contents/txl_local_contents/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/connect.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/driver.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/kernelspec.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/message.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_kernels/txl_local_kernels/paths.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/txl_local_terminals/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/txl_local_terminals/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/txl_local_terminals/terminal.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/local_terminals/txl_local_terminals/win_terminal.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/markdown_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/markdown_viewer/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/markdown_viewer/txl_markdown_viewer/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_editor/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_editor/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_editor/txl_notebook_editor/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_editor/txl_notebook_editor/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_viewer/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/notebook_viewer/txl_notebook_viewer/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_contents/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_contents/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_contents/txl_remote_contents/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_contents/txl_remote_contents/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/txl_remote_kernels/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/txl_remote_kernels/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/txl_remote_kernels/driver.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_kernels/txl_remote_kernels/message.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_terminals/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_terminals/txl_remote_terminals/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/remote_terminals/txl_remote_terminals/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/terminal/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/terminal/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/terminal/txl_terminal/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/terminal/txl_terminal/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_editor/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_editor/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_editor/txl_text_editor/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_editor/txl_text_editor/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_viewer/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_viewer/txl_text_viewer/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/text_viewer/txl_text_viewer/components.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/widgets/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/widgets/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/plugins/widgets/txl_widgets/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/publish.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/LICENSE.txt +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/README.md +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/txl/__init__.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/txl/app.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/txl/base.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/txl/cli.py +0 -0
- {jpterm-0.2.19 → jpterm-0.2.20}/txl/txl/text_input.py +0 -0
@@ -1,41 +1,41 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: jpterm
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.20
|
4
4
|
Summary: Jupyter in the terminal
|
5
5
|
Project-URL: Homepage, https://github.com/davidbrochart/jpterm
|
6
6
|
Author-email: David Brochart <david.brochart@gmail.com>
|
7
7
|
License: MIT
|
8
|
-
License-File: LICENSE
|
9
8
|
Keywords: jupyter,textual
|
10
9
|
Classifier: Development Status :: 4 - Beta
|
11
10
|
Classifier: Programming Language :: Python
|
12
11
|
Classifier: Programming Language :: Python :: 3.10
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
14
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
15
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
16
16
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
17
17
|
Requires-Python: >=3.10
|
18
18
|
Requires-Dist: rich-click>=1.6.0
|
19
|
-
Requires-Dist: txl-cell==0.2.
|
20
|
-
Requires-Dist: txl-console==0.2.
|
19
|
+
Requires-Dist: txl-cell==0.2.15
|
20
|
+
Requires-Dist: txl-console==0.2.17
|
21
21
|
Requires-Dist: txl-editors==0.2.14
|
22
22
|
Requires-Dist: txl-file-browser==0.2.14
|
23
23
|
Requires-Dist: txl-image-viewer==0.2.14
|
24
|
-
Requires-Dist: txl-jpterm==0.2.
|
25
|
-
Requires-Dist: txl-kernel==0.2.
|
24
|
+
Requires-Dist: txl-jpterm==0.2.15
|
25
|
+
Requires-Dist: txl-kernel==0.2.15
|
26
26
|
Requires-Dist: txl-launcher==0.2.14
|
27
|
-
Requires-Dist: txl-local-contents==0.2.
|
27
|
+
Requires-Dist: txl-local-contents==0.2.15
|
28
28
|
Requires-Dist: txl-local-kernels==0.2.14
|
29
29
|
Requires-Dist: txl-local-terminals==0.2.14
|
30
30
|
Requires-Dist: txl-markdown-viewer==0.2.14
|
31
|
-
Requires-Dist: txl-notebook-editor==0.2.
|
32
|
-
Requires-Dist: txl-remote-contents==0.2.
|
33
|
-
Requires-Dist: txl-remote-kernels==0.2.
|
31
|
+
Requires-Dist: txl-notebook-editor==0.2.15
|
32
|
+
Requires-Dist: txl-remote-contents==0.2.15
|
33
|
+
Requires-Dist: txl-remote-kernels==0.2.15
|
34
34
|
Requires-Dist: txl-remote-terminals==0.2.14
|
35
35
|
Requires-Dist: txl-terminal==0.2.14
|
36
36
|
Requires-Dist: txl-text-editor==0.2.14
|
37
|
-
Requires-Dist: txl-widgets==0.2.
|
38
|
-
Requires-Dist: txl==0.2.
|
37
|
+
Requires-Dist: txl-widgets==0.2.16
|
38
|
+
Requires-Dist: txl==0.2.20
|
39
39
|
Provides-Extra: docs
|
40
40
|
Requires-Dist: mkdocs; extra == 'docs'
|
41
41
|
Requires-Dist: mkdocs-material; extra == 'docs'
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_cell"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for a cell"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,12 +19,13 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
25
26
|
dependencies = [
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
|
-
"pycrdt >=0.
|
28
|
+
"pycrdt >=0.10.9,<0.11.0",
|
28
29
|
]
|
29
30
|
|
30
31
|
[project.urls]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_console"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.17"
|
8
8
|
description = "TXL plugin for a Jupyter console"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,12 +19,13 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
25
26
|
dependencies = [
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
|
-
"jupyter-ydoc >=
|
28
|
+
"jupyter-ydoc >=3.0.2,<4.0.0",
|
28
29
|
]
|
29
30
|
|
30
31
|
[project.urls]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_jpterm"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for the jpterm app"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -0,0 +1,13 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
3
|
+
from textual.widgets import Footer as TextualFooter
|
4
|
+
|
5
|
+
from txl.base import Footer as AbstractFooter
|
6
|
+
|
7
|
+
|
8
|
+
class FooterMeta(type(AbstractFooter), type(TextualFooter)):
|
9
|
+
pass
|
10
|
+
|
11
|
+
|
12
|
+
class Footer(AbstractFooter, TextualFooter, metaclass=FooterMeta):
|
13
|
+
pass
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_kernel"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for a kernel driver"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -26,7 +27,7 @@ dependencies = [
|
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
28
|
"asphalt >=4.0.0,<5.0.0",
|
28
29
|
"python-dateutil >=2.8.2",
|
29
|
-
"pycrdt >=0.
|
30
|
+
"pycrdt >=0.10.9,<0.11.0",
|
30
31
|
]
|
31
32
|
|
32
33
|
[project.urls]
|
@@ -175,27 +175,18 @@ class KernelMixin:
|
|
175
175
|
content = msg["content"]
|
176
176
|
if msg_type == "stream":
|
177
177
|
with outputs.doc.transaction():
|
178
|
-
# TODO: uncomment when changes are made in jupyter-ydoc
|
179
178
|
if (not outputs) or (outputs[-1]["name"] != content["name"]): # type: ignore
|
180
179
|
outputs.append(
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
{
|
189
|
-
"name": content["name"],
|
190
|
-
"output_type": msg_type,
|
191
|
-
"text": [content["text"]],
|
192
|
-
}
|
180
|
+
Map(
|
181
|
+
{
|
182
|
+
"name": content["name"],
|
183
|
+
"output_type": msg_type,
|
184
|
+
"text": Array([content["text"]]),
|
185
|
+
}
|
186
|
+
)
|
193
187
|
)
|
194
188
|
else:
|
195
|
-
|
196
|
-
last_output = outputs[-1]
|
197
|
-
last_output["text"].append(content["text"]) # type: ignore
|
198
|
-
outputs[-1] = last_output
|
189
|
+
outputs[-1]["text"].append(content["text"]) # type: ignore
|
199
190
|
elif msg_type in ("display_data", "execute_result"):
|
200
191
|
outputs.append(
|
201
192
|
{
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_local_contents"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for local contents"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,13 +19,14 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
25
26
|
dependencies = [
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
28
|
"anyio >=3.7.0,<5",
|
28
|
-
"jupyter-ydoc >=
|
29
|
+
"jupyter-ydoc >=3.0.2,<4.0.0",
|
29
30
|
]
|
30
31
|
|
31
32
|
[project.urls]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_notebook_editor"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for a notebook editor"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,13 +19,14 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
25
26
|
dependencies = [
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
|
-
"pycrdt >=0.
|
28
|
-
"jupyter-ydoc >=
|
28
|
+
"pycrdt >=0.10.9,<0.11.0",
|
29
|
+
"jupyter-ydoc >=3.0.2,<4.0.0",
|
29
30
|
]
|
30
31
|
|
31
32
|
[project.urls]
|
@@ -18,6 +18,7 @@ classifiers = [
|
|
18
18
|
"Programming Language :: Python :: 3.10",
|
19
19
|
"Programming Language :: Python :: 3.11",
|
20
20
|
"Programming Language :: Python :: 3.12",
|
21
|
+
"Programming Language :: Python :: 3.13",
|
21
22
|
"Programming Language :: Python :: Implementation :: CPython",
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_remote_contents"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for remote contents"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -26,9 +27,9 @@ dependencies = [
|
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
28
|
"httpx>=0.23.1",
|
28
29
|
"httpx-ws>=0.4.2",
|
29
|
-
"pycrdt >=0.
|
30
|
-
"pycrdt-websocket >=0.
|
31
|
-
"jupyter-ydoc >=
|
30
|
+
"pycrdt >=0.10.9,<0.11.0",
|
31
|
+
"pycrdt-websocket >=0.15.3,<0.16.0",
|
32
|
+
"jupyter-ydoc >=3.0.2,<4.0.0",
|
32
33
|
]
|
33
34
|
|
34
35
|
[project.urls]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_remote_kernels"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.15"
|
8
8
|
description = "TXL plugin for remote kernels"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -27,7 +28,7 @@ dependencies = [
|
|
27
28
|
"txl_kernel",
|
28
29
|
"httpx >=0.23.1",
|
29
30
|
"httpx-ws >=0.4.2",
|
30
|
-
"pycrdt >=0.
|
31
|
+
"pycrdt >=0.10.9,<0.11.0",
|
31
32
|
]
|
32
33
|
|
33
34
|
[project.urls]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
@@ -18,6 +18,7 @@ classifiers = [
|
|
18
18
|
"Programming Language :: Python :: 3.10",
|
19
19
|
"Programming Language :: Python :: 3.11",
|
20
20
|
"Programming Language :: Python :: 3.12",
|
21
|
+
"Programming Language :: Python :: 3.13",
|
21
22
|
"Programming Language :: Python :: Implementation :: CPython",
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_widgets"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.16"
|
8
8
|
description = "TXL plugin for kernel widgets"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,14 +19,15 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
25
26
|
dependencies = [
|
26
27
|
"txl >=0.2.18,<0.3.0",
|
27
|
-
"ypywidgets >=0.
|
28
|
-
"ypywidgets-textual >=0.
|
29
|
-
"pycrdt >=0.
|
28
|
+
"ypywidgets >=0.9.4,<0.10.0",
|
29
|
+
"ypywidgets-textual >=0.5.1,<0.6.0",
|
30
|
+
"pycrdt >=0.10.9,<0.11.0",
|
30
31
|
]
|
31
32
|
|
32
33
|
[project.urls]
|
@@ -1,13 +1,13 @@
|
|
1
1
|
from importlib.metadata import entry_points
|
2
2
|
|
3
3
|
from asphalt.core import Component, Context
|
4
|
-
from pycrdt import
|
5
|
-
|
4
|
+
from pycrdt import (
|
5
|
+
TransactionEvent,
|
6
6
|
YMessageType,
|
7
7
|
YSyncMessageType,
|
8
|
+
create_sync_message,
|
8
9
|
create_update_message,
|
9
|
-
|
10
|
-
sync,
|
10
|
+
handle_sync_message,
|
11
11
|
)
|
12
12
|
|
13
13
|
from txl.base import Kernels, Widgets
|
@@ -30,15 +30,15 @@ class _Widgets:
|
|
30
30
|
self.comm = comm
|
31
31
|
model = self.ydocs[name]()
|
32
32
|
self.widgets[comm_id] = {"model": model, "comm": comm}
|
33
|
-
msg =
|
34
|
-
comm.send(
|
33
|
+
msg = create_sync_message(model.ydoc)
|
34
|
+
comm.send(buffers=[msg])
|
35
35
|
|
36
36
|
def comm_msg(self, msg) -> None:
|
37
37
|
comm_id = msg["content"]["comm_id"]
|
38
38
|
message = bytes(msg["buffers"][0])
|
39
39
|
if message[0] == YMessageType.SYNC:
|
40
40
|
ydoc = self.widgets[comm_id]["model"].ydoc
|
41
|
-
reply =
|
41
|
+
reply = handle_sync_message(
|
42
42
|
message[1:],
|
43
43
|
ydoc,
|
44
44
|
)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
[build-system]
|
2
|
-
requires = ["hatchling
|
2
|
+
requires = ["hatchling"]
|
3
3
|
build-backend = "hatchling.build"
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "jpterm"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.20"
|
8
8
|
description = "Jupyter in the terminal"
|
9
9
|
readme = "README.md"
|
10
10
|
license = { text = "MIT" }
|
@@ -16,6 +16,7 @@ classifiers = [
|
|
16
16
|
"Programming Language :: Python :: 3.10",
|
17
17
|
"Programming Language :: Python :: 3.11",
|
18
18
|
"Programming Language :: Python :: 3.12",
|
19
|
+
"Programming Language :: Python :: 3.13",
|
19
20
|
"Programming Language :: Python :: Implementation :: CPython",
|
20
21
|
"Programming Language :: Python :: Implementation :: PyPy",
|
21
22
|
]
|
@@ -25,26 +26,26 @@ keywords = [
|
|
25
26
|
]
|
26
27
|
dependencies = [
|
27
28
|
"rich-click >=1.6.0",
|
28
|
-
"txl ==0.2.
|
29
|
-
"txl_cell ==0.2.
|
30
|
-
"txl_console ==0.2.
|
29
|
+
"txl ==0.2.20",
|
30
|
+
"txl_cell ==0.2.15",
|
31
|
+
"txl_console ==0.2.17",
|
31
32
|
"txl_editors ==0.2.14",
|
32
33
|
"txl_file_browser ==0.2.14",
|
33
34
|
"txl_image_viewer ==0.2.14",
|
34
|
-
"txl_jpterm ==0.2.
|
35
|
-
"txl_kernel ==0.2.
|
36
|
-
"txl_local_contents ==0.2.
|
35
|
+
"txl_jpterm ==0.2.15",
|
36
|
+
"txl_kernel ==0.2.15",
|
37
|
+
"txl_local_contents ==0.2.15",
|
37
38
|
"txl_local_terminals ==0.2.14",
|
38
39
|
"txl_local_kernels ==0.2.14",
|
39
|
-
"txl_notebook_editor ==0.2.
|
40
|
-
"txl_remote_contents ==0.2.
|
40
|
+
"txl_notebook_editor ==0.2.15",
|
41
|
+
"txl_remote_contents ==0.2.15",
|
41
42
|
"txl_remote_terminals ==0.2.14",
|
42
|
-
"txl_remote_kernels ==0.2.
|
43
|
+
"txl_remote_kernels ==0.2.15",
|
43
44
|
"txl_text_editor ==0.2.14",
|
44
45
|
"txl_markdown_viewer ==0.2.14",
|
45
46
|
"txl_terminal ==0.2.14",
|
46
47
|
"txl_launcher ==0.2.14",
|
47
|
-
"txl_widgets ==0.2.
|
48
|
+
"txl_widgets ==0.2.16",
|
48
49
|
]
|
49
50
|
|
50
51
|
[project.optional-dependencies]
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.20"
|
8
8
|
description = ""
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
@@ -19,12 +19,13 @@ classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3.10",
|
20
20
|
"Programming Language :: Python :: 3.11",
|
21
21
|
"Programming Language :: Python :: 3.12",
|
22
|
+
"Programming Language :: Python :: 3.13",
|
22
23
|
"Programming Language :: Python :: Implementation :: CPython",
|
23
24
|
"Programming Language :: Python :: Implementation :: PyPy",
|
24
25
|
]
|
25
26
|
dependencies = [
|
26
27
|
"asphalt >=4.12.0,<5",
|
27
|
-
"textual[syntax] >=0.
|
28
|
+
"textual[syntax] >=1.0.0,<2.0.0",
|
28
29
|
]
|
29
30
|
|
30
31
|
[project.urls]
|