jpterm 0.2.12__tar.gz → 0.2.14__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 (176) hide show
  1. jpterm-0.2.14/.github/workflows/publish.yml +39 -0
  2. {jpterm-0.2.12 → jpterm-0.2.14}/.github/workflows/test.yml +2 -2
  3. {jpterm-0.2.12 → jpterm-0.2.14}/PKG-INFO +22 -22
  4. {jpterm-0.2.12 → jpterm-0.2.14}/README.md +1 -1
  5. {jpterm-0.2.12 → jpterm-0.2.14}/docs/usage/CLI.md +1 -1
  6. jpterm-0.2.14/jpterm/__init__.py +0 -0
  7. jpterm-0.2.14/plugins/cell/txl_cell/__init__.py +1 -0
  8. jpterm-0.2.14/plugins/console/txl_console/__init__.py +1 -0
  9. jpterm-0.2.14/plugins/editors/txl_editors/__init__.py +1 -0
  10. jpterm-0.2.14/plugins/file_browser/txl_file_browser/__init__.py +1 -0
  11. jpterm-0.2.14/plugins/image_viewer/txl_image_viewer/__init__.py +1 -0
  12. jpterm-0.2.14/plugins/jpterm/txl_jpterm/__init__.py +1 -0
  13. jpterm-0.2.14/plugins/kernel/txl_kernel/__init__.py +1 -0
  14. jpterm-0.2.14/plugins/launcher/txl_launcher/__init__.py +1 -0
  15. jpterm-0.2.14/plugins/local_contents/txl_local_contents/__init__.py +1 -0
  16. jpterm-0.2.14/plugins/local_kernels/txl_local_kernels/__init__.py +1 -0
  17. jpterm-0.2.14/plugins/local_terminals/txl_local_terminals/__init__.py +1 -0
  18. jpterm-0.2.14/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +1 -0
  19. jpterm-0.2.14/plugins/notebook_editor/txl_notebook_editor/__init__.py +1 -0
  20. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_contents/pyproject.toml +1 -1
  21. jpterm-0.2.14/plugins/remote_contents/txl_remote_contents/__init__.py +1 -0
  22. jpterm-0.2.14/plugins/remote_kernels/txl_remote_kernels/__init__.py +1 -0
  23. jpterm-0.2.14/plugins/remote_terminals/txl_remote_terminals/__init__.py +1 -0
  24. jpterm-0.2.14/plugins/terminal/txl_terminal/__init__.py +1 -0
  25. jpterm-0.2.14/plugins/text_editor/txl_text_editor/__init__.py +1 -0
  26. jpterm-0.2.14/plugins/widgets/txl_widgets/__init__.py +1 -0
  27. jpterm-0.2.14/publish.py +40 -0
  28. {jpterm-0.2.12 → jpterm-0.2.14}/pyproject.toml +21 -21
  29. {jpterm-0.2.12 → jpterm-0.2.14}/txl/pyproject.toml +1 -1
  30. jpterm-0.2.14/txl/txl/__init__.py +1 -0
  31. jpterm-0.2.12/jpterm/__init__.py +0 -1
  32. jpterm-0.2.12/plugins/cell/txl_cell/__init__.py +0 -1
  33. jpterm-0.2.12/plugins/console/txl_console/__init__.py +0 -1
  34. jpterm-0.2.12/plugins/editors/txl_editors/__init__.py +0 -1
  35. jpterm-0.2.12/plugins/file_browser/txl_file_browser/__init__.py +0 -1
  36. jpterm-0.2.12/plugins/image_viewer/txl_image_viewer/__init__.py +0 -1
  37. jpterm-0.2.12/plugins/jpterm/txl_jpterm/__init__.py +0 -1
  38. jpterm-0.2.12/plugins/kernel/txl_kernel/__init__.py +0 -1
  39. jpterm-0.2.12/plugins/launcher/txl_launcher/__init__.py +0 -1
  40. jpterm-0.2.12/plugins/local_contents/txl_local_contents/__init__.py +0 -1
  41. jpterm-0.2.12/plugins/local_kernels/txl_local_kernels/__init__.py +0 -1
  42. jpterm-0.2.12/plugins/local_terminals/txl_local_terminals/__init__.py +0 -1
  43. jpterm-0.2.12/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +0 -1
  44. jpterm-0.2.12/plugins/notebook_editor/txl_notebook_editor/__init__.py +0 -1
  45. jpterm-0.2.12/plugins/remote_contents/txl_remote_contents/__init__.py +0 -1
  46. jpterm-0.2.12/plugins/remote_kernels/txl_remote_kernels/__init__.py +0 -1
  47. jpterm-0.2.12/plugins/remote_terminals/txl_remote_terminals/__init__.py +0 -1
  48. jpterm-0.2.12/plugins/terminal/txl_terminal/__init__.py +0 -1
  49. jpterm-0.2.12/plugins/text_editor/txl_text_editor/__init__.py +0 -1
  50. jpterm-0.2.12/plugins/widgets/txl_widgets/__init__.py +0 -1
  51. jpterm-0.2.12/txl/txl/__init__.py +0 -1
  52. {jpterm-0.2.12 → jpterm-0.2.14}/.gitignore +0 -0
  53. {jpterm-0.2.12 → jpterm-0.2.14}/.pre-commit-config.yaml +0 -0
  54. {jpterm-0.2.12 → jpterm-0.2.14}/CHANGELOG.md +0 -0
  55. {jpterm-0.2.12 → jpterm-0.2.14}/LICENSE +0 -0
  56. {jpterm-0.2.12 → jpterm-0.2.14}/config.yaml +0 -0
  57. {jpterm-0.2.12 → jpterm-0.2.14}/docs/assets/logo.png +0 -0
  58. {jpterm-0.2.12 → jpterm-0.2.14}/docs/index.md +0 -0
  59. {jpterm-0.2.12 → jpterm-0.2.14}/docs/install.md +0 -0
  60. {jpterm-0.2.12 → jpterm-0.2.14}/docs/plugins/console.md +0 -0
  61. {jpterm-0.2.12 → jpterm-0.2.14}/docs/plugins/notebook_editor.md +0 -0
  62. {jpterm-0.2.12 → jpterm-0.2.14}/docs/usage/key_bindings.md +0 -0
  63. {jpterm-0.2.12 → jpterm-0.2.14}/examples/button.ipynb +0 -0
  64. {jpterm-0.2.12 → jpterm-0.2.14}/examples/demo.md +0 -0
  65. {jpterm-0.2.12 → jpterm-0.2.14}/examples/jupyter.png +0 -0
  66. {jpterm-0.2.12 → jpterm-0.2.14}/examples/plotext.ipynb +0 -0
  67. {jpterm-0.2.12 → jpterm-0.2.14}/examples/plotext2.ipynb +0 -0
  68. {jpterm-0.2.12 → jpterm-0.2.14}/examples/switch.ipynb +0 -0
  69. {jpterm-0.2.12 → jpterm-0.2.14}/examples/widget.ipynb +0 -0
  70. {jpterm-0.2.12 → jpterm-0.2.14}/jpterm/cli.py +0 -0
  71. {jpterm-0.2.12 → jpterm-0.2.14}/mkdocs.yml +0 -0
  72. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/cell/LICENSE.txt +0 -0
  73. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/cell/README.md +0 -0
  74. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/cell/pyproject.toml +0 -0
  75. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/cell/txl_cell/components.py +0 -0
  76. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/console/LICENSE.txt +0 -0
  77. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/console/README.md +0 -0
  78. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/console/pyproject.toml +0 -0
  79. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/console/txl_console/components.py +0 -0
  80. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/editors/LICENSE.txt +0 -0
  81. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/editors/README.md +0 -0
  82. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/editors/pyproject.toml +0 -0
  83. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/editors/txl_editors/components.py +0 -0
  84. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/file_browser/LICENSE.txt +0 -0
  85. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/file_browser/README.md +0 -0
  86. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/file_browser/pyproject.toml +0 -0
  87. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/file_browser/txl_file_browser/components.py +0 -0
  88. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/image_viewer/LICENSE.txt +0 -0
  89. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/image_viewer/README.md +0 -0
  90. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/image_viewer/pyproject.toml +0 -0
  91. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/image_viewer/txl_image_viewer/components.py +0 -0
  92. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/LICENSE.txt +0 -0
  93. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/README.md +0 -0
  94. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/pyproject.toml +0 -0
  95. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/txl_jpterm/components.py +0 -0
  96. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/txl_jpterm/footer.py +0 -0
  97. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/txl_jpterm/header.py +0 -0
  98. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/txl_jpterm/jpterm.css +0 -0
  99. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/jpterm/txl_jpterm/main_area.py +0 -0
  100. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/kernel/LICENSE.txt +0 -0
  101. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/kernel/README.md +0 -0
  102. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/kernel/pyproject.toml +0 -0
  103. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/kernel/txl_kernel/driver.py +0 -0
  104. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/kernel/txl_kernel/message.py +0 -0
  105. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/launcher/LICENSE.txt +0 -0
  106. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/launcher/README.md +0 -0
  107. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/launcher/pyproject.toml +0 -0
  108. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/launcher/txl_launcher/components.py +0 -0
  109. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_contents/LICENSE.txt +0 -0
  110. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_contents/README.md +0 -0
  111. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_contents/pyproject.toml +0 -0
  112. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_contents/txl_local_contents/components.py +0 -0
  113. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/LICENSE.txt +0 -0
  114. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/README.md +0 -0
  115. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/pyproject.toml +0 -0
  116. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/txl_local_kernels/components.py +0 -0
  117. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/txl_local_kernels/connect.py +0 -0
  118. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/txl_local_kernels/driver.py +0 -0
  119. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/txl_local_kernels/kernelspec.py +0 -0
  120. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/txl_local_kernels/message.py +0 -0
  121. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_kernels/txl_local_kernels/paths.py +0 -0
  122. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_terminals/LICENSE.txt +0 -0
  123. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_terminals/README.md +0 -0
  124. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_terminals/pyproject.toml +0 -0
  125. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_terminals/txl_local_terminals/components.py +0 -0
  126. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_terminals/txl_local_terminals/terminal.py +0 -0
  127. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/local_terminals/txl_local_terminals/win_terminal.py +0 -0
  128. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/markdown_viewer/LICENSE.txt +0 -0
  129. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/markdown_viewer/README.md +0 -0
  130. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/markdown_viewer/pyproject.toml +0 -0
  131. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/markdown_viewer/txl_markdown_viewer/components.py +0 -0
  132. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_editor/LICENSE.txt +0 -0
  133. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_editor/README.md +0 -0
  134. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_editor/pyproject.toml +0 -0
  135. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_editor/txl_notebook_editor/components.py +0 -0
  136. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_viewer/LICENSE.txt +0 -0
  137. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_viewer/README.md +0 -0
  138. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_viewer/pyproject.toml +0 -0
  139. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +0 -0
  140. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/notebook_viewer/txl_notebook_viewer/components.py +0 -0
  141. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_contents/LICENSE.txt +0 -0
  142. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_contents/README.md +0 -0
  143. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_contents/txl_remote_contents/components.py +0 -0
  144. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_kernels/LICENSE.txt +0 -0
  145. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_kernels/README.md +0 -0
  146. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_kernels/pyproject.toml +0 -0
  147. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_kernels/txl_remote_kernels/components.py +0 -0
  148. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_kernels/txl_remote_kernels/driver.py +0 -0
  149. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_kernels/txl_remote_kernels/message.py +0 -0
  150. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_terminals/LICENSE.txt +0 -0
  151. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_terminals/README.md +0 -0
  152. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_terminals/pyproject.toml +0 -0
  153. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/remote_terminals/txl_remote_terminals/components.py +0 -0
  154. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/terminal/LICENSE.txt +0 -0
  155. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/terminal/README.md +0 -0
  156. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/terminal/pyproject.toml +0 -0
  157. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/terminal/txl_terminal/components.py +0 -0
  158. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_editor/LICENSE.txt +0 -0
  159. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_editor/README.md +0 -0
  160. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_editor/pyproject.toml +0 -0
  161. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_editor/txl_text_editor/components.py +0 -0
  162. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_viewer/LICENSE.txt +0 -0
  163. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_viewer/README.md +0 -0
  164. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_viewer/pyproject.toml +0 -0
  165. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_viewer/txl_text_viewer/__init__.py +0 -0
  166. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/text_viewer/txl_text_viewer/components.py +0 -0
  167. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/widgets/LICENSE.txt +0 -0
  168. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/widgets/README.md +0 -0
  169. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/widgets/pyproject.toml +0 -0
  170. {jpterm-0.2.12 → jpterm-0.2.14}/plugins/widgets/txl_widgets/components.py +0 -0
  171. {jpterm-0.2.12 → jpterm-0.2.14}/txl/LICENSE.txt +0 -0
  172. {jpterm-0.2.12 → jpterm-0.2.14}/txl/README.md +0 -0
  173. {jpterm-0.2.12 → jpterm-0.2.14}/txl/txl/app.py +0 -0
  174. {jpterm-0.2.12 → jpterm-0.2.14}/txl/txl/base.py +0 -0
  175. {jpterm-0.2.12 → jpterm-0.2.14}/txl/txl/cli.py +0 -0
  176. {jpterm-0.2.12 → jpterm-0.2.14}/txl/txl/text_input.py +0 -0
@@ -0,0 +1,39 @@
1
+ name: publish
2
+
3
+ on:
4
+ release:
5
+ types: [published]
6
+
7
+ jobs:
8
+ build:
9
+ name: Build the source tarball and the wheel
10
+ runs-on: ubuntu-latest
11
+ environment: release
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - name: Set up Python
15
+ uses: actions/setup-python@v5
16
+ with:
17
+ python-version: 3.x
18
+ - name: Install dependencies
19
+ run: pip install hatch httpx
20
+ - name: Create packages
21
+ run: python publish.py
22
+ - name: Archive packages
23
+ uses: actions/upload-artifact@v4
24
+ with:
25
+ name: dist
26
+ path: dist
27
+
28
+ publish:
29
+ name: Publish build artifacts to PyPI
30
+ needs: build
31
+ runs-on: ubuntu-latest
32
+ environment: release
33
+ permissions:
34
+ id-token: write
35
+ steps:
36
+ - name: Retrieve packages
37
+ uses: actions/download-artifact@v4
38
+ - name: Upload packages
39
+ uses: pypa/gh-action-pypi-publish@release/v1
@@ -1,4 +1,4 @@
1
- name: CI
1
+ name: test
2
2
 
3
3
  on:
4
4
  push:
@@ -37,7 +37,7 @@ jobs:
37
37
  fail-fast: false
38
38
  matrix:
39
39
  os: [ubuntu-latest, macos-latest, windows-latest]
40
- python-version: [ '3.10', '3.11' ]
40
+ python-version: [ '3.10', '3.11', '3.12' ]
41
41
 
42
42
  steps:
43
43
  - name: Checkout repository
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: jpterm
3
- Version: 0.2.12
3
+ Version: 0.2.14
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,33 +16,33 @@ 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.12
20
- Requires-Dist: txl-console==0.2.12
21
- Requires-Dist: txl-editors==0.2.12
22
- Requires-Dist: txl-file-browser==0.2.12
23
- Requires-Dist: txl-image-viewer==0.2.12
24
- Requires-Dist: txl-jpterm==0.2.12
25
- Requires-Dist: txl-kernel==0.2.12
26
- Requires-Dist: txl-launcher==0.2.12
27
- Requires-Dist: txl-local-contents==0.2.12
28
- Requires-Dist: txl-local-kernels==0.2.12
29
- Requires-Dist: txl-local-terminals==0.2.12
30
- Requires-Dist: txl-markdown-viewer==0.2.12
31
- Requires-Dist: txl-notebook-editor==0.2.12
32
- Requires-Dist: txl-remote-contents==0.2.12
33
- Requires-Dist: txl-remote-kernels==0.2.12
34
- Requires-Dist: txl-remote-terminals==0.2.12
35
- Requires-Dist: txl-terminal==0.2.12
36
- Requires-Dist: txl-text-editor==0.2.12
37
- Requires-Dist: txl-widgets==0.2.12
38
- Requires-Dist: txl==0.2.12
19
+ Requires-Dist: txl-cell==0.2.13
20
+ Requires-Dist: txl-console==0.2.13
21
+ Requires-Dist: txl-editors==0.2.13
22
+ Requires-Dist: txl-file-browser==0.2.13
23
+ Requires-Dist: txl-image-viewer==0.2.13
24
+ Requires-Dist: txl-jpterm==0.2.13
25
+ Requires-Dist: txl-kernel==0.2.13
26
+ Requires-Dist: txl-launcher==0.2.13
27
+ Requires-Dist: txl-local-contents==0.2.13
28
+ Requires-Dist: txl-local-kernels==0.2.13
29
+ Requires-Dist: txl-local-terminals==0.2.13
30
+ Requires-Dist: txl-markdown-viewer==0.2.13
31
+ Requires-Dist: txl-notebook-editor==0.2.13
32
+ Requires-Dist: txl-remote-contents==0.2.13
33
+ Requires-Dist: txl-remote-kernels==0.2.13
34
+ Requires-Dist: txl-remote-terminals==0.2.13
35
+ Requires-Dist: txl-terminal==0.2.13
36
+ Requires-Dist: txl-text-editor==0.2.13
37
+ Requires-Dist: txl-widgets==0.2.13
38
+ Requires-Dist: txl==0.2.14
39
39
  Provides-Extra: docs
40
40
  Requires-Dist: mkdocs; extra == 'docs'
41
41
  Requires-Dist: mkdocs-material; extra == 'docs'
42
42
  Requires-Dist: mkdocstrings-python; extra == 'docs'
43
43
  Description-Content-Type: text/markdown
44
44
 
45
- [![Build Status](https://github.com/davidbrochart/jpterm/workflows/CI/badge.svg)](https://github.com/davidbrochart/jpterm/actions)
45
+ [![Build Status](https://github.com/davidbrochart/jpterm/workflows/test/badge.svg)](https://github.com/davidbrochart/jpterm/actions)
46
46
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
47
47
  [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
48
48
 
@@ -1,4 +1,4 @@
1
- [![Build Status](https://github.com/davidbrochart/jpterm/workflows/CI/badge.svg)](https://github.com/davidbrochart/jpterm/actions)
1
+ [![Build Status](https://github.com/davidbrochart/jpterm/workflows/test/badge.svg)](https://github.com/davidbrochart/jpterm/actions)
2
2
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
3
3
  [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
4
4
 
@@ -25,7 +25,7 @@ Jpterm can also be a client to a Jupyter server, just like when you use JupyterL
25
25
  pip install "jupyterlab>=4"
26
26
  pip install jupyter-collaboration
27
27
  # Launch it:
28
- jupyter lab --ServerApp.token='' --ServerApp.password='' --no-browser --port=8000
28
+ jupyter lab --ServerApp.token='' --ServerApp.password='' --ServerApp.disable_check_xsrf=True --no-browser --port=8000
29
29
 
30
30
  # Or install jupyverse:
31
31
  pip install "jupyverse[jupyterlab, noauth]"
File without changes
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -26,7 +26,7 @@ dependencies = [
26
26
  "httpx>=0.23.1",
27
27
  "httpx-ws>=0.4.2",
28
28
  "pycrdt >=0.8.11,<0.9.0",
29
- "pycrdt-websocket >=0.12.7,<0.13.0",
29
+ "pycrdt-websocket >=0.13.0,<0.14.0",
30
30
  "jupyter-ydoc >=2.0.0,<3.0.0",
31
31
  ]
32
32
  dynamic = ["version"]
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.13"
@@ -0,0 +1,40 @@
1
+ import subprocess
2
+ from pathlib import Path
3
+
4
+ import httpx
5
+ import tomllib
6
+
7
+
8
+ def run(cmd: str, cwd: str | None = None) -> list[str]:
9
+ res = subprocess.run(cmd.split(), capture_output=True, cwd=cwd)
10
+ return res.stdout.decode().splitlines()
11
+
12
+
13
+ pyproject = tomllib.load(open("pyproject.toml", "rb"))
14
+ for dependency in pyproject["project"]["dependencies"]:
15
+ idx = dependency.find("==")
16
+ version = dependency[idx + 2:].strip()
17
+ package = dependency[:idx].strip()
18
+ if package.startswith("txl"):
19
+ response = httpx.get(f"https://pypi.org/pypi/{package}/json")
20
+ releases = response.json()["releases"].keys()
21
+ if version not in releases:
22
+ print(f"Building {package}-{version}")
23
+ package_dir = Path()
24
+ dist_dir = "../dist"
25
+ if package != "txl":
26
+ package_dir /= "plugins"
27
+ dist_dir = f"../{dist_dir}"
28
+ package_dir /= package
29
+ run(f"hatch build {dist_dir}", cwd=str(package_dir))
30
+ for path in Path("dist").iterdir():
31
+ if f"{package}-{version}" in path.name:
32
+ break
33
+ else:
34
+ raise RuntimeError(
35
+ f"Wrong version for package {package}: did you forget to bump it to {version}?"
36
+ )
37
+
38
+
39
+ print("Building jpterm")
40
+ run("hatch build")
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "jpterm"
7
- dynamic = ["version"]
7
+ version = "0.2.14"
8
8
  description = "Jupyter in the terminal"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -25,26 +25,26 @@ keywords = [
25
25
  ]
26
26
  dependencies = [
27
27
  "rich-click >=1.6.0",
28
- "txl ==0.2.12",
29
- "txl_cell ==0.2.12",
30
- "txl_console ==0.2.12",
31
- "txl_editors ==0.2.12",
32
- "txl_file_browser ==0.2.12",
33
- "txl_image_viewer ==0.2.12",
34
- "txl_jpterm ==0.2.12",
35
- "txl_kernel ==0.2.12",
36
- "txl_local_contents ==0.2.12",
37
- "txl_local_terminals ==0.2.12",
38
- "txl_local_kernels ==0.2.12",
39
- "txl_notebook_editor ==0.2.12",
40
- "txl_remote_contents ==0.2.12",
41
- "txl_remote_terminals ==0.2.12",
42
- "txl_remote_kernels ==0.2.12",
43
- "txl_text_editor ==0.2.12",
44
- "txl_markdown_viewer ==0.2.12",
45
- "txl_terminal ==0.2.12",
46
- "txl_launcher ==0.2.12",
47
- "txl_widgets ==0.2.12",
28
+ "txl ==0.2.14",
29
+ "txl_cell ==0.2.13",
30
+ "txl_console ==0.2.13",
31
+ "txl_editors ==0.2.13",
32
+ "txl_file_browser ==0.2.13",
33
+ "txl_image_viewer ==0.2.13",
34
+ "txl_jpterm ==0.2.13",
35
+ "txl_kernel ==0.2.13",
36
+ "txl_local_contents ==0.2.13",
37
+ "txl_local_terminals ==0.2.13",
38
+ "txl_local_kernels ==0.2.13",
39
+ "txl_notebook_editor ==0.2.13",
40
+ "txl_remote_contents ==0.2.13",
41
+ "txl_remote_terminals ==0.2.13",
42
+ "txl_remote_kernels ==0.2.13",
43
+ "txl_text_editor ==0.2.13",
44
+ "txl_markdown_viewer ==0.2.13",
45
+ "txl_terminal ==0.2.13",
46
+ "txl_launcher ==0.2.13",
47
+ "txl_widgets ==0.2.13",
48
48
  ]
49
49
 
50
50
  [project.optional-dependencies]
@@ -23,7 +23,7 @@ classifiers = [
23
23
  ]
24
24
  dependencies = [
25
25
  "asphalt >=4.12.0,<5",
26
- "textual[syntax] >=0.63.4,<0.64.0",
26
+ "textual[syntax] >=0.71.0,<0.72.0",
27
27
  ]
28
28
  dynamic = ["version"]
29
29
 
@@ -0,0 +1 @@
1
+ __version__ = "0.2.14"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
@@ -1 +0,0 @@
1
- __version__ = "0.2.12"
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