jupyter-server-ydoc 1.1.0a0__tar.gz → 1.1.0rc0__tar.gz
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.
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/PKG-INFO +2 -2
- jupyter_server_ydoc-1.1.0rc0/jupyter_server_ydoc/_version.py +1 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/pyproject.toml +1 -1
- jupyter_server_ydoc-1.1.0a0/jupyter_server_ydoc/_version.py +0 -1
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/.gitignore +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/LICENSE +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/README.md +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter-config/jupyter_server_ydoc.json +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/__init__.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/app.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/events/awareness.yaml +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/events/fork.yaml +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/events/session.yaml +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/handlers.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/loaders.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/pytest_plugin.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/rooms.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/stores.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/test_utils.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/utils.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/websocketserver.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/setup.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/__init__.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/conftest.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/test_app.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/test_documents.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/test_handlers.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/test_loaders.py +0 -0
- {jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/tests/test_rooms.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: jupyter-server-ydoc
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.0rc0
|
|
4
4
|
Summary: jupyter-server extension integrating collaborative shared models.
|
|
5
5
|
Author-email: Jupyter Development Team <jupyter@googlegroups.com>
|
|
6
6
|
License: # Licensing terms
|
|
@@ -78,7 +78,7 @@ Requires-Dist: jsonschema>=4.18.0
|
|
|
78
78
|
Requires-Dist: jupyter-events>=0.10.0
|
|
79
79
|
Requires-Dist: jupyter-server-fileid<1,>=0.7.0
|
|
80
80
|
Requires-Dist: jupyter-server<3.0.0,>=2.11.1
|
|
81
|
-
Requires-Dist: jupyter-ydoc
|
|
81
|
+
Requires-Dist: jupyter-ydoc!=3.0.0,!=3.0.1,<4.0.0,>=2.1.2
|
|
82
82
|
Requires-Dist: pycrdt
|
|
83
83
|
Requires-Dist: pycrdt-websocket<0.16.0,>=0.15.0
|
|
84
84
|
Provides-Extra: test
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.1.0rc0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.1.0.a0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter-config/jupyter_server_ydoc.json
RENAMED
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/events/fork.yaml
RENAMED
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/events/session.yaml
RENAMED
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/handlers.py
RENAMED
|
File without changes
|
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/pytest_plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/test_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{jupyter_server_ydoc-1.1.0a0 → jupyter_server_ydoc-1.1.0rc0}/jupyter_server_ydoc/websocketserver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|