Metadata-Version: 2.4
Name: applooma
Version: 0.1.0
Summary: AppLooma RTC Server SDK for Python — issue tokens and manage rooms from your backend
Author: AppLooma LLC
License-Expression: MIT
Project-URL: Homepage, https://applooma.dev
Project-URL: Documentation, https://docs.applooma.dev/server/python
Project-URL: Source, https://github.com/AppLooma-RTC/Python-SDK
Project-URL: Issues, https://github.com/AppLooma-RTC/Python-SDK/issues
Keywords: applooma,webrtc,video,voice,live-streaming,cpaas
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Conferencing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# applooma (Python)

```bash
pip install applooma
```

```python
from applooma import AppServerClient

lio = AppServerClient(api_key="...", api_secret="...")
res = lio.create_token(room_name="room1", identity="user1", role="host")
# res["token"], res["wsUrl"]
```
Docs: https://applooma.dev/dashboard/docs
