jpterm 0.3.2__py3-none-any.whl → 0.3.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/cli.py +5 -1
- {jpterm-0.3.2.dist-info → jpterm-0.3.4.dist-info}/METADATA +21 -21
- jpterm-0.3.4.dist-info/RECORD +7 -0
- jpterm-0.3.2.dist-info/RECORD +0 -7
- {jpterm-0.3.2.dist-info → jpterm-0.3.4.dist-info}/WHEEL +0 -0
- {jpterm-0.3.2.dist-info → jpterm-0.3.4.dist-info}/entry_points.txt +0 -0
- {jpterm-0.3.2.dist-info → jpterm-0.3.4.dist-info}/licenses/LICENSE +0 -0
jpterm/cli.py
CHANGED
@@ -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(
|
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,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: jpterm
|
3
|
-
Version: 0.3.
|
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.
|
21
|
-
Requires-Dist: txl-console==0.3.
|
22
|
-
Requires-Dist: txl-editors==0.3.
|
23
|
-
Requires-Dist: txl-file-browser==0.3.
|
24
|
-
Requires-Dist: txl-image-viewer==0.3.
|
25
|
-
Requires-Dist: txl-jpterm==0.3.
|
26
|
-
Requires-Dist: txl-kernel==0.3.
|
27
|
-
Requires-Dist: txl-launcher==0.3.
|
28
|
-
Requires-Dist: txl-local-contents==0.3.
|
29
|
-
Requires-Dist: txl-local-kernels==0.3.
|
30
|
-
Requires-Dist: txl-local-terminals==0.3.
|
31
|
-
Requires-Dist: txl-markdown-viewer==0.3.
|
32
|
-
Requires-Dist: txl-notebook-editor==0.3.
|
33
|
-
Requires-Dist: txl-remote-contents==0.3.
|
34
|
-
Requires-Dist: txl-remote-kernels==0.3.
|
35
|
-
Requires-Dist: txl-remote-terminals==0.3.
|
36
|
-
Requires-Dist: txl-terminal==0.3.
|
37
|
-
Requires-Dist: txl-text-editor==0.3.
|
38
|
-
Requires-Dist: txl-widgets==0.3.
|
39
|
-
Requires-Dist: txl==0.3.
|
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'
|
@@ -0,0 +1,7 @@
|
|
1
|
+
jpterm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
jpterm/cli.py,sha256=3pQXDS_koJqwqjeRB-KlJFvBO50A8h0UIpuwIL5wp3U,2281
|
3
|
+
jpterm-0.3.4.dist-info/METADATA,sha256=gs3GCM2aSjlhOWNgf9fCSXk2FskjZS3oMY3SfOS8d4U,2686
|
4
|
+
jpterm-0.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
jpterm-0.3.4.dist-info/entry_points.txt,sha256=VYZ9SJadJyoE9h1HXD8hodhV1su_rwxksYK_jKUAkSs,43
|
6
|
+
jpterm-0.3.4.dist-info/licenses/LICENSE,sha256=JJ42vFiQqVKW-yrJgx3HG6OqOEeQxRRkYde6rZkMm6U,1071
|
7
|
+
jpterm-0.3.4.dist-info/RECORD,,
|
jpterm-0.3.2.dist-info/RECORD
DELETED
@@ -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.2.dist-info/METADATA,sha256=mJV9I-lEe6KdRHaY59GtgLAC9smqYE7RzRW66W7tPUg,2686
|
4
|
-
jpterm-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
jpterm-0.3.2.dist-info/entry_points.txt,sha256=VYZ9SJadJyoE9h1HXD8hodhV1su_rwxksYK_jKUAkSs,43
|
6
|
-
jpterm-0.3.2.dist-info/licenses/LICENSE,sha256=JJ42vFiQqVKW-yrJgx3HG6OqOEeQxRRkYde6rZkMm6U,1071
|
7
|
-
jpterm-0.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|