jpterm 0.2.18__tar.gz → 0.2.19__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.18 → jpterm-0.2.19}/PKG-INFO +21 -21
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/cell/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/cell/txl_cell/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/console/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/console/txl_console/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/editors/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/editors/txl_editors/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/file_browser/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/file_browser/txl_file_browser/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/image_viewer/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/image_viewer/txl_image_viewer/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/jpterm/txl_jpterm/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/kernel/pyproject.toml +3 -6
- jpterm-0.2.19/plugins/kernel/txl_kernel/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/kernel/txl_kernel/driver.py +1 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/launcher/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/launcher/txl_launcher/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_contents/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/local_contents/txl_local_contents/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/local_kernels/txl_local_kernels/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_terminals/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/local_terminals/txl_local_terminals/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/markdown_viewer/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_editor/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/notebook_editor/txl_notebook_editor/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_editor/txl_notebook_editor/components.py +7 -2
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_contents/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/remote_contents/txl_remote_contents/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_kernels/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/remote_kernels/txl_remote_kernels/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_terminals/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/remote_terminals/txl_remote_terminals/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/terminal/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/terminal/txl_terminal/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_editor/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/text_editor/txl_text_editor/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/widgets/pyproject.toml +2 -5
- jpterm-0.2.19/plugins/widgets/txl_widgets/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/publish.py +2 -1
- {jpterm-0.2.18 → jpterm-0.2.19}/pyproject.toml +21 -24
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/pyproject.toml +1 -4
- jpterm-0.2.19/txl/txl/__init__.py +0 -0
- jpterm-0.2.18/plugins/cell/txl_cell/__init__.py +0 -1
- jpterm-0.2.18/plugins/console/txl_console/__init__.py +0 -1
- jpterm-0.2.18/plugins/editors/txl_editors/__init__.py +0 -1
- jpterm-0.2.18/plugins/file_browser/txl_file_browser/__init__.py +0 -1
- jpterm-0.2.18/plugins/image_viewer/txl_image_viewer/__init__.py +0 -1
- jpterm-0.2.18/plugins/jpterm/txl_jpterm/__init__.py +0 -1
- jpterm-0.2.18/plugins/kernel/txl_kernel/__init__.py +0 -1
- jpterm-0.2.18/plugins/launcher/txl_launcher/__init__.py +0 -1
- jpterm-0.2.18/plugins/local_contents/txl_local_contents/__init__.py +0 -1
- jpterm-0.2.18/plugins/local_kernels/txl_local_kernels/__init__.py +0 -1
- jpterm-0.2.18/plugins/local_terminals/txl_local_terminals/__init__.py +0 -1
- jpterm-0.2.18/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +0 -1
- jpterm-0.2.18/plugins/notebook_editor/txl_notebook_editor/__init__.py +0 -1
- jpterm-0.2.18/plugins/remote_contents/txl_remote_contents/__init__.py +0 -1
- jpterm-0.2.18/plugins/remote_kernels/txl_remote_kernels/__init__.py +0 -1
- jpterm-0.2.18/plugins/remote_terminals/txl_remote_terminals/__init__.py +0 -1
- jpterm-0.2.18/plugins/terminal/txl_terminal/__init__.py +0 -1
- jpterm-0.2.18/plugins/text_editor/txl_text_editor/__init__.py +0 -1
- jpterm-0.2.18/plugins/widgets/txl_widgets/__init__.py +0 -1
- jpterm-0.2.18/txl/txl/__init__.py +0 -1
- {jpterm-0.2.18 → jpterm-0.2.19}/.github/workflows/publish.yml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/.github/workflows/test.yml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/.gitignore +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/.pre-commit-config.yaml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/CHANGELOG.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/LICENSE +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/config.yaml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/assets/logo.png +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/index.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/install.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/plugins/console.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/plugins/notebook_editor.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/usage/CLI.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/docs/usage/key_bindings.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/button.ipynb +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/demo.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/jupyter.png +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/plotext.ipynb +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/plotext2.ipynb +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/switch.ipynb +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/examples/widget.ipynb +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/jpterm/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/jpterm/cli.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/mkdocs.yml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/cell/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/cell/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/cell/txl_cell/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/console/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/console/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/console/txl_console/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/editors/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/editors/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/editors/txl_editors/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/file_browser/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/file_browser/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/file_browser/txl_file_browser/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/image_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/image_viewer/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/image_viewer/txl_image_viewer/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/txl_jpterm/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/txl_jpterm/footer.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/txl_jpterm/header.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/txl_jpterm/jpterm.css +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/jpterm/txl_jpterm/main_area.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/kernel/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/kernel/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/kernel/txl_kernel/message.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/launcher/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/launcher/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/launcher/txl_launcher/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_contents/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_contents/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_contents/txl_local_contents/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/txl_local_kernels/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/txl_local_kernels/connect.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/txl_local_kernels/driver.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/txl_local_kernels/kernelspec.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/txl_local_kernels/message.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_kernels/txl_local_kernels/paths.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_terminals/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_terminals/txl_local_terminals/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_terminals/txl_local_terminals/terminal.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/local_terminals/txl_local_terminals/win_terminal.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/markdown_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/markdown_viewer/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/markdown_viewer/txl_markdown_viewer/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_editor/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_editor/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_viewer/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_viewer/pyproject.toml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/notebook_viewer/txl_notebook_viewer/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_contents/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_contents/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_contents/txl_remote_contents/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_kernels/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_kernels/txl_remote_kernels/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_kernels/txl_remote_kernels/driver.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_kernels/txl_remote_kernels/message.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_terminals/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/remote_terminals/txl_remote_terminals/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/terminal/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/terminal/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/terminal/txl_terminal/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_editor/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_editor/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_editor/txl_text_editor/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_viewer/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_viewer/pyproject.toml +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_viewer/txl_text_viewer/__init__.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/text_viewer/txl_text_viewer/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/widgets/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/widgets/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/plugins/widgets/txl_widgets/components.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/LICENSE.txt +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/README.md +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/txl/app.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/txl/base.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/txl/cli.py +0 -0
- {jpterm-0.2.18 → jpterm-0.2.19}/txl/txl/text_input.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: jpterm
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.19
|
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>
|
@@ -16,26 +16,26 @@ 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.
|
21
|
-
Requires-Dist: txl-editors==0.2.
|
22
|
-
Requires-Dist: txl-file-browser==0.2.
|
23
|
-
Requires-Dist: txl-image-viewer==0.2.
|
24
|
-
Requires-Dist: txl-jpterm==0.2.
|
25
|
-
Requires-Dist: txl-kernel==0.2.
|
26
|
-
Requires-Dist: txl-launcher==0.2.
|
27
|
-
Requires-Dist: txl-local-contents==0.2.
|
28
|
-
Requires-Dist: txl-local-kernels==0.2.
|
29
|
-
Requires-Dist: txl-local-terminals==0.2.
|
30
|
-
Requires-Dist: txl-markdown-viewer==0.2.
|
31
|
-
Requires-Dist: txl-notebook-editor==0.2.
|
32
|
-
Requires-Dist: txl-remote-contents==0.2.
|
33
|
-
Requires-Dist: txl-remote-kernels==0.2.
|
34
|
-
Requires-Dist: txl-remote-terminals==0.2.
|
35
|
-
Requires-Dist: txl-terminal==0.2.
|
36
|
-
Requires-Dist: txl-text-editor==0.2.
|
37
|
-
Requires-Dist: txl-widgets==0.2.
|
38
|
-
Requires-Dist: txl==0.2.
|
19
|
+
Requires-Dist: txl-cell==0.2.14
|
20
|
+
Requires-Dist: txl-console==0.2.16
|
21
|
+
Requires-Dist: txl-editors==0.2.14
|
22
|
+
Requires-Dist: txl-file-browser==0.2.14
|
23
|
+
Requires-Dist: txl-image-viewer==0.2.14
|
24
|
+
Requires-Dist: txl-jpterm==0.2.14
|
25
|
+
Requires-Dist: txl-kernel==0.2.14
|
26
|
+
Requires-Dist: txl-launcher==0.2.14
|
27
|
+
Requires-Dist: txl-local-contents==0.2.14
|
28
|
+
Requires-Dist: txl-local-kernels==0.2.14
|
29
|
+
Requires-Dist: txl-local-terminals==0.2.14
|
30
|
+
Requires-Dist: txl-markdown-viewer==0.2.14
|
31
|
+
Requires-Dist: txl-notebook-editor==0.2.14
|
32
|
+
Requires-Dist: txl-remote-contents==0.2.14
|
33
|
+
Requires-Dist: txl-remote-kernels==0.2.14
|
34
|
+
Requires-Dist: txl-remote-terminals==0.2.14
|
35
|
+
Requires-Dist: txl-terminal==0.2.14
|
36
|
+
Requires-Dist: txl-text-editor==0.2.14
|
37
|
+
Requires-Dist: txl-widgets==0.2.15
|
38
|
+
Requires-Dist: txl==0.2.19
|
39
39
|
Provides-Extra: docs
|
40
40
|
Requires-Dist: mkdocs; extra == 'docs'
|
41
41
|
Requires-Dist: mkdocs-material; extra == 'docs'
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_cell"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a cell"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,10 +23,9 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"pycrdt >=0.8.11,<0.9.0",
|
27
28
|
]
|
28
|
-
dynamic = ["version"]
|
29
29
|
|
30
30
|
[project.urls]
|
31
31
|
Source = "https://github.com/davidbrochart/jpterm/plugins/cell"
|
@@ -33,6 +33,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/cell"
|
|
33
33
|
[project.entry-points]
|
34
34
|
"asphalt.components" = {cell = "txl_cell.components:CellComponent"}
|
35
35
|
"txl.components" = {cell = "txl_cell.components:CellComponent"}
|
36
|
-
|
37
|
-
[tool.hatch.version]
|
38
|
-
path = "txl_cell/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_console"
|
7
|
+
version = "0.2.16"
|
7
8
|
description = "TXL plugin for a Jupyter console"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,10 +23,9 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"jupyter-ydoc >=2.0.0,<3.0.0",
|
27
28
|
]
|
28
|
-
dynamic = ["version"]
|
29
29
|
|
30
30
|
[project.urls]
|
31
31
|
Source = "https://github.com/davidbrochart/jpterm/plugins/console"
|
@@ -33,6 +33,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/console"
|
|
33
33
|
[project.entry-points]
|
34
34
|
"asphalt.components" = {console = "txl_console.components:ConsoleComponent"}
|
35
35
|
"txl.components" = {console = "txl_console.components:ConsoleComponent"}
|
36
|
-
|
37
|
-
[tool.hatch.version]
|
38
|
-
path = "txl_console/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_editors"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for editors"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,9 +23,8 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl"
|
26
|
+
"txl >=0.2.18,<0.3.0"
|
26
27
|
]
|
27
|
-
dynamic = ["version"]
|
28
28
|
|
29
29
|
[project.urls]
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/editors"
|
@@ -32,6 +32,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/editors"
|
|
32
32
|
[project.entry-points]
|
33
33
|
"asphalt.components" = {editors = "txl_editors.components:EditorsComponent"}
|
34
34
|
"txl.components" = {editors = "txl_editors.components:EditorsComponent"}
|
35
|
-
|
36
|
-
[tool.hatch.version]
|
37
|
-
path = "txl_editors/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_file_browser"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a file browser"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,9 +23,8 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl"
|
26
|
+
"txl >=0.2.18,<0.3.0"
|
26
27
|
]
|
27
|
-
dynamic = ["version"]
|
28
28
|
|
29
29
|
[project.urls]
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/file_browser"
|
@@ -32,6 +32,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/file_browser"
|
|
32
32
|
[project.entry-points]
|
33
33
|
"asphalt.components" = {file_browser = "txl_file_browser.components:FileBrowserComponent"}
|
34
34
|
"txl.components" = {file_browser = "txl_file_browser.components:FileBrowserComponent"}
|
35
|
-
|
36
|
-
[tool.hatch.version]
|
37
|
-
path = "txl_file_browser/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_image_viewer"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for an image viewer"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,10 +23,9 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"textual-imageview >=0.1.1",
|
27
28
|
]
|
28
|
-
dynamic = ["version"]
|
29
29
|
|
30
30
|
[project.urls]
|
31
31
|
Source = "https://github.com/davidbrochart/jpterm/plugins/image_viewer"
|
@@ -33,6 +33,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/image_viewer"
|
|
33
33
|
[project.entry-points]
|
34
34
|
"asphalt.components" = {image_viewer = "txl_image_viewer.components:ImageViewerComponent"}
|
35
35
|
"txl.components" = {image_viewer = "txl_image_viewer.components:ImageViewerComponent"}
|
36
|
-
|
37
|
-
[tool.hatch.version]
|
38
|
-
path = "txl_image_viewer/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_jpterm"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for the jpterm app"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,9 +23,8 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
]
|
27
|
-
dynamic = ["version"]
|
28
28
|
|
29
29
|
[project.urls]
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/jpterm"
|
@@ -32,6 +32,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/jpterm"
|
|
32
32
|
[project.entry-points]
|
33
33
|
"asphalt.components" = {jpterm = "txl_jpterm.components:JptermComponent"}
|
34
34
|
"txl.components" = {jpterm = "txl_jpterm.components:JptermComponent"}
|
35
|
-
|
36
|
-
[tool.hatch.version]
|
37
|
-
path = "txl_jpterm/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_kernel"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a kernel driver"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,15 +23,11 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
-
"asphalt",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
27
|
+
"asphalt >=4.0.0,<5.0.0",
|
27
28
|
"python-dateutil >=2.8.2",
|
28
29
|
"pycrdt >=0.8.11,<0.9.0",
|
29
30
|
]
|
30
|
-
dynamic = ["version"]
|
31
31
|
|
32
32
|
[project.urls]
|
33
33
|
Source = "https://github.com/davidbrochart/jpterm/plugins/kernel"
|
34
|
-
|
35
|
-
[tool.hatch.version]
|
36
|
-
path = "txl_kernel/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_launcher"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a launcher"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,9 +23,8 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl"
|
26
|
+
"txl >=0.2.18,<0.3.0"
|
26
27
|
]
|
27
|
-
dynamic = ["version"]
|
28
28
|
|
29
29
|
[project.urls]
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/launcher"
|
@@ -32,6 +32,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/launcher"
|
|
32
32
|
[project.entry-points]
|
33
33
|
"asphalt.components" = {launcher = "txl_launcher.components:LauncherComponent"}
|
34
34
|
"txl.components" = {launcher = "txl_launcher.components:LauncherComponent"}
|
35
|
-
|
36
|
-
[tool.hatch.version]
|
37
|
-
path = "txl_launcher/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_local_contents"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for local contents"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,11 +23,10 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"anyio >=3.7.0,<5",
|
27
28
|
"jupyter-ydoc >=2.0.0,<3.0.0",
|
28
29
|
]
|
29
|
-
dynamic = ["version"]
|
30
30
|
|
31
31
|
[project.urls]
|
32
32
|
Source = "https://github.com/davidbrochart/jpterm/plugins/local_contents"
|
@@ -34,6 +34,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/local_contents"
|
|
34
34
|
[project.entry-points]
|
35
35
|
"asphalt.components" = {local_contents = "txl_local_contents.components:LocalContentsComponent"}
|
36
36
|
"txl.components" = {local_contents = "txl_local_contents.components:LocalContentsComponent"}
|
37
|
-
|
38
|
-
[tool.hatch.version]
|
39
|
-
path = "txl_local_contents/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_local_kernels"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for local kernels"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,12 +23,11 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"txl_kernel",
|
27
28
|
"pyzmq >=24.0.1",
|
28
29
|
"ipykernel",
|
29
30
|
]
|
30
|
-
dynamic = ["version"]
|
31
31
|
|
32
32
|
[project.urls]
|
33
33
|
Source = "https://github.com/davidbrochart/jpterm/plugins/local_kernels"
|
@@ -35,6 +35,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/local_kernels"
|
|
35
35
|
[project.entry-points]
|
36
36
|
"asphalt.components" = {local_kernels = "txl_local_kernels.components:LocalKernelsComponent", local_kernelspecs = "txl_local_kernels.components:LocalKernelspecsComponent"}
|
37
37
|
"txl.components" = {local_kernels = "txl_local_kernels.components:LocalKernelsComponent", local_kernelspecs = "txl_local_kernels.components:LocalKernelspecsComponent"}
|
38
|
-
|
39
|
-
[tool.hatch.version]
|
40
|
-
path = "txl_local_kernels/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_local_terminals"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for local terminals"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,11 +23,10 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"pywinpty;platform_system=='Windows'",
|
27
28
|
"anyio >=3.7.0,<5",
|
28
29
|
]
|
29
|
-
dynamic = ["version"]
|
30
30
|
|
31
31
|
[project.urls]
|
32
32
|
Source = "https://github.com/davidbrochart/jpterm/plugins/local_terminals"
|
@@ -34,6 +34,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/local_terminals"
|
|
34
34
|
[project.entry-points]
|
35
35
|
"asphalt.components" = {local_terminals = "txl_local_terminals.components:LocalTerminalsComponent"}
|
36
36
|
"txl.components" = {local_terminals = "txl_local_terminals.components:LocalTerminalsComponent"}
|
37
|
-
|
38
|
-
[tool.hatch.version]
|
39
|
-
path = "txl_local_terminals/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_markdown_viewer"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a Markdown viewer"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,9 +23,8 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
]
|
27
|
-
dynamic = ["version"]
|
28
28
|
|
29
29
|
[project.urls]
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/markdown_viewer"
|
@@ -32,6 +32,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/markdown_viewer"
|
|
32
32
|
[project.entry-points]
|
33
33
|
"asphalt.components" = {markdown_viewer = "txl_markdown_viewer.components:MarkdownViewerComponent"}
|
34
34
|
"txl.components" = {markdown_viewer = "txl_markdown_viewer.components:MarkdownViewerComponent"}
|
35
|
-
|
36
|
-
[tool.hatch.version]
|
37
|
-
path = "txl_markdown_viewer/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_notebook_editor"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a notebook editor"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,11 +23,10 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"pycrdt >=0.8.11,<0.9.0",
|
27
28
|
"jupyter-ydoc >=2.0.0,<3.0.0",
|
28
29
|
]
|
29
|
-
dynamic = ["version"]
|
30
30
|
|
31
31
|
[project.urls]
|
32
32
|
Source = "https://github.com/davidbrochart/jpterm/plugins/notebook_editor"
|
@@ -34,6 +34,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/notebook_editor"
|
|
34
34
|
[project.entry-points]
|
35
35
|
"asphalt.components" = {notebook_editor = "txl_notebook_editor.components:NotebookEditorComponent"}
|
36
36
|
"txl.components" = {notebook_editor = "txl_notebook_editor.components:NotebookEditorComponent"}
|
37
|
-
|
38
|
-
[tool.hatch.version]
|
39
|
-
path = "txl_notebook_editor/__init__.py"
|
File without changes
|
@@ -86,6 +86,7 @@ class NotebookEditor(Editor, VerticalScroll, metaclass=NotebookEditorMeta):
|
|
86
86
|
self.nb_change_target = asyncio.Queue()
|
87
87
|
self.nb_change_events = asyncio.Queue()
|
88
88
|
self.top_bar = TopBar()
|
89
|
+
self._background_tasks = set()
|
89
90
|
|
90
91
|
def compose(self) -> ComposeResult:
|
91
92
|
yield self.top_bar
|
@@ -340,7 +341,9 @@ class NotebookEditor(Editor, VerticalScroll, metaclass=NotebookEditorMeta):
|
|
340
341
|
}
|
341
342
|
)
|
342
343
|
else:
|
343
|
-
|
344
|
+
task = asyncio.create_task(self.kernel.execute(self.current_cell.ycell))
|
345
|
+
self._background_tasks.add(task)
|
346
|
+
task.add_done_callback(self._background_tasks.discard)
|
344
347
|
elif event.key == Keys.ControlR:
|
345
348
|
event.stop()
|
346
349
|
if self.kernel:
|
@@ -355,7 +358,9 @@ class NotebookEditor(Editor, VerticalScroll, metaclass=NotebookEditorMeta):
|
|
355
358
|
}
|
356
359
|
)
|
357
360
|
else:
|
358
|
-
|
361
|
+
task = asyncio.create_task(self.kernel.execute(self.current_cell.ycell))
|
362
|
+
self._background_tasks.add(task)
|
363
|
+
task.add_done_callback(self._background_tasks.discard)
|
359
364
|
if self.cell_i == len(self.cells) - 1:
|
360
365
|
ycell = self.ynb.create_ycell(
|
361
366
|
{
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_remote_contents"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for remote contents"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,14 +23,13 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"httpx>=0.23.1",
|
27
28
|
"httpx-ws>=0.4.2",
|
28
29
|
"pycrdt >=0.8.11,<0.9.0",
|
29
30
|
"pycrdt-websocket >=0.13.0,<0.14.0",
|
30
31
|
"jupyter-ydoc >=2.0.0,<3.0.0",
|
31
32
|
]
|
32
|
-
dynamic = ["version"]
|
33
33
|
|
34
34
|
[project.urls]
|
35
35
|
Source = "https://github.com/davidbrochart/jpterm/plugins/remote_contents"
|
@@ -37,6 +37,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/remote_contents"
|
|
37
37
|
[project.entry-points]
|
38
38
|
"asphalt.components" = {remote_contents = "txl_remote_contents.components:RemoteContentsComponent"}
|
39
39
|
"txl.components" = {remote_contents = "txl_remote_contents.components:RemoteContentsComponent"}
|
40
|
-
|
41
|
-
[tool.hatch.version]
|
42
|
-
path = "txl_remote_contents/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_remote_kernels"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for remote kernels"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,13 +23,12 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"txl_kernel",
|
27
28
|
"httpx >=0.23.1",
|
28
29
|
"httpx-ws >=0.4.2",
|
29
30
|
"pycrdt >=0.8.11,<0.9.0",
|
30
31
|
]
|
31
|
-
dynamic = ["version"]
|
32
32
|
|
33
33
|
[project.urls]
|
34
34
|
Source = "https://github.com/davidbrochart/jpterm/plugins/remote_kernels"
|
@@ -36,6 +36,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/remote_kernels"
|
|
36
36
|
[project.entry-points]
|
37
37
|
"asphalt.components" = {remote_kernels = "txl_remote_kernels.components:RemoteKernelsComponent", remote_kernelspecs = "txl_remote_kernels.components:RemoteKernelspecsComponent"}
|
38
38
|
"txl.components" = {remote_kernels = "txl_remote_kernels.components:RemoteKernelsComponent", remote_kernelspecs = "txl_remote_kernels.components:RemoteKernelspecsComponent"}
|
39
|
-
|
40
|
-
[tool.hatch.version]
|
41
|
-
path = "txl_remote_kernels/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_remote_terminals"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for remote terminals"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,11 +23,10 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"httpx>=0.23.1",
|
27
28
|
"httpx-ws>=0.4.2",
|
28
29
|
]
|
29
|
-
dynamic = ["version"]
|
30
30
|
|
31
31
|
[project.urls]
|
32
32
|
Source = "https://github.com/davidbrochart/jpterm/plugins/remote_terminals"
|
@@ -34,6 +34,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/remote_terminals"
|
|
34
34
|
[project.entry-points]
|
35
35
|
"asphalt.components" = {remote_terminals = "txl_remote_terminals.components:RemoteTerminalsComponent"}
|
36
36
|
"txl.components" = {remote_terminals = "txl_remote_terminals.components:RemoteTerminalsComponent"}
|
37
|
-
|
38
|
-
[tool.hatch.version]
|
39
|
-
path = "txl_remote_terminals/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_terminal"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a terminal widget"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,10 +23,9 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl",
|
26
|
+
"txl >=0.2.18,<0.3.0",
|
26
27
|
"pyte>=0.8.1",
|
27
28
|
]
|
28
|
-
dynamic = ["version"]
|
29
29
|
|
30
30
|
[project.urls]
|
31
31
|
Source = "https://github.com/davidbrochart/jpterm/plugins/terminal"
|
@@ -33,6 +33,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/terminal"
|
|
33
33
|
[project.entry-points]
|
34
34
|
"asphalt.components" = {terminal = "txl_terminal.components:TerminalComponent"}
|
35
35
|
"txl.components" = {terminal = "txl_terminal.components:TerminalComponent"}
|
36
|
-
|
37
|
-
[tool.hatch.version]
|
38
|
-
path = "txl_terminal/__init__.py"
|
File without changes
|
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "txl_text_editor"
|
7
|
+
version = "0.2.14"
|
7
8
|
description = "TXL plugin for a text editor"
|
8
9
|
readme = "README.md"
|
9
10
|
requires-python = ">=3.10"
|
@@ -22,9 +23,8 @@ classifiers = [
|
|
22
23
|
"Programming Language :: Python :: Implementation :: PyPy",
|
23
24
|
]
|
24
25
|
dependencies = [
|
25
|
-
"txl"
|
26
|
+
"txl >=0.2.18,<0.3.0"
|
26
27
|
]
|
27
|
-
dynamic = ["version"]
|
28
28
|
|
29
29
|
[project.urls]
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/text_editor"
|
@@ -32,6 +32,3 @@ Source = "https://github.com/davidbrochart/jpterm/plugins/text_editor"
|
|
32
32
|
[project.entry-points]
|
33
33
|
"asphalt.components" = {text_editor = "txl_text_editor.components:TextEditorComponent"}
|
34
34
|
"txl.components" = {text_editor = "txl_text_editor.components:TextEditorComponent"}
|
35
|
-
|
36
|
-
[tool.hatch.version]
|
37
|
-
path = "txl_text_editor/__init__.py"
|
File without changes
|