https://github.com/zhou-shilin/baimomcsmanager-api
MCSManager API for Python / Pypi
https://github.com/zhou-shilin/baimomcsmanager-api
cpython mcsmanager pypi pypi-package python python-3 python3
Last synced: 10 months ago
JSON representation
MCSManager API for Python / Pypi
- Host: GitHub
- URL: https://github.com/zhou-shilin/baimomcsmanager-api
- Owner: Zhou-Shilin
- License: apache-2.0
- Created: 2023-07-20T13:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T08:30:57.000Z (over 2 years ago)
- Last Synced: 2025-03-20T07:48:47.161Z (10 months ago)
- Topics: cpython, mcsmanager, pypi, pypi-package, python, python-3, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BaimoMCSManager API for `Python`
[](https://github.com/Zhou-Shilin/BaimoMCSManager-API/pulls)


这是一个适用于Python语言的第三方库,让你在Python中更方便地调用[MCSM-API
](https://docs.mcsmanager.com/#/zh-cn/apis/readme)管理你的服务器。
## ⚠️注意
这个项目仍在开发中,仅支持部分功能。
当前进展:
- [x] 面板通用设置 ( `common.py`)
- [x] 应用实例管理 (`applications.py`)
- [x] 多用户管理 (`auth.py`)
- [x] 实例文件管理 (`files.py`)
- [ ] 计划任务管理 (`plans.py`)
- [ ] 守护进程管理 ( `remote_service.py`)
## 🔧安装
使用pip安装最新版本:
```bash
pip install baimomcsm_api
```
从旧版本更新到最新版本:
```bash
pip install baimomcsm_api --upgrade
```
## 📖使用方法
**特别注意:导入库时必须使用`from baimomcsm_api import *`!**
[GitBook文档](https://docs.baimoqilin.top/)
[帮助改进该文档](https://github.com/Zhou-Shilin/BaimoMCSManager-API-doc)