euporie 2.8.12__py3-none-any.whl → 2.8.13__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.
- euporie/core/__init__.py +1 -1
- euporie/hub/app.py +4 -6
- {euporie-2.8.12.dist-info → euporie-2.8.13.dist-info}/METADATA +1 -1
- {euporie-2.8.12.dist-info → euporie-2.8.13.dist-info}/RECORD +9 -9
- {euporie-2.8.12.data → euporie-2.8.13.data}/data/share/applications/euporie-console.desktop +0 -0
- {euporie-2.8.12.data → euporie-2.8.13.data}/data/share/applications/euporie-notebook.desktop +0 -0
- {euporie-2.8.12.dist-info → euporie-2.8.13.dist-info}/WHEEL +0 -0
- {euporie-2.8.12.dist-info → euporie-2.8.13.dist-info}/entry_points.txt +0 -0
- {euporie-2.8.12.dist-info → euporie-2.8.13.dist-info}/licenses/LICENSE +0 -0
euporie/core/__init__.py
CHANGED
euporie/hub/app.py
CHANGED
@@ -78,12 +78,10 @@ class HubApp(ConfigurableApp):
|
|
78
78
|
name = "hub"
|
79
79
|
_config_defaults: ClassVar[dict[str, Any]] = {
|
80
80
|
"log_level_stdout": "info",
|
81
|
-
"log_config":
|
82
|
-
{
|
83
|
-
|
84
|
-
|
85
|
-
}
|
86
|
-
""",
|
81
|
+
"log_config": {
|
82
|
+
"handlers": {"stdout": {"share_stream": False}},
|
83
|
+
"loggers": {"asyncssh": {"handlers": ["stdout"], "level": "DEBUG"}},
|
84
|
+
},
|
87
85
|
}
|
88
86
|
|
89
87
|
@classmethod
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: euporie
|
3
|
-
Version: 2.8.
|
3
|
+
Version: 2.8.13
|
4
4
|
Summary: Euporie is a suite of terminal applications for interacting with Jupyter kernels
|
5
5
|
Project-URL: Documentation, https://euporie.readthedocs.io/en/latest
|
6
6
|
Project-URL: Issues, https://github.com/joouha/euporie/issues
|
@@ -6,7 +6,7 @@ euporie/console/app.py,sha256=nUmsoIQZMnQ0e506irqzvPOd31x_xUXn2w3kT1e2f9w,5736
|
|
6
6
|
euporie/console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
euporie/console/tabs/__init__.py,sha256=Grm9EO1gnBO1o-k6Nqnlzo8XLIgFZSXNAdz49Vvh4zY,55
|
8
8
|
euporie/console/tabs/console.py,sha256=qp0uNQTRDu5qDoXGQ4LpKm6OhVjAvskzXMyctL-Trnw,31908
|
9
|
-
euporie/core/__init__.py,sha256=
|
9
|
+
euporie/core/__init__.py,sha256=pSpDq3JkgvsQ531ieYUpw5oByTxVS1oo_c0FY_sLTxg,314
|
10
10
|
euporie/core/__main__.py,sha256=QkRamWXgrPiRj7h4sYNhHNpVOUJuEpRuvZE-YLK1dUU,1255
|
11
11
|
euporie/core/_settings.py,sha256=JspB4eMUXry4r5g4Wzn4aV0FmzSVmWf1G96Jcr5bcDE,2937
|
12
12
|
euporie/core/border.py,sha256=HktTPL-sKxaiM8_DPdaetFI5fOvEBVJrw3tmgsKT2jY,48835
|
@@ -135,7 +135,7 @@ euporie/data/desktop/euporie-console.desktop,sha256=DI08G0Dl2s5asM6afWUfkKvO5Ymc
|
|
135
135
|
euporie/data/desktop/euporie-notebook.desktop,sha256=RtpJzvizTDuOp0BLa2bLgVHx11LG6L7PL-oF-wHTsgU,155
|
136
136
|
euporie/hub/__init__.py,sha256=NcrOlSFgI4y5gEbD4lFY-Ryd1K79EeMoeAp41A6tDT0,44
|
137
137
|
euporie/hub/__main__.py,sha256=m2EnzIDLO4dHlDt41JNKpUvAUSw6wD-X0V3YhymXqxc,289
|
138
|
-
euporie/hub/app.py,sha256=
|
138
|
+
euporie/hub/app.py,sha256=zpQLD92iG0taPqk1iFfMqHXjWTJy9yTmDQ2xnT0MThA,6755
|
139
139
|
euporie/hub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
140
140
|
euporie/notebook/__init__.py,sha256=rOE71d95pym_ILYVg07NO9oDYbSB0AskxbC8cr4htiU,44
|
141
141
|
euporie/notebook/__main__.py,sha256=m2EnzIDLO4dHlDt41JNKpUvAUSw6wD-X0V3YhymXqxc,289
|
@@ -170,10 +170,10 @@ euporie/web/tabs/__init__.py,sha256=0DbkceML8N_qefZFZB7CJQw_FX0gkuNdabQoEu0zV9E,
|
|
170
170
|
euporie/web/tabs/web.py,sha256=CY8tfy_yrZYLWY2pEyOgJsqIHCfGIj9WVKnK6v9Jg8g,6195
|
171
171
|
euporie/web/widgets/__init__.py,sha256=xIxCPl9KiisYgsX-V1LvDT6BETZRF3nC-ZsP8DP7nOY,46
|
172
172
|
euporie/web/widgets/webview.py,sha256=RK_pgW3ebQjz25HGhlW4ouH2XFLJRfiUy6d_vz8o_d8,20469
|
173
|
-
euporie-2.8.
|
174
|
-
euporie-2.8.
|
175
|
-
euporie-2.8.
|
176
|
-
euporie-2.8.
|
177
|
-
euporie-2.8.
|
178
|
-
euporie-2.8.
|
179
|
-
euporie-2.8.
|
173
|
+
euporie-2.8.13.data/data/share/applications/euporie-console.desktop,sha256=DI08G0Dl2s5asM6afWUfkKvO5YmcBm-pWQZzUHiNnqc,153
|
174
|
+
euporie-2.8.13.data/data/share/applications/euporie-notebook.desktop,sha256=RtpJzvizTDuOp0BLa2bLgVHx11LG6L7PL-oF-wHTsgU,155
|
175
|
+
euporie-2.8.13.dist-info/METADATA,sha256=DTPKwA5g5CVz9bcaDFbVamecBZdS2lVR-crryhBPtMs,6516
|
176
|
+
euporie-2.8.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
177
|
+
euporie-2.8.13.dist-info/entry_points.txt,sha256=cJPvjp7siwHeqCcCdu-Q9OCcsp4ylbLv0S4RP7g3Bf0,798
|
178
|
+
euporie-2.8.13.dist-info/licenses/LICENSE,sha256=yB-auuST68VxkNPXb-E7gVdFzOJShyBnoPyyveuAiYc,1079
|
179
|
+
euporie-2.8.13.dist-info/RECORD,,
|
File without changes
|
{euporie-2.8.12.data → euporie-2.8.13.data}/data/share/applications/euporie-notebook.desktop
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|