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

https://github.com/zhou-shilin/baimomcsmanager-api-doc

API Document for MCSManager API
https://github.com/zhou-shilin/baimomcsmanager-api-doc

docs documentation gitbook mcsmanager

Last synced: 5 months ago
JSON representation

API Document for MCSManager API

Awesome Lists containing this project

README

          

---
description: README.md
---

# 欢迎

## [BaimoMCSManager API for `Python`](https://github.com/Zhou-Shilin/BaimoMCSManager-API)

[![PRs welcome](https://camo.githubusercontent.com/61c6009124e3c7e27e1d83004171836d966efda79d89e0b5d41c2112129b6045/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d323042463230)](https://github.com/Zhou-Shilin/BaimoMCSManager-API/pulls) [![Support MSCM 9.9.0](https://camo.githubusercontent.com/5114e4ff0e70c77bf856337f68a67d111c616b65a1437e6cc12974c30122236d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f72742d4d43534d5f392e392e302d626c7565)](https://camo.githubusercontent.com/5114e4ff0e70c77bf856337f68a67d111c616b65a1437e6cc12974c30122236d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f72742d4d43534d5f392e392e302d626c7565) [![Apache License](https://camo.githubusercontent.com/e1a2bb78aa1395f365097731dc5e9203a428985a86ff0e8f54c8c4c84b4935ad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4170616368652d726564)](https://camo.githubusercontent.com/e1a2bb78aa1395f365097731dc5e9203a428985a86ff0e8f54c8c4c84b4935ad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4170616368652d726564)\
这是一个适用于Python语言的第三方库,让你在Python中更方便地调用[MCSM-API ](https://docs.mcsmanager.com/#/zh-cn/apis/readme)管理你的服务器。

### ⚠️注意

这个项目仍在开发中,仅支持部分功能。

当前进展:

* [x] 面板通用设置 ( `common.py`)
* [x] 应用实例管理 (`applications.py`)
* [x] 多用户管理 (`auth.py`)
* [ ] 实例文件管理 (`files.py`)
* [ ] 计划任务管理 (`plans.py`)
* [ ] 守护进程管理 ( `remote_service.py`)

### 🔧安装

使用pip安装最新版本:

```bash
pip install baimomcsm_api
```

从旧版本更新到最新版本:

```bash
pip install baimomcsm_api --upgrade
```