Skip to content

Commit 0ee465d

Browse files
Rename Fishjam Cloud to Fishjam
1 parent d4f11ef commit 0ee465d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Fishjam Python Server SDK
44

5-
Python server SDK for the [Fishjam Cloud](https://fishjam.io/).
5+
Python server SDK for the [Fishjam](https://fishjam.io/).
66

77
Read the docs [here](https://fishjam-cloud.github.io/python-server-sdk)
88

@@ -29,7 +29,7 @@ from fishjam import FishjamClient
2929
fishjam_client = FishjamClient(fishjam_url="localhost:5002", management_token="development")
3030
```
3131

32-
You can use it to interact with Fishjam Cloud to manage rooms and peers
32+
You can use it to interact with Fishjam to manage rooms and peers
3333

3434
```python
3535
# Create a room
@@ -62,6 +62,7 @@ fishjam_notifier = FishjamNotifier(fishjam_url='localhost:5002', management_toke
6262
```
6363

6464
Then define a handler for incoming messages
65+
6566
```python
6667
@notifier.on_server_notification
6768
def handle_notification(server_notification):
@@ -93,13 +94,15 @@ asyncio.run(test_notifier())
9394
The project is managed using [poetry](https://python-poetry.org/). Make sure to have it installed first.
9495

9596
Then install the dependencies
97+
9698
```console
9799
poetry install
98100
```
99101

100102
## Generating protobuf
101103

102104
To generate Python protobuf definitions run
105+
103106
```console
104107
poetry run ./compile_proto.sh
105108
```
@@ -145,7 +148,7 @@ To update documentation you need to:
145148

146149
Licensed under the [Apache License, Version 2.0](LICENSE)
147150

148-
## Fishjam Cloud is created by Software Mansion
151+
## Fishjam is created by Software Mansion
149152

150153
Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile
151154
apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "fishjam-server-sdk"
33
version = "0.8.0"
4-
description = "Python server SDK for the Fishjam Cloud"
4+
description = "Python server SDK for the Fishjam"
55
authors = ["Fishjam Team"]
66
homepage = "https://github.com/fishjam-cloud/python-server-sdk"
77
documentation = "https://fishjam-cloud.github.io/python-server-sdk/fishjam"

0 commit comments

Comments
 (0)