-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ypy-websocket to pycrdt-websocket
- Loading branch information
1 parent
4caf8aa
commit ceeb014
Showing
31 changed files
with
49 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Making a ypy-websocket release | ||
# Making a pycrdt-websocket release | ||
|
||
## Using `jupyter_releaser` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Ypy-websocket can be installed from [PyPI](https://pypi.org) using `pip` or from [conda-forge](https://conda-forge.org) using `micromamba`. | ||
Pycrdt-websocket can be installed from [PyPI](https://pypi.org) using `pip` or from [conda-forge](https://conda-forge.org) using `micromamba`. | ||
|
||
## With `pip` | ||
|
||
```console | ||
pip install ypy-websocket | ||
pip install pycrdt-websocket | ||
``` | ||
|
||
## With `micromamba` | ||
|
||
```console | ||
micromamba install -c conda-forge ypy-websocket | ||
micromamba install -c conda-forge pycrdt-websocket | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
::: ypy_websocket.asgi_server.ASGIServer | ||
::: pycrdt_websocket.asgi_server.ASGIServer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
::: ypy_websocket.django_channels_consumer.YjsConsumer | ||
::: pycrdt_websocket.django_channels_consumer.YjsConsumer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
::: ypy_websocket.yroom.YRoom | ||
::: pycrdt_websocket.yroom.YRoom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
## BaseYStore | ||
|
||
::: ypy_websocket.ystore.BaseYStore | ||
::: pycrdt_websocket.ystore.BaseYStore | ||
|
||
## FileYStore | ||
|
||
::: ypy_websocket.ystore.FileYStore | ||
::: pycrdt_websocket.ystore.FileYStore | ||
|
||
## TempFileYStore | ||
|
||
::: ypy_websocket.ystore.TempFileYStore | ||
::: pycrdt_websocket.ystore.TempFileYStore | ||
|
||
## SQLiteYStore | ||
|
||
::: ypy_websocket.ystore.SQLiteYStore | ||
::: pycrdt_websocket.ystore.SQLiteYStore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
::: ypy_websocket.websocket.Websocket | ||
::: pycrdt_websocket.websocket.Websocket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
::: ypy_websocket.websocket_provider.WebsocketProvider | ||
::: pycrdt_websocket.websocket_provider.WebsocketProvider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
::: ypy_websocket.websocket_server.WebsocketServer | ||
::: pycrdt_websocket.websocket_server.WebsocketServer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ypy-websocket | ||
name: pycrdt-websocket | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ requires = ["hatchling"] | |
build-backend = "hatchling.build" | ||
|
||
[project] | ||
name = "ypy-websocket" | ||
name = "pycrdt-websocket" | ||
dynamic = ["version"] | ||
description = "WebSocket connector for Ypy" | ||
description = "WebSocket connector for pycrdt" | ||
license = { file = "LICENSE" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "David Brochart", email = "[email protected]" }, | ||
] | ||
|
@@ -21,17 +21,16 @@ classifiers = [ | |
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
] | ||
dependencies = [ | ||
"anyio >=3.6.2,<5", | ||
"aiosqlite >=0.18.0,<1", | ||
"pycrdt >=0.4.1,<0.5.0", | ||
"typing_extensions; python_version < '3.8'", | ||
"pycrdt >=0.7.0,<0.8.0", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -53,17 +52,17 @@ django = [ | |
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/y-crdt/ypy-websocket" | ||
Source = "https://github.com/y-crdt/ypy-websocket" | ||
Issues = "https://github.com/y-crdt/ypy-websocket/issues" | ||
Pypi = "https://pypi.org/project/ypy-websocket" | ||
Homepage = "https://github.com/davidbrochart/pycrdt-websocket" | ||
Source = "https://github.com/davidbrochart/pycrdt-websocket" | ||
Issues = "https://github.com/davidbrochart/pycrdt-websocket/issues" | ||
Pypi = "https://pypi.org/project/pycrdt-websocket" | ||
|
||
[tool.hatch.version] | ||
path = "ypy_websocket/__init__.py" | ||
path = "pycrdt_websocket/__init__.py" | ||
|
||
[tool.hatch.build.targets.sdist] | ||
include = [ | ||
"/ypy_websocket", | ||
"/pycrdt_websocket", | ||
"/tests", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters