File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
# ⚡ FASTAPI Websocket RPC
9
9
RPC over Websockets made easy, robust, and production ready
10
10
11
- <a href =" https://github.com/authorizon /fastapi_websocket_rpc/actions?query=workflow%3ATests " target =" _blank " >
12
- <img src="https://github.com/authorizon /fastapi_websocket_rpc/workflows/Tests/badge.svg" alt="Tests">
11
+ <a href =" https://github.com/permitio /fastapi_websocket_rpc/actions?query=workflow%3ATests " target =" _blank " >
12
+ <img src="https://github.com/permitio /fastapi_websocket_rpc/workflows/Tests/badge.svg" alt="Tests">
13
13
</a >
14
14
15
15
<a href =" https://pypi.org/project/fastapi-websocket-rpc/ " target =" _blank " >
@@ -108,10 +108,10 @@ See the [examples](/examples) and [tests](/tests) folders for more server and cl
108
108
109
109
110
110
## What can I do with this?
111
- Websockets are ideal to create bi-directional realtime connections over the web.
112
- - Push updates
113
- - Remote control mechanism
114
- - Pub / Sub (see [ fastapi_websocket_pubsub] ( https://github.com/authorizon /fastapi_websocket_pubsub ) )
111
+ Websockets are ideal to create bi-directional realtime connections over the web.
112
+ - Push updates
113
+ - Remote control mechanism
114
+ - Pub / Sub (see [ fastapi_websocket_pubsub] ( https://github.com/permitio /fastapi_websocket_pubsub ) )
115
115
- Trigger events (see "tests/trigger_flow_test.py")
116
116
- Node negotiations (see "tests/advanced_rpc_test.py :: test_recursive_rpc_calls")
117
117
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ def get_requirements(env=""):
15
15
name = 'fastapi_websocket_rpc' ,
16
16
version = '0.1.21' ,
17
17
author = 'Or Weis' ,
18
- author_email = "or@authorizon.com " ,
18
+ author_email = "or@permit.io " ,
19
19
description = "A fast and durable bidirectional JSON RPC channel over Websockets and FastApi." ,
20
20
long_description_content_type = "text/markdown" ,
21
21
long_description = long_description ,
22
- url = "https://github.com/authorizon /fastapi_websocket_rpc" ,
22
+ url = "https://github.com/permitio /fastapi_websocket_rpc" ,
23
23
packages = find_packages (),
24
24
classifiers = [
25
25
"Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments