jpterm 0.2.2__py3-none-any.whl → 0.2.4__py3-none-any.whl

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/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.2.2"
1
+ __version__ = "0.2.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jpterm
3
- Version: 0.2.2
3
+ Version: 0.2.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>
@@ -15,25 +15,26 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
15
15
  Classifier: Programming Language :: Python :: Implementation :: PyPy
16
16
  Requires-Python: <3.12,>=3.10
17
17
  Requires-Dist: rich-click>=1.6.0
18
- Requires-Dist: txl-cell>=0.1.0
19
- Requires-Dist: txl-console>=0.1.0
20
- Requires-Dist: txl-editors>=0.1.0
21
- Requires-Dist: txl-file-browser>=0.1.0
22
- Requires-Dist: txl-image-viewer>=0.1.0
23
- Requires-Dist: txl-jpterm>=0.1.0
24
- Requires-Dist: txl-kernel>=0.1.0
25
- Requires-Dist: txl-launcher>=0.1.0
26
- Requires-Dist: txl-local-contents>=0.1.0
27
- Requires-Dist: txl-local-kernels>=0.1.0
28
- Requires-Dist: txl-local-terminals>=0.1.0
29
- Requires-Dist: txl-markdown-viewer>=0.1.0
30
- Requires-Dist: txl-notebook-editor>=0.1.0
31
- Requires-Dist: txl-remote-contents>=0.1.0
32
- Requires-Dist: txl-remote-kernels>=0.1.0
33
- Requires-Dist: txl-remote-terminals>=0.1.0
34
- Requires-Dist: txl-terminal>=0.1.0
35
- Requires-Dist: txl-text-editor>=0.1.0
36
- Requires-Dist: txl-widgets>=0.1.0
18
+ Requires-Dist: txl-cell==0.2.4
19
+ Requires-Dist: txl-console==0.2.4
20
+ Requires-Dist: txl-editors==0.2.4
21
+ Requires-Dist: txl-file-browser==0.2.4
22
+ Requires-Dist: txl-image-viewer==0.2.4
23
+ Requires-Dist: txl-jpterm==0.2.4
24
+ Requires-Dist: txl-kernel==0.2.4
25
+ Requires-Dist: txl-launcher==0.2.4
26
+ Requires-Dist: txl-local-contents==0.2.4
27
+ Requires-Dist: txl-local-kernels==0.2.4
28
+ Requires-Dist: txl-local-terminals==0.2.4
29
+ Requires-Dist: txl-markdown-viewer==0.2.4
30
+ Requires-Dist: txl-notebook-editor==0.2.4
31
+ Requires-Dist: txl-remote-contents==0.2.4
32
+ Requires-Dist: txl-remote-kernels==0.2.4
33
+ Requires-Dist: txl-remote-terminals==0.2.4
34
+ Requires-Dist: txl-terminal==0.2.4
35
+ Requires-Dist: txl-text-editor==0.2.4
36
+ Requires-Dist: txl-widgets==0.2.4
37
+ Requires-Dist: txl==0.2.4
37
38
  Description-Content-Type: text/markdown
38
39
 
39
40
  <div align="center">
@@ -0,0 +1,7 @@
1
+ jpterm/__init__.py,sha256=SBl2EPFW-ltPvQ7vbVWItyAsz3aKYIpjO7vcfr84GkU,22
2
+ jpterm/cli.py,sha256=8KfgFp9akYMKucpE74AjWVxmNBU4AftMR6AGi_8-dcI,2301
3
+ jpterm-0.2.4.dist-info/METADATA,sha256=P7wqOkwosCSXUSrszmxfSX5DrL9p8pjYG9OMiLYw2DU,3487
4
+ jpterm-0.2.4.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
5
+ jpterm-0.2.4.dist-info/entry_points.txt,sha256=VYZ9SJadJyoE9h1HXD8hodhV1su_rwxksYK_jKUAkSs,43
6
+ jpterm-0.2.4.dist-info/licenses/LICENSE,sha256=JJ42vFiQqVKW-yrJgx3HG6OqOEeQxRRkYde6rZkMm6U,1071
7
+ jpterm-0.2.4.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- jpterm/__init__.py,sha256=m6kyaNpwBcP1XYcqrelX2oS3PJuOnElOcRdBa9pEb8c,22
2
- jpterm/cli.py,sha256=8KfgFp9akYMKucpE74AjWVxmNBU4AftMR6AGi_8-dcI,2301
3
- jpterm-0.2.2.dist-info/METADATA,sha256=sEWbFE-X4PaPxDhWir1oLFqaG_KB1lmiFnMvRvN8758,3461
4
- jpterm-0.2.2.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
5
- jpterm-0.2.2.dist-info/entry_points.txt,sha256=VYZ9SJadJyoE9h1HXD8hodhV1su_rwxksYK_jKUAkSs,43
6
- jpterm-0.2.2.dist-info/licenses/LICENSE,sha256=JJ42vFiQqVKW-yrJgx3HG6OqOEeQxRRkYde6rZkMm6U,1071
7
- jpterm-0.2.2.dist-info/RECORD,,
File without changes