jpterm 0.3.0__py3-none-any.whl → 0.3.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jpterm
3
- Version: 0.3.0
3
+ Version: 0.3.1
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,25 +17,25 @@ 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.0
21
- Requires-Dist: txl-console==0.3.0
22
- Requires-Dist: txl-editors==0.3.0
23
- Requires-Dist: txl-file-browser==0.3.0
24
- Requires-Dist: txl-image-viewer==0.3.0
25
- Requires-Dist: txl-jpterm==0.3.0
26
- Requires-Dist: txl-kernel==0.3.0
27
- Requires-Dist: txl-launcher==0.3.0
28
- Requires-Dist: txl-local-contents==0.3.0
29
- Requires-Dist: txl-local-kernels==0.3.0
30
- Requires-Dist: txl-local-terminals==0.3.0
31
- Requires-Dist: txl-markdown-viewer==0.3.0
32
- Requires-Dist: txl-notebook-editor==0.3.0
33
- Requires-Dist: txl-remote-contents==0.3.0
34
- Requires-Dist: txl-remote-kernels==0.3.0
35
- Requires-Dist: txl-remote-terminals==0.3.0
36
- Requires-Dist: txl-terminal==0.3.0
37
- Requires-Dist: txl-text-editor==0.3.0
38
- Requires-Dist: txl-widgets==0.3.0
20
+ Requires-Dist: txl-cell==0.3.1
21
+ Requires-Dist: txl-console==0.3.1
22
+ Requires-Dist: txl-editors==0.3.1
23
+ Requires-Dist: txl-file-browser==0.3.1
24
+ Requires-Dist: txl-image-viewer==0.3.1
25
+ Requires-Dist: txl-jpterm==0.3.1
26
+ Requires-Dist: txl-kernel==0.3.1
27
+ Requires-Dist: txl-launcher==0.3.1
28
+ Requires-Dist: txl-local-contents==0.3.1
29
+ Requires-Dist: txl-local-kernels==0.3.1
30
+ Requires-Dist: txl-local-terminals==0.3.1
31
+ Requires-Dist: txl-markdown-viewer==0.3.1
32
+ Requires-Dist: txl-notebook-editor==0.3.1
33
+ Requires-Dist: txl-remote-contents==0.3.1
34
+ Requires-Dist: txl-remote-kernels==0.3.1
35
+ Requires-Dist: txl-remote-terminals==0.3.1
36
+ Requires-Dist: txl-terminal==0.3.1
37
+ Requires-Dist: txl-text-editor==0.3.1
38
+ Requires-Dist: txl-widgets==0.3.1
39
39
  Requires-Dist: txl==0.3.0
40
40
  Provides-Extra: docs
41
41
  Requires-Dist: mkdocs; extra == 'docs'
@@ -0,0 +1,7 @@
1
+ jpterm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ jpterm/cli.py,sha256=YnFm0G0hgtNWZBSRx86JRKQjmKq-XjtxwfCqeuaUuoE,2234
3
+ jpterm-0.3.1.dist-info/METADATA,sha256=M2fEgDJ0WvpRQNan4EdgzV_EM_7-GFZHVwrMAnR0iY0,2686
4
+ jpterm-0.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ jpterm-0.3.1.dist-info/entry_points.txt,sha256=VYZ9SJadJyoE9h1HXD8hodhV1su_rwxksYK_jKUAkSs,43
6
+ jpterm-0.3.1.dist-info/licenses/LICENSE,sha256=JJ42vFiQqVKW-yrJgx3HG6OqOEeQxRRkYde6rZkMm6U,1071
7
+ jpterm-0.3.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- jpterm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- jpterm/cli.py,sha256=YnFm0G0hgtNWZBSRx86JRKQjmKq-XjtxwfCqeuaUuoE,2234
3
- jpterm-0.3.0.dist-info/METADATA,sha256=nDipoZQZ2ucPHVboqnXsc1vWhD3fn-UnDct8WyxrEKY,2686
4
- jpterm-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- jpterm-0.3.0.dist-info/entry_points.txt,sha256=VYZ9SJadJyoE9h1HXD8hodhV1su_rwxksYK_jKUAkSs,43
6
- jpterm-0.3.0.dist-info/licenses/LICENSE,sha256=JJ42vFiQqVKW-yrJgx3HG6OqOEeQxRRkYde6rZkMm6U,1071
7
- jpterm-0.3.0.dist-info/RECORD,,
File without changes