jupyverse 0.6.4__py3-none-any.whl → 0.7.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.
- jupyverse/__init__.py +1 -1
- {jupyverse-0.6.4.dist-info → jupyverse-0.7.1.dist-info}/METADATA +20 -21
- jupyverse-0.7.1.dist-info/RECORD +6 -0
- {jupyverse-0.6.4.dist-info → jupyverse-0.7.1.dist-info}/WHEEL +1 -1
- jupyverse-0.6.4.dist-info/RECORD +0 -6
- {jupyverse-0.6.4.dist-info → jupyverse-0.7.1.dist-info}/licenses/COPYING.md +0 -0
jupyverse/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.7.1"
|
@@ -1,51 +1,50 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: jupyverse
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.7.1
|
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>
|
7
7
|
License: BSD 3-Clause License
|
8
8
|
License-File: COPYING.md
|
9
9
|
Keywords: fastapi,jupyter,plugins,server
|
10
|
-
Requires-Python: >=3.
|
11
|
-
Requires-Dist: fps-contents<1,>=0.
|
12
|
-
Requires-Dist: fps-frontend<1,>=0.
|
13
|
-
Requires-Dist: fps-kernels<1,>=0.
|
14
|
-
Requires-Dist: fps-lab<1,>=0.
|
15
|
-
Requires-Dist: fps-nbconvert<1,>=0.
|
16
|
-
Requires-Dist: fps-terminals<1,>=0.
|
17
|
-
Requires-Dist: fps-yjs<1,>=0.
|
18
|
-
Requires-Dist: jupyverse-api<1,>=0.
|
10
|
+
Requires-Python: >=3.9
|
11
|
+
Requires-Dist: fps-contents<1,>=0.7.0
|
12
|
+
Requires-Dist: fps-frontend<1,>=0.7.0
|
13
|
+
Requires-Dist: fps-kernels<1,>=0.7.0
|
14
|
+
Requires-Dist: fps-lab<1,>=0.7.0
|
15
|
+
Requires-Dist: fps-nbconvert<1,>=0.7.0
|
16
|
+
Requires-Dist: fps-terminals<1,>=0.7.0
|
17
|
+
Requires-Dist: fps-yjs<1,>=0.7.0
|
18
|
+
Requires-Dist: jupyverse-api<1,>=0.7.0
|
19
19
|
Provides-Extra: auth
|
20
|
-
Requires-Dist: fps-auth<1,>=0.
|
21
|
-
Requires-Dist: fps-login<1,>=0.
|
20
|
+
Requires-Dist: fps-auth<1,>=0.7.0; extra == 'auth'
|
21
|
+
Requires-Dist: fps-login<1,>=0.7.0; extra == 'auth'
|
22
22
|
Provides-Extra: auth-fief
|
23
|
-
Requires-Dist: fps-auth-fief<1,>=0.
|
23
|
+
Requires-Dist: fps-auth-fief<1,>=0.7.0; extra == 'auth-fief'
|
24
24
|
Provides-Extra: auth-jupyterhub
|
25
|
-
Requires-Dist: fps-auth-jupyterhub<1,>=0.
|
25
|
+
Requires-Dist: fps-auth-jupyterhub<1,>=0.7.0; extra == 'auth-jupyterhub'
|
26
26
|
Provides-Extra: docs
|
27
27
|
Requires-Dist: mkdocs; extra == 'docs'
|
28
28
|
Requires-Dist: mkdocs-material; extra == 'docs'
|
29
29
|
Provides-Extra: jupyterlab
|
30
|
-
Requires-Dist: fps-jupyterlab<1,>=0.
|
30
|
+
Requires-Dist: fps-jupyterlab<1,>=0.7.0; extra == 'jupyterlab'
|
31
31
|
Provides-Extra: noauth
|
32
|
-
Requires-Dist: fps-noauth<1,>=0.
|
32
|
+
Requires-Dist: fps-noauth<1,>=0.7.0; extra == 'noauth'
|
33
33
|
Provides-Extra: notebook
|
34
|
-
Requires-Dist: fps-notebook<1,>=0.
|
34
|
+
Requires-Dist: fps-notebook<1,>=0.7.0; extra == 'notebook'
|
35
35
|
Provides-Extra: test
|
36
36
|
Requires-Dist: httpx; extra == 'test'
|
37
37
|
Requires-Dist: httpx-ws>=0.4.1; extra == 'test'
|
38
38
|
Requires-Dist: ipykernel; extra == 'test'
|
39
39
|
Requires-Dist: mypy; extra == 'test'
|
40
40
|
Requires-Dist: pytest; extra == 'test'
|
41
|
-
Requires-Dist: pytest-asyncio; extra == 'test'
|
42
41
|
Requires-Dist: pytest-env; extra == 'test'
|
43
42
|
Requires-Dist: pytest-rerunfailures; extra == 'test'
|
44
43
|
Requires-Dist: pytest-timeout; extra == 'test'
|
45
44
|
Requires-Dist: requests; extra == 'test'
|
46
45
|
Requires-Dist: ruff>=0.1.2; extra == 'test'
|
46
|
+
Requires-Dist: trio; extra == 'test'
|
47
47
|
Requires-Dist: types-setuptools; extra == 'test'
|
48
|
-
Requires-Dist: websockets; extra == 'test'
|
49
48
|
Requires-Dist: ypywidgets-textual<0.6.0,>=0.5.0; extra == 'test'
|
50
49
|
Requires-Dist: ypywidgets<0.10.0,>=0.9.3; extra == 'test'
|
51
50
|
Description-Content-Type: text/markdown
|
@@ -54,7 +53,7 @@ Description-Content-Type: text/markdown
|
|
54
53
|
|
55
54
|
# jupyverse
|
56
55
|
|
57
|
-
A set of [
|
56
|
+
A set of [FPS](https://github.com/jupyter-server/fps) modules implementing a Jupyter server.
|
58
57
|
|
59
58
|
Try it online:
|
60
59
|
- JupyterLab frontend: [](https://mybinder.org/v2/gh/jupyter-server/jupyverse/HEAD?urlpath=jupyverse-jupyterlab)
|
@@ -0,0 +1,6 @@
|
|
1
|
+
jupyverse/__init__.py,sha256=2KJZDSMOG7KS82AxYOrZ4ZihYxX0wjfUjDsIZh3L024,22
|
2
|
+
jupyverse/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
jupyverse-0.7.1.dist-info/METADATA,sha256=_7VnAyF0qBElq3QZhteajJCdmFEevjdm6gM-8hUYgus,2862
|
4
|
+
jupyverse-0.7.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
jupyverse-0.7.1.dist-info/licenses/COPYING.md,sha256=mhO0ZW9EiWOPg0dUgB-lNbJ0CGwRmTdbeAg_se1SOnY,2833
|
6
|
+
jupyverse-0.7.1.dist-info/RECORD,,
|
jupyverse-0.6.4.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
jupyverse/__init__.py,sha256=WMmvm2Keb76yMz8OL_h4fKT34Xpi-1BVfCiTn2QGzz4,22
|
2
|
-
jupyverse/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
jupyverse-0.6.4.dist-info/METADATA,sha256=-hj9v14_MARCwYq2ooQsfpPm7K3dd4lvFn-_8k6p920,2915
|
4
|
-
jupyverse-0.6.4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
5
|
-
jupyverse-0.6.4.dist-info/licenses/COPYING.md,sha256=mhO0ZW9EiWOPg0dUgB-lNbJ0CGwRmTdbeAg_se1SOnY,2833
|
6
|
-
jupyverse-0.6.4.dist-info/RECORD,,
|
File without changes
|