An open API service indexing awesome lists of open source software.

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

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)

```