jpterm 0.2.15__tar.gz → 0.2.17__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.15 → jpterm-0.2.17}/PKG-INFO +4 -4
- jpterm-0.2.17/docs/install.md +22 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/console/txl_console/components.py +4 -3
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/widgets/pyproject.toml +2 -2
- jpterm-0.2.17/plugins/widgets/txl_widgets/__init__.py +1 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/publish.py +4 -3
- {jpterm-0.2.15 → jpterm-0.2.17}/pyproject.toml +4 -4
- {jpterm-0.2.15 → jpterm-0.2.17}/txl/pyproject.toml +1 -1
- jpterm-0.2.17/txl/txl/__init__.py +1 -0
- jpterm-0.2.15/docs/install.md +0 -13
- jpterm-0.2.15/plugins/text_editor/txl_text_editor/__init__.py +0 -1
- jpterm-0.2.15/plugins/widgets/txl_widgets/__init__.py +0 -1
- {jpterm-0.2.15 → jpterm-0.2.17}/.github/workflows/publish.yml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/.github/workflows/test.yml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/.gitignore +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/.pre-commit-config.yaml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/CHANGELOG.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/LICENSE +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/config.yaml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/docs/assets/logo.png +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/docs/index.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/docs/plugins/console.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/docs/plugins/notebook_editor.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/docs/usage/CLI.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/docs/usage/key_bindings.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/button.ipynb +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/demo.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/jupyter.png +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/plotext.ipynb +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/plotext2.ipynb +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/switch.ipynb +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/examples/widget.ipynb +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/jpterm/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/jpterm/cli.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/mkdocs.yml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/cell/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/cell/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/cell/pyproject.toml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/cell/txl_cell/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/cell/txl_cell/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/console/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/console/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/console/pyproject.toml +0 -0
- {jpterm-0.2.15/txl/txl → jpterm-0.2.17/plugins/console/txl_console}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/editors/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/editors/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/editors/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/console/txl_console → jpterm-0.2.17/plugins/editors/txl_editors}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/editors/txl_editors/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/file_browser/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/file_browser/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/file_browser/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/editors/txl_editors → jpterm-0.2.17/plugins/file_browser/txl_file_browser}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/file_browser/txl_file_browser/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/image_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/image_viewer/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/image_viewer/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/file_browser/txl_file_browser → jpterm-0.2.17/plugins/image_viewer/txl_image_viewer}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/image_viewer/txl_image_viewer/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/image_viewer/txl_image_viewer → jpterm-0.2.17/plugins/jpterm/txl_jpterm}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/txl_jpterm/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/txl_jpterm/footer.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/txl_jpterm/header.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/txl_jpterm/jpterm.css +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/jpterm/txl_jpterm/main_area.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/kernel/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/kernel/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/kernel/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/jpterm/txl_jpterm → jpterm-0.2.17/plugins/kernel/txl_kernel}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/kernel/txl_kernel/driver.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/kernel/txl_kernel/message.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/launcher/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/launcher/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/launcher/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/kernel/txl_kernel → jpterm-0.2.17/plugins/launcher/txl_launcher}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/launcher/txl_launcher/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_contents/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_contents/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_contents/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/launcher/txl_launcher → jpterm-0.2.17/plugins/local_contents/txl_local_contents}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_contents/txl_local_contents/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/local_contents/txl_local_contents → jpterm-0.2.17/plugins/local_kernels/txl_local_kernels}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/txl_local_kernels/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/txl_local_kernels/connect.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/txl_local_kernels/driver.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/txl_local_kernels/kernelspec.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/txl_local_kernels/message.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_kernels/txl_local_kernels/paths.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_terminals/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_terminals/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/local_kernels/txl_local_kernels → jpterm-0.2.17/plugins/local_terminals/txl_local_terminals}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_terminals/txl_local_terminals/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_terminals/txl_local_terminals/terminal.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/local_terminals/txl_local_terminals/win_terminal.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/markdown_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/markdown_viewer/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/markdown_viewer/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/local_terminals/txl_local_terminals → jpterm-0.2.17/plugins/markdown_viewer/txl_markdown_viewer}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/markdown_viewer/txl_markdown_viewer/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_editor/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_editor/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_editor/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/markdown_viewer/txl_markdown_viewer → jpterm-0.2.17/plugins/notebook_editor/txl_notebook_editor}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_editor/txl_notebook_editor/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_viewer/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_viewer/pyproject.toml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/notebook_viewer/txl_notebook_viewer/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_contents/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_contents/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_contents/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/notebook_editor/txl_notebook_editor → jpterm-0.2.17/plugins/remote_contents/txl_remote_contents}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_contents/txl_remote_contents/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_kernels/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_kernels/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/remote_contents/txl_remote_contents → jpterm-0.2.17/plugins/remote_kernels/txl_remote_kernels}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_kernels/txl_remote_kernels/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_kernels/txl_remote_kernels/driver.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_kernels/txl_remote_kernels/message.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_terminals/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_terminals/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/remote_kernels/txl_remote_kernels → jpterm-0.2.17/plugins/remote_terminals/txl_remote_terminals}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/remote_terminals/txl_remote_terminals/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/terminal/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/terminal/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/terminal/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/remote_terminals/txl_remote_terminals → jpterm-0.2.17/plugins/terminal/txl_terminal}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/terminal/txl_terminal/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_editor/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_editor/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_editor/pyproject.toml +0 -0
- {jpterm-0.2.15/plugins/terminal/txl_terminal → jpterm-0.2.17/plugins/text_editor/txl_text_editor}/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_editor/txl_text_editor/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_viewer/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_viewer/pyproject.toml +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_viewer/txl_text_viewer/__init__.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/text_viewer/txl_text_viewer/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/widgets/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/widgets/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/plugins/widgets/txl_widgets/components.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/txl/LICENSE.txt +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/txl/README.md +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/txl/txl/app.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/txl/txl/base.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/txl/txl/cli.py +0 -0
- {jpterm-0.2.15 → jpterm-0.2.17}/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.17
|
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>
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
17
17
|
Requires-Python: >=3.10
|
18
18
|
Requires-Dist: rich-click>=1.6.0
|
19
19
|
Requires-Dist: txl-cell==0.2.13
|
20
|
-
Requires-Dist: txl-console==0.2.
|
20
|
+
Requires-Dist: txl-console==0.2.15
|
21
21
|
Requires-Dist: txl-editors==0.2.13
|
22
22
|
Requires-Dist: txl-file-browser==0.2.13
|
23
23
|
Requires-Dist: txl-image-viewer==0.2.13
|
@@ -34,8 +34,8 @@ Requires-Dist: txl-remote-kernels==0.2.13
|
|
34
34
|
Requires-Dist: txl-remote-terminals==0.2.13
|
35
35
|
Requires-Dist: txl-terminal==0.2.13
|
36
36
|
Requires-Dist: txl-text-editor==0.2.13
|
37
|
-
Requires-Dist: txl-widgets==0.2.
|
38
|
-
Requires-Dist: txl==0.2.
|
37
|
+
Requires-Dist: txl-widgets==0.2.14
|
38
|
+
Requires-Dist: txl==0.2.17
|
39
39
|
Provides-Extra: docs
|
40
40
|
Requires-Dist: mkdocs; extra == 'docs'
|
41
41
|
Requires-Dist: mkdocs-material; extra == 'docs'
|
@@ -0,0 +1,22 @@
|
|
1
|
+
Jpterm can be installed from [PyPI](https://pypi.org) using `pip` or from [conda-forge](https://conda-forge.org) using [pixi](https://pixi.sh) or [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html).
|
2
|
+
|
3
|
+
## With `pip`
|
4
|
+
|
5
|
+
```console
|
6
|
+
pip install jpterm
|
7
|
+
```
|
8
|
+
|
9
|
+
## With `pixi`
|
10
|
+
|
11
|
+
```console
|
12
|
+
pixi init
|
13
|
+
pixi add jpterm
|
14
|
+
```
|
15
|
+
|
16
|
+
## With `micromamba`
|
17
|
+
|
18
|
+
```console
|
19
|
+
micromamba create -n jpterm
|
20
|
+
micromamba activate jpterm
|
21
|
+
micromamba install jpterm
|
22
|
+
```
|
@@ -4,6 +4,7 @@ from typing import Any
|
|
4
4
|
|
5
5
|
from asphalt.core import Component, Context
|
6
6
|
from pycrdt import ArrayEvent, Doc
|
7
|
+
from textual import on
|
7
8
|
from textual.containers import VerticalScroll
|
8
9
|
from textual.events import Event
|
9
10
|
from textual.keys import Keys
|
@@ -36,14 +37,14 @@ class _Console(Console, VerticalScroll, metaclass=ConsoleMeta):
|
|
36
37
|
|
37
38
|
async def open(self):
|
38
39
|
self.select = Select((name, name) for name in self.kernelspecs["kernelspecs"])
|
39
|
-
self.select.watch_value = self.on_select_kernel
|
40
40
|
self.mount(self.select)
|
41
41
|
|
42
|
-
|
42
|
+
@on(Select.Changed)
|
43
|
+
async def select_changed(self, event: Select.Changed) -> None:
|
43
44
|
if self.select.value == Select.BLANK:
|
44
45
|
return
|
45
|
-
self.main_area.set_label("Console")
|
46
46
|
self.select.remove()
|
47
|
+
self.main_area.set_label("Console")
|
47
48
|
kernel = self.kernelspecs["kernelspecs"][self.select.value]
|
48
49
|
self.kernel = self.kernels(kernel["name"])
|
49
50
|
self.language = kernel["spec"]["language"]
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.14"
|
@@ -22,10 +22,11 @@ for dependency in pyproject["project"]["dependencies"]:
|
|
22
22
|
print(f"Building {package}-{version}")
|
23
23
|
package_dir = Path()
|
24
24
|
dist_dir = "../dist"
|
25
|
-
if package
|
26
|
-
package_dir /=
|
25
|
+
if package == "txl":
|
26
|
+
package_dir /= package
|
27
|
+
else:
|
28
|
+
package_dir = package_dir / "plugins" / package[len("txl_"):]
|
27
29
|
dist_dir = f"../{dist_dir}"
|
28
|
-
package_dir /= package
|
29
30
|
run(f"hatch build {dist_dir}", cwd=str(package_dir))
|
30
31
|
for path in Path("dist").iterdir():
|
31
32
|
if f"{package}-{version}" in path.name:
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "jpterm"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.17"
|
8
8
|
description = "Jupyter in the terminal"
|
9
9
|
readme = "README.md"
|
10
10
|
license = { text = "MIT" }
|
@@ -25,9 +25,9 @@ keywords = [
|
|
25
25
|
]
|
26
26
|
dependencies = [
|
27
27
|
"rich-click >=1.6.0",
|
28
|
-
"txl ==0.2.
|
28
|
+
"txl ==0.2.17",
|
29
29
|
"txl_cell ==0.2.13",
|
30
|
-
"txl_console ==0.2.
|
30
|
+
"txl_console ==0.2.15",
|
31
31
|
"txl_editors ==0.2.13",
|
32
32
|
"txl_file_browser ==0.2.13",
|
33
33
|
"txl_image_viewer ==0.2.13",
|
@@ -44,7 +44,7 @@ dependencies = [
|
|
44
44
|
"txl_markdown_viewer ==0.2.13",
|
45
45
|
"txl_terminal ==0.2.13",
|
46
46
|
"txl_launcher ==0.2.13",
|
47
|
-
"txl_widgets ==0.2.
|
47
|
+
"txl_widgets ==0.2.14",
|
48
48
|
]
|
49
49
|
|
50
50
|
[project.optional-dependencies]
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.17"
|
jpterm-0.2.15/docs/install.md
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
Jpterm can be installed from [PyPI](https://pypi.org) using `pip` or from [conda-forge](https://conda-forge.org) using [pixi](https://pixi.sh).
|
2
|
-
|
3
|
-
## With `pip`
|
4
|
-
|
5
|
-
```console
|
6
|
-
pip install jpterm
|
7
|
-
```
|
8
|
-
|
9
|
-
## With `pixi` (soon!)
|
10
|
-
|
11
|
-
```console
|
12
|
-
pixi add jpterm
|
13
|
-
```
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.13"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.13"
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{jpterm-0.2.15/plugins/console/txl_console → jpterm-0.2.17/plugins/editors/txl_editors}/__init__.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{jpterm-0.2.15/plugins/jpterm/txl_jpterm → jpterm-0.2.17/plugins/kernel/txl_kernel}/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{jpterm-0.2.15/plugins/kernel/txl_kernel → jpterm-0.2.17/plugins/launcher/txl_launcher}/__init__.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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|