jupyverse 0.10.6__py3-none-any.whl → 0.10.9__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.
- {jupyverse-0.10.6.dist-info → jupyverse-0.10.9.dist-info}/METADATA +18 -19
- jupyverse-0.10.9.dist-info/RECORD +6 -0
- jupyverse-0.10.6.dist-info/RECORD +0 -6
- {jupyverse-0.10.6.dist-info → jupyverse-0.10.9.dist-info}/WHEEL +0 -0
- {jupyverse-0.10.6.dist-info → jupyverse-0.10.9.dist-info}/licenses/COPYING.md +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: jupyverse
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.9
|
4
4
|
Summary: A set of FPS plugins implementing a Jupyter server
|
5
5
|
Project-URL: Homepage, https://jupyter.org
|
6
6
|
Author-email: Jupyter Development Team <jupyter@googlegroups.com>
|
@@ -9,34 +9,34 @@ License-File: COPYING.md
|
|
9
9
|
Keywords: fastapi,jupyter,plugins,server
|
10
10
|
Requires-Python: >=3.9
|
11
11
|
Requires-Dist: eval-type-backport; python_version < '3.10'
|
12
|
-
Requires-Dist: fps-contents<0.11.0,>=0.10.
|
13
|
-
Requires-Dist: fps-file-id<0.3.0,>=0.2.
|
14
|
-
Requires-Dist: fps-frontend<0.10.0,>=0.9.
|
15
|
-
Requires-Dist: fps-kernel-subprocess<0.2.0,>=0.1.
|
16
|
-
Requires-Dist: fps-kernels<0.10.0,>=0.9.
|
17
|
-
Requires-Dist: fps-lab<0.10.0,>=0.9.
|
18
|
-
Requires-Dist: fps-nbconvert<0.10.0,>=0.9.
|
19
|
-
Requires-Dist: fps-terminals<0.10.0,>=0.9.
|
20
|
-
Requires-Dist: fps-yjs<0.11.0,>=0.10.
|
12
|
+
Requires-Dist: fps-contents<0.11.0,>=0.10.1
|
13
|
+
Requires-Dist: fps-file-id<0.3.0,>=0.2.2
|
14
|
+
Requires-Dist: fps-frontend<0.10.0,>=0.9.1
|
15
|
+
Requires-Dist: fps-kernel-subprocess<0.2.0,>=0.1.2
|
16
|
+
Requires-Dist: fps-kernels<0.10.0,>=0.9.2
|
17
|
+
Requires-Dist: fps-lab<0.10.0,>=0.9.1
|
18
|
+
Requires-Dist: fps-nbconvert<0.10.0,>=0.9.1
|
19
|
+
Requires-Dist: fps-terminals<0.10.0,>=0.9.1
|
20
|
+
Requires-Dist: fps-yjs<0.11.0,>=0.10.3
|
21
21
|
Requires-Dist: fps[anycorn,click,fastapi]<0.6.0,>=0.5.1
|
22
|
-
Requires-Dist: jupyverse-api<0.
|
22
|
+
Requires-Dist: jupyverse-api<0.12.0,>=0.11.0
|
23
23
|
Requires-Dist: rich-click<2,>=1.6.1
|
24
24
|
Provides-Extra: auth
|
25
|
-
Requires-Dist: fps-auth<0.10.0,>=0.9.
|
26
|
-
Requires-Dist: fps-login<0.10.0,>=0.9.
|
25
|
+
Requires-Dist: fps-auth<0.10.0,>=0.9.1; extra == 'auth'
|
26
|
+
Requires-Dist: fps-login<0.10.0,>=0.9.1; extra == 'auth'
|
27
27
|
Provides-Extra: auth-fief
|
28
|
-
Requires-Dist: fps-auth-fief<0.10.0,>=0.9.
|
28
|
+
Requires-Dist: fps-auth-fief<0.10.0,>=0.9.1; extra == 'auth-fief'
|
29
29
|
Provides-Extra: auth-jupyterhub
|
30
|
-
Requires-Dist: fps-auth-jupyterhub<0.10.0,>=0.9.
|
30
|
+
Requires-Dist: fps-auth-jupyterhub<0.10.0,>=0.9.2; extra == 'auth-jupyterhub'
|
31
31
|
Provides-Extra: docs
|
32
32
|
Requires-Dist: mkdocs; extra == 'docs'
|
33
33
|
Requires-Dist: mkdocs-material; extra == 'docs'
|
34
34
|
Provides-Extra: jupyterlab
|
35
|
-
Requires-Dist: fps-jupyterlab<0.10.0,>=0.9.
|
35
|
+
Requires-Dist: fps-jupyterlab<0.10.0,>=0.9.1; extra == 'jupyterlab'
|
36
36
|
Provides-Extra: noauth
|
37
|
-
Requires-Dist: fps-noauth<0.10.0,>=0.9.
|
37
|
+
Requires-Dist: fps-noauth<0.10.0,>=0.9.2; extra == 'noauth'
|
38
38
|
Provides-Extra: notebook
|
39
|
-
Requires-Dist: fps-notebook<0.10.0,>=0.9.
|
39
|
+
Requires-Dist: fps-notebook<0.10.0,>=0.9.1; extra == 'notebook'
|
40
40
|
Provides-Extra: test
|
41
41
|
Requires-Dist: httpx; extra == 'test'
|
42
42
|
Requires-Dist: httpx-ws>=0.4.1; extra == 'test'
|
@@ -44,7 +44,6 @@ Requires-Dist: ipykernel; extra == 'test'
|
|
44
44
|
Requires-Dist: mypy; extra == 'test'
|
45
45
|
Requires-Dist: pytest; extra == 'test'
|
46
46
|
Requires-Dist: pytest-env; extra == 'test'
|
47
|
-
Requires-Dist: pytest-rerunfailures; extra == 'test'
|
48
47
|
Requires-Dist: pytest-timeout; extra == 'test'
|
49
48
|
Requires-Dist: requests; extra == 'test'
|
50
49
|
Requires-Dist: ruff>=0.1.2; extra == 'test'
|
@@ -0,0 +1,6 @@
|
|
1
|
+
jupyverse/__init__.py,sha256=_m1fMy76Ng0oGn2-ZJrkD_NLLRcLCQ95PpGoTWTEyiM,166
|
2
|
+
jupyverse/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
jupyverse-0.10.9.dist-info/METADATA,sha256=AvH3M410HTQa5MzmLAhXF1ifPf6zgVQAF-s6oEM46O8,3131
|
4
|
+
jupyverse-0.10.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
jupyverse-0.10.9.dist-info/licenses/COPYING.md,sha256=mhO0ZW9EiWOPg0dUgB-lNbJ0CGwRmTdbeAg_se1SOnY,2833
|
6
|
+
jupyverse-0.10.9.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
jupyverse/__init__.py,sha256=_m1fMy76Ng0oGn2-ZJrkD_NLLRcLCQ95PpGoTWTEyiM,166
|
2
|
-
jupyverse/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
jupyverse-0.10.6.dist-info/METADATA,sha256=GFYygrVdQ03gfgcsOQDWBJL4ViCnFTLOfCo7oyF4Ghw,3184
|
4
|
-
jupyverse-0.10.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
jupyverse-0.10.6.dist-info/licenses/COPYING.md,sha256=mhO0ZW9EiWOPg0dUgB-lNbJ0CGwRmTdbeAg_se1SOnY,2833
|
6
|
-
jupyverse-0.10.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|