https://github.com/orvice/mu-py-sdk
ss-panel mu api py sdk
https://github.com/orvice/mu-py-sdk
Last synced: about 2 months ago
JSON representation
ss-panel mu api py sdk
- Host: GitHub
- URL: https://github.com/orvice/mu-py-sdk
- Owner: orvice
- License: mit
- Created: 2016-03-05T06:55:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T14:31:22.000Z (over 7 years ago)
- Last Synced: 2025-09-22T17:35:49.543Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mu-py-sdk
ss-panel mu api py sdk
# Install
```
pip install musdk
```
# Example
```
from musdk import client
def init_mu_client():
mu_url = "http://example.com/mu"
mu_token = "ThisNotToken"
mu_client = client.Client(mu_url, mu_token)
```