Skip to content

Commit 5262d37

Browse files
committed
updated docs and extras
1 parent a02035b commit 5262d37

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ pip install rsocket
1212

1313
You may also install using some **extras**:
1414

15-
| Extra | Functionality | Documentation |
16-
|-------------|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
17-
| rx | ReactiveX ([v3](https://pypi.org/project/Rx/)) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/reactivex) |
18-
| reactivex | [ReactiveX](https://reactivex.io/) ([v4](https://pypi.org/project/reactivex/)) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/reactivex) |
19-
| aiohttp | [aiohttp](https://docs.aiohttp.org/en/stable/) Websocket transport (server/client) | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/websocket) |
20-
| quart | [Quart](https://pgjones.gitlab.io/quart/) Websocket transport (server only) | |
21-
| quic | [QUIC](https://github.com/aiortc/aioquic) transport | |
22-
| websockets | [Websockets](https://github.com/python-websockets/websockets) transport (server only) | |
23-
| cli | Command line | [Tutorial](https://rsocket.io/guides/rsocket-py/cli) |
24-
| optimized | Frame parse/serialize optimizations | |
25-
| cloudevents | [CloudEvents](https://cloudevents.io/) integration | |
26-
| graphql | [GraphQL](https://graphql.org/) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/graphql) |
15+
| Extra | Functionality | Documentation |
16+
|-----------------|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
17+
| rx | ReactiveX ([v3](https://pypi.org/project/Rx/)) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/reactivex) |
18+
| reactivex | [ReactiveX](https://reactivex.io/) ([v4](https://pypi.org/project/reactivex/)) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/reactivex) |
19+
| aiohttp | [aiohttp](https://docs.aiohttp.org/en/stable/) Websocket transport (server/client) | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/websocket) |
20+
| quart | [Quart](https://pgjones.gitlab.io/quart/) Websocket transport (server only) | |
21+
| quic | [QUIC](https://github.com/aiortc/aioquic) transport | |
22+
| websockets | [Websockets](https://github.com/python-websockets/websockets) transport (server only) | |
23+
| asyncwebsockets | [Websockets](https://github.com/Fuyukai/asyncwebsockets) transport (client only) | |
24+
| cli | Command line | [Tutorial](https://rsocket.io/guides/rsocket-py/cli) |
25+
| optimized | Frame parse/serialize optimizations | |
26+
| cloudevents | [CloudEvents](https://cloudevents.io/) integration | |
27+
| graphql | [GraphQL](https://graphql.org/) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/graphql) |
2728

2829
For example:
2930

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ cloudevents =
6161
graphql =
6262
graphql-core>=3.2.0
6363
gql>=3.4.0
64-
websockets =
65-
websockets>=11.0.0
64+
websockets = websockets>=11.0.0
65+
asyncwebsockets = asyncwebsockets>=0.9.4
6666

6767
[options.entry_points]
6868
cli.console_scripts =

0 commit comments

Comments
 (0)