jpterm 0.3.2__tar.gz → 0.3.4__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.
Files changed (164) hide show
  1. {jpterm-0.3.2 → jpterm-0.3.4}/.github/workflows/publish.yml +1 -1
  2. {jpterm-0.3.2 → jpterm-0.3.4}/PKG-INFO +21 -21
  3. {jpterm-0.3.2 → jpterm-0.3.4}/jpterm/cli.py +5 -1
  4. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/cell/pyproject.toml +2 -2
  5. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/cell/txl_cell/main.py +8 -2
  6. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/console/pyproject.toml +2 -2
  7. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/editors/pyproject.toml +2 -2
  8. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/editors/txl_editors/main.py +0 -1
  9. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/file_browser/pyproject.toml +2 -2
  10. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/image_viewer/pyproject.toml +2 -2
  11. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/pyproject.toml +2 -2
  12. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/kernel/pyproject.toml +2 -2
  13. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/kernel/txl_kernel/driver.py +10 -2
  14. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/launcher/pyproject.toml +2 -2
  15. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_contents/pyproject.toml +2 -2
  16. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/pyproject.toml +2 -2
  17. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/driver.py +0 -1
  18. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/pyproject.toml +2 -2
  19. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/txl_local_terminals/win_terminal.py +1 -1
  20. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/markdown_viewer/pyproject.toml +2 -2
  21. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_editor/pyproject.toml +2 -2
  22. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_contents/pyproject.toml +2 -2
  23. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/pyproject.toml +2 -2
  24. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/txl_remote_kernels/main.py +3 -1
  25. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_terminals/pyproject.toml +2 -2
  26. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/terminal/pyproject.toml +2 -2
  27. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_editor/pyproject.toml +2 -2
  28. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/widgets/pyproject.toml +2 -2
  29. {jpterm-0.3.2 → jpterm-0.3.4}/pyproject.toml +21 -22
  30. {jpterm-0.3.2 → jpterm-0.3.4}/txl/pyproject.toml +2 -2
  31. {jpterm-0.3.2 → jpterm-0.3.4}/txl/txl/app.py +3 -2
  32. jpterm-0.3.2/.fileid.db +0 -0
  33. jpterm-0.3.2/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -24
  34. jpterm-0.3.2/.ipynb_checkpoints/Untitled1-checkpoint.ipynb +0 -24
  35. jpterm-0.3.2/.ipynb_checkpoints/Untitled2-checkpoint.ipynb +0 -24
  36. jpterm-0.3.2/.jupyter_ystore.db +0 -0
  37. jpterm-0.3.2/examples/.ipynb_checkpoints/plotext-checkpoint.ipynb +0 -98
  38. jpterm-0.3.2/examples/.ipynb_checkpoints/plotext2-checkpoint.ipynb +0 -72
  39. jpterm-0.3.2/examples/.ipynb_checkpoints/switch-checkpoint.ipynb +0 -64
  40. jpterm-0.3.2/examples/.ipynb_checkpoints/widget-checkpoint.ipynb +0 -253
  41. {jpterm-0.3.2 → jpterm-0.3.4}/.github/workflows/test.yml +0 -0
  42. {jpterm-0.3.2 → jpterm-0.3.4}/.gitignore +0 -0
  43. {jpterm-0.3.2 → jpterm-0.3.4}/.pre-commit-config.yaml +0 -0
  44. {jpterm-0.3.2 → jpterm-0.3.4}/CHANGELOG.md +0 -0
  45. {jpterm-0.3.2 → jpterm-0.3.4}/LICENSE +0 -0
  46. {jpterm-0.3.2 → jpterm-0.3.4}/README.md +0 -0
  47. {jpterm-0.3.2 → jpterm-0.3.4}/config.yaml +0 -0
  48. {jpterm-0.3.2 → jpterm-0.3.4}/docs/assets/logo.png +0 -0
  49. {jpterm-0.3.2 → jpterm-0.3.4}/docs/index.md +0 -0
  50. {jpterm-0.3.2 → jpterm-0.3.4}/docs/install.md +0 -0
  51. {jpterm-0.3.2 → jpterm-0.3.4}/docs/plugins/console.md +0 -0
  52. {jpterm-0.3.2 → jpterm-0.3.4}/docs/plugins/notebook_editor.md +0 -0
  53. {jpterm-0.3.2 → jpterm-0.3.4}/docs/usage/CLI.md +0 -0
  54. {jpterm-0.3.2 → jpterm-0.3.4}/docs/usage/key_bindings.md +0 -0
  55. {jpterm-0.3.2 → jpterm-0.3.4}/examples/button.ipynb +0 -0
  56. {jpterm-0.3.2 → jpterm-0.3.4}/examples/demo.md +0 -0
  57. {jpterm-0.3.2 → jpterm-0.3.4}/examples/jupyter.png +0 -0
  58. {jpterm-0.3.2 → jpterm-0.3.4}/examples/plotext.ipynb +0 -0
  59. {jpterm-0.3.2 → jpterm-0.3.4}/examples/plotext2.ipynb +0 -0
  60. {jpterm-0.3.2 → jpterm-0.3.4}/examples/switch.ipynb +0 -0
  61. {jpterm-0.3.2 → jpterm-0.3.4}/examples/widget.ipynb +0 -0
  62. {jpterm-0.3.2 → jpterm-0.3.4}/jpterm/__init__.py +0 -0
  63. {jpterm-0.3.2 → jpterm-0.3.4}/mkdocs.yml +0 -0
  64. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/cell/LICENSE.txt +0 -0
  65. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/cell/README.md +0 -0
  66. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/cell/txl_cell/__init__.py +0 -0
  67. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/console/LICENSE.txt +0 -0
  68. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/console/README.md +0 -0
  69. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/console/txl_console/__init__.py +0 -0
  70. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/console/txl_console/main.py +0 -0
  71. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/editors/LICENSE.txt +0 -0
  72. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/editors/README.md +0 -0
  73. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/editors/txl_editors/__init__.py +0 -0
  74. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/file_browser/LICENSE.txt +0 -0
  75. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/file_browser/README.md +0 -0
  76. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/file_browser/txl_file_browser/__init__.py +0 -0
  77. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/file_browser/txl_file_browser/main.py +0 -0
  78. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/image_viewer/LICENSE.txt +0 -0
  79. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/image_viewer/README.md +0 -0
  80. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/image_viewer/txl_image_viewer/__init__.py +0 -0
  81. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/image_viewer/txl_image_viewer/main.py +1 -1
  82. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/LICENSE.txt +0 -0
  83. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/README.md +0 -0
  84. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/txl_jpterm/__init__.py +0 -0
  85. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/txl_jpterm/footer.py +0 -0
  86. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/txl_jpterm/header.py +0 -0
  87. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/txl_jpterm/jpterm.css +0 -0
  88. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/txl_jpterm/main.py +0 -0
  89. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/jpterm/txl_jpterm/main_area.py +0 -0
  90. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/kernel/LICENSE.txt +0 -0
  91. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/kernel/README.md +0 -0
  92. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/kernel/txl_kernel/__init__.py +0 -0
  93. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/kernel/txl_kernel/message.py +0 -0
  94. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/launcher/LICENSE.txt +0 -0
  95. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/launcher/README.md +0 -0
  96. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/launcher/txl_launcher/__init__.py +0 -0
  97. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/launcher/txl_launcher/main.py +0 -0
  98. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_contents/LICENSE.txt +0 -0
  99. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_contents/README.md +0 -0
  100. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_contents/txl_local_contents/__init__.py +0 -0
  101. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_contents/txl_local_contents/main.py +0 -0
  102. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/LICENSE.txt +0 -0
  103. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/README.md +0 -0
  104. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/__init__.py +0 -0
  105. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/connect.py +0 -0
  106. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/kernelspec.py +0 -0
  107. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/main.py +0 -0
  108. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/message.py +0 -0
  109. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_kernels/txl_local_kernels/paths.py +0 -0
  110. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/LICENSE.txt +0 -0
  111. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/README.md +0 -0
  112. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/txl_local_terminals/__init__.py +0 -0
  113. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/txl_local_terminals/main.py +0 -0
  114. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/local_terminals/txl_local_terminals/terminal.py +0 -0
  115. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/markdown_viewer/LICENSE.txt +0 -0
  116. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/markdown_viewer/README.md +0 -0
  117. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +0 -0
  118. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/markdown_viewer/txl_markdown_viewer/main.py +1 -1
  119. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_editor/LICENSE.txt +0 -0
  120. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_editor/README.md +0 -0
  121. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_editor/txl_notebook_editor/__init__.py +0 -0
  122. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_editor/txl_notebook_editor/main.py +0 -0
  123. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_viewer/LICENSE.txt +0 -0
  124. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_viewer/README.md +0 -0
  125. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_viewer/pyproject.toml +0 -0
  126. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +0 -0
  127. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/notebook_viewer/txl_notebook_viewer/main.py +0 -0
  128. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_contents/LICENSE.txt +0 -0
  129. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_contents/README.md +0 -0
  130. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_contents/txl_remote_contents/__init__.py +0 -0
  131. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_contents/txl_remote_contents/main.py +0 -0
  132. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/LICENSE.txt +0 -0
  133. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/README.md +0 -0
  134. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/txl_remote_kernels/__init__.py +0 -0
  135. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/txl_remote_kernels/driver.py +0 -0
  136. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_kernels/txl_remote_kernels/message.py +0 -0
  137. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_terminals/LICENSE.txt +0 -0
  138. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_terminals/README.md +0 -0
  139. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_terminals/txl_remote_terminals/__init__.py +0 -0
  140. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/remote_terminals/txl_remote_terminals/main.py +0 -0
  141. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/terminal/LICENSE.txt +0 -0
  142. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/terminal/README.md +0 -0
  143. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/terminal/txl_terminal/__init__.py +0 -0
  144. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/terminal/txl_terminal/main.py +0 -0
  145. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_editor/LICENSE.txt +0 -0
  146. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_editor/README.md +0 -0
  147. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_editor/txl_text_editor/__init__.py +0 -0
  148. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_editor/txl_text_editor/main.py +1 -1
  149. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_viewer/LICENSE.txt +0 -0
  150. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_viewer/README.md +0 -0
  151. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_viewer/pyproject.toml +0 -0
  152. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_viewer/txl_text_viewer/__init__.py +0 -0
  153. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/text_viewer/txl_text_viewer/main.py +0 -0
  154. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/widgets/LICENSE.txt +0 -0
  155. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/widgets/README.md +0 -0
  156. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/widgets/txl_widgets/__init__.py +0 -0
  157. {jpterm-0.3.2 → jpterm-0.3.4}/plugins/widgets/txl_widgets/main.py +0 -0
  158. {jpterm-0.3.2 → jpterm-0.3.4}/publish.py +0 -0
  159. {jpterm-0.3.2 → jpterm-0.3.4}/txl/LICENSE.txt +0 -0
  160. {jpterm-0.3.2 → jpterm-0.3.4}/txl/README.md +0 -0
  161. {jpterm-0.3.2 → jpterm-0.3.4}/txl/txl/__init__.py +0 -0
  162. {jpterm-0.3.2 → jpterm-0.3.4}/txl/txl/base.py +0 -0
  163. {jpterm-0.3.2 → jpterm-0.3.4}/txl/txl/cli.py +0 -0
  164. {jpterm-0.3.2 → jpterm-0.3.4}/txl/txl/text_input.py +0 -0
@@ -16,7 +16,7 @@ jobs:
16
16
  with:
17
17
  python-version: 3.x
18
18
  - name: Install dependencies
19
- run: pip install hatch httpx
19
+ run: pip install hatch httpx toml
20
20
  - name: Create packages
21
21
  run: python publish.py
22
22
  - name: Archive packages
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jpterm
3
- Version: 0.3.2
3
+ Version: 0.3.4
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,26 +17,26 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
17
17
  Classifier: Programming Language :: Python :: Implementation :: PyPy
18
18
  Requires-Python: >=3.10
19
19
  Requires-Dist: rich-click>=1.6.0
20
- Requires-Dist: txl-cell==0.3.2
21
- Requires-Dist: txl-console==0.3.2
22
- Requires-Dist: txl-editors==0.3.2
23
- Requires-Dist: txl-file-browser==0.3.2
24
- Requires-Dist: txl-image-viewer==0.3.2
25
- Requires-Dist: txl-jpterm==0.3.2
26
- Requires-Dist: txl-kernel==0.3.2
27
- Requires-Dist: txl-launcher==0.3.2
28
- Requires-Dist: txl-local-contents==0.3.2
29
- Requires-Dist: txl-local-kernels==0.3.2
30
- Requires-Dist: txl-local-terminals==0.3.2
31
- Requires-Dist: txl-markdown-viewer==0.3.2
32
- Requires-Dist: txl-notebook-editor==0.3.2
33
- Requires-Dist: txl-remote-contents==0.3.2
34
- Requires-Dist: txl-remote-kernels==0.3.2
35
- Requires-Dist: txl-remote-terminals==0.3.2
36
- Requires-Dist: txl-terminal==0.3.2
37
- Requires-Dist: txl-text-editor==0.3.2
38
- Requires-Dist: txl-widgets==0.3.2
39
- Requires-Dist: txl==0.3.0
20
+ Requires-Dist: txl-cell==0.3.4
21
+ Requires-Dist: txl-console==0.3.4
22
+ Requires-Dist: txl-editors==0.3.4
23
+ Requires-Dist: txl-file-browser==0.3.4
24
+ Requires-Dist: txl-image-viewer==0.3.4
25
+ Requires-Dist: txl-jpterm==0.3.4
26
+ Requires-Dist: txl-kernel==0.3.4
27
+ Requires-Dist: txl-launcher==0.3.4
28
+ Requires-Dist: txl-local-contents==0.3.4
29
+ Requires-Dist: txl-local-kernels==0.3.4
30
+ Requires-Dist: txl-local-terminals==0.3.4
31
+ Requires-Dist: txl-markdown-viewer==0.3.4
32
+ Requires-Dist: txl-notebook-editor==0.3.4
33
+ Requires-Dist: txl-remote-contents==0.3.4
34
+ Requires-Dist: txl-remote-kernels==0.3.4
35
+ Requires-Dist: txl-remote-terminals==0.3.4
36
+ Requires-Dist: txl-terminal==0.3.4
37
+ Requires-Dist: txl-text-editor==0.3.4
38
+ Requires-Dist: txl-widgets==0.3.4
39
+ Requires-Dist: txl==0.3.2
40
40
  Provides-Extra: docs
41
41
  Requires-Dist: mkdocs; extra == 'docs'
42
42
  Requires-Dist: mkdocs-material; extra == 'docs'
@@ -51,7 +51,11 @@ def main():
51
51
  decorators = [
52
52
  click.option("--logo", is_flag=True, default=False, help="Show the jpterm logo."),
53
53
  click.option("--server", default="", help="The URL to the Jupyter server."),
54
- click.option("--backend", default="asyncio", help="The name of the event loop to use (asyncio or trio)."),
54
+ click.option(
55
+ "--backend",
56
+ default="asyncio",
57
+ help="The name of the event loop to use (asyncio or trio).",
58
+ ),
55
59
  click.option(
56
60
  "--collaborative/--no-collaborative",
57
61
  default=False,
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_cell"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a cell"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "pycrdt >=0.10.9,<0.13.0",]
14
+ dependencies = [ "txl ==0.3.1", "pycrdt >=0.10.9,<0.13.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -175,7 +175,7 @@ class _Cell(Cell, Container, metaclass=CellMeta, can_focus=True):
175
175
 
176
176
  def get_execution_count(self, value):
177
177
  execution_count = " " if value is None else str(value).removesuffix(".0")
178
- return f"[green]In [[#66ff00]{execution_count}[/#66ff00]]:[/green]"
178
+ return r"[green]In \[[#66ff00]" + execution_count + r"[/#66ff00]]:[/green]"
179
179
 
180
180
  def compose(self) -> ComposeResult:
181
181
  if self.show_execution_count:
@@ -342,7 +342,13 @@ class CellModule(Module):
342
342
 
343
343
  async with create_task_group() as self.tg:
344
344
 
345
- self.cell_factory = _CellFactory(self.tg, contents, widgets, self.show_execution_count, self.show_border)
345
+ self.cell_factory = _CellFactory(
346
+ self.tg,
347
+ contents,
348
+ widgets,
349
+ self.show_execution_count,
350
+ self.show_border,
351
+ )
346
352
  self.put(self.cell_factory, CellFactory)
347
353
  self.done()
348
354
  await sleep(float("inf"))
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_console"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a Jupyter console"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "jupyter-ydoc >=3.0.2,<4.0.0",]
14
+ dependencies = [ "txl ==0.3.1", "jupyter-ydoc >=3.0.2,<4.0.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_editors"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for editors"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0",]
14
+ dependencies = [ "txl ==0.3.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -1,7 +1,6 @@
1
1
  from pathlib import Path
2
2
  from typing import Callable, Dict, List
3
3
 
4
- from anyio import create_task_group
5
4
  from fps import Module
6
5
  from textual.containers import Container
7
6
 
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_file_browser"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a file browser"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0",]
14
+ dependencies = [ "txl ==0.3.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_image_viewer"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for an image viewer"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "textual-imageview >=0.1.1",]
14
+ dependencies = [ "txl ==0.3.1", "textual-imageview >=0.1.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_jpterm"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for the jpterm app"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0",]
14
+ dependencies = [ "txl ==0.3.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_kernel"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a kernel driver"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "python-dateutil >=2.8.2", "pycrdt >=0.10.9,<0.13.0",]
14
+ dependencies = [ "txl ==0.3.1", "python-dateutil >=2.8.2", "pycrdt >=0.10.9,<0.13.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -31,7 +31,9 @@ class Comm:
31
31
  buffers=buffers,
32
32
  )
33
33
  self.msg_cnt += 1
34
- create_task(self.send_message(msg, self.shell_channel, change_date_to_str=True), self.task_group)
34
+ create_task(
35
+ self.send_message(msg, self.shell_channel, change_date_to_str=True), self.task_group
36
+ )
35
37
 
36
38
 
37
39
  class KernelMixin:
@@ -85,7 +87,13 @@ class KernelMixin:
85
87
  if msg_type == "comm_open":
86
88
  for comm_handler in self.comm_handlers:
87
89
  comm_id = msg["content"]["comm_id"]
88
- comm = Comm(comm_id, self.shell_channel, self.session_id, self.send_message, self.task_group)
90
+ comm = Comm(
91
+ comm_id,
92
+ self.shell_channel,
93
+ self.session_id,
94
+ self.send_message,
95
+ self.task_group,
96
+ )
89
97
  comm_handler.comm_open(msg, comm)
90
98
  elif msg_type == "comm_msg":
91
99
  for comm_handler in self.comm_handlers:
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_launcher"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a launcher"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0",]
14
+ dependencies = [ "txl ==0.3.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_local_contents"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for local contents"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "anyio >=3.7.0,<5", "jupyter-ydoc >=3.0.2,<4.0.0",]
14
+ dependencies = [ "txl ==0.3.1", "anyio >=3.7.0,<5", "jupyter-ydoc >=3.0.2,<4.0.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_local_kernels"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for local kernels"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "txl_kernel", "pyzmq >=24.0.1", "ipykernel",]
14
+ dependencies = [ "txl ==0.3.1", "txl_kernel", "pyzmq >=24.0.1", "ipykernel",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -2,7 +2,6 @@ import os
2
2
  import uuid
3
3
  from typing import Any, Dict, List, Optional, cast
4
4
 
5
- from anyio import create_task_group, sleep
6
5
  from anyioutils import Task, create_task
7
6
  from txl_kernel.driver import KernelMixin
8
7
 
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_local_terminals"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for local terminals"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "pywinpty;platform_system=='Windows'", "anyio >=3.7.0,<5",]
14
+ dependencies = [ "txl ==0.3.1", "pywinpty;platform_system=='Windows'", "anyio >=3.7.0,<5",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -1,7 +1,7 @@
1
1
  import os
2
2
  from functools import partial
3
3
 
4
- from anyio import to_thread
4
+ from anyio import create_task_group, to_thread
5
5
  from anyioutils import Event, Queue
6
6
  from textual.widget import Widget
7
7
  from textual.widgets._header import HeaderTitle
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_markdown_viewer"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a Markdown viewer"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0",]
14
+ dependencies = [ "txl ==0.3.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_notebook_editor"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a notebook editor"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "pycrdt >=0.10.9,<0.13.0", "jupyter-ydoc >=3.0.2,<4.0.0",]
14
+ dependencies = [ "txl ==0.3.1", "pycrdt >=0.10.9,<0.13.0", "jupyter-ydoc >=3.0.2,<4.0.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_remote_contents"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for remote contents"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "httpx>=0.23.1", "httpx-ws>=0.4.2", "pycrdt >=0.10.9,<0.11.0", "pycrdt-websocket >=0.15.3,<0.16.0", "jupyter-ydoc >=3.0.2,<4.0.0",]
14
+ dependencies = [ "txl ==0.3.1", "httpx>=0.23.1", "httpx-ws>=0.4.2", "pycrdt >=0.10.9,<0.11.0", "pycrdt-websocket >=0.15.3,<0.16.0", "jupyter-ydoc >=3.0.2,<4.0.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_remote_kernels"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for remote kernels"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "txl_kernel", "httpx >=0.23.1", "httpx-ws >=0.4.2", "pycrdt >=0.10.9,<0.13.0",]
14
+ dependencies = [ "txl ==0.3.1", "txl_kernel", "httpx >=0.23.1", "httpx-ws >=0.4.2", "pycrdt >=0.10.9,<0.13.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -21,7 +21,9 @@ class RemoteKernels(Kernels):
21
21
  url: str,
22
22
  kernel_name: str | None,
23
23
  ):
24
- self.kernel = KernelDriver(self.task_group, url, kernel_name, comm_handlers=self.comm_handlers)
24
+ self.kernel = KernelDriver(
25
+ self.task_group, url, kernel_name, comm_handlers=self.comm_handlers
26
+ )
25
27
 
26
28
  async def execute(self, ycell: Map):
27
29
  await self.kernel.execute(ycell)
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_remote_terminals"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for remote terminals"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "httpx>=0.23.1", "httpx-ws>=0.4.2",]
14
+ dependencies = [ "txl ==0.3.1", "httpx>=0.23.1", "httpx-ws>=0.4.2",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_terminal"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a terminal widget"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "pyte>=0.8.1",]
14
+ dependencies = [ "txl ==0.3.1", "pyte>=0.8.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_text_editor"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for a text editor"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0",]
14
+ dependencies = [ "txl ==0.3.1",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_widgets"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "TXL plugin for kernel widgets"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "txl ==0.3.0", "ypywidgets >=0.9.4,<0.10.0", "ypywidgets-textual >=0.5.1,<0.6.0", "pycrdt >=0.10.9,<0.13.0",]
14
+ dependencies = [ "txl ==0.3.1", "ypywidgets >=0.9.4,<0.10.0", "ypywidgets-textual >=0.5.4,<0.6.0", "pycrdt >=0.10.9,<0.13.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "jpterm"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "Jupyter in the terminal"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -26,26 +26,26 @@ keywords = [
26
26
  ]
27
27
  dependencies = [
28
28
  "rich-click >=1.6.0",
29
- "txl ==0.3.0",
30
- "txl_cell ==0.3.2",
31
- "txl_console ==0.3.2",
32
- "txl_editors ==0.3.2",
33
- "txl_file_browser ==0.3.2",
34
- "txl_image_viewer ==0.3.2",
35
- "txl_jpterm ==0.3.2",
36
- "txl_kernel ==0.3.2",
37
- "txl_local_contents ==0.3.2",
38
- "txl_local_terminals ==0.3.2",
39
- "txl_local_kernels ==0.3.2",
40
- "txl_notebook_editor ==0.3.2",
41
- "txl_remote_contents ==0.3.2",
42
- "txl_remote_terminals ==0.3.2",
43
- "txl_remote_kernels ==0.3.2",
44
- "txl_text_editor ==0.3.2",
45
- "txl_markdown_viewer ==0.3.2",
46
- "txl_terminal ==0.3.2",
47
- "txl_launcher ==0.3.2",
48
- "txl_widgets ==0.3.2",
29
+ "txl ==0.3.2",
30
+ "txl_cell ==0.3.4",
31
+ "txl_console ==0.3.4",
32
+ "txl_editors ==0.3.4",
33
+ "txl_file_browser ==0.3.4",
34
+ "txl_image_viewer ==0.3.4",
35
+ "txl_jpterm ==0.3.4",
36
+ "txl_kernel ==0.3.4",
37
+ "txl_local_contents ==0.3.4",
38
+ "txl_local_terminals ==0.3.4",
39
+ "txl_local_kernels ==0.3.4",
40
+ "txl_notebook_editor ==0.3.4",
41
+ "txl_remote_contents ==0.3.4",
42
+ "txl_remote_terminals ==0.3.4",
43
+ "txl_remote_kernels ==0.3.4",
44
+ "txl_text_editor ==0.3.4",
45
+ "txl_markdown_viewer ==0.3.4",
46
+ "txl_terminal ==0.3.4",
47
+ "txl_launcher ==0.3.4",
48
+ "txl_widgets ==0.3.4",
49
49
  ]
50
50
 
51
51
  [project.optional-dependencies]
@@ -71,7 +71,6 @@ serve = "mkdocs serve --dev-addr localhost:8000"
71
71
  [tool.hatch.envs.dev]
72
72
  pre-install-commands = [
73
73
  "pip install pre-commit",
74
- 'pip install "textual>=2,<3"',
75
74
  "pip install textual-dev",
76
75
  "pip install -e ./txl",
77
76
  "pip install -e ./plugins/cell",
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl"
7
- version = "0.3.0"
7
+ version = "0.3.2"
8
8
  description = ""
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",]
14
- dependencies = [ "fps >=0.2.1,<0.3.0", "textual[syntax] >=1.0.0,<2.0.0",]
14
+ dependencies = [ "fps >=0.5.1,<0.6.0", "textual[syntax] >=5.0.1,<6.0.0",]
15
15
  [[project.authors]]
16
16
  name = "David Brochart"
17
17
  email = "david.brochart@gmail.com"
@@ -2,9 +2,10 @@ import logging
2
2
  from importlib.metadata import entry_points
3
3
 
4
4
  import anyio
5
- from fps import Module, main
6
- from textual.app import App
5
+ from fps import Module
6
+ from fps.cli._cli import main
7
7
  from textual._context import active_app
8
+ from textual.app import App
8
9
 
9
10
  logging.getLogger("httpx").setLevel(logging.CRITICAL)
10
11
  logging.getLogger("httpcore").setLevel(logging.CRITICAL)
jpterm-0.3.2/.fileid.db DELETED
Binary file