Metadata-Version: 1.1
Name: baimomcsm-api
Version: 0.0.1
Summary: MCSManager API for Python (开发中)
Home-page: https://github.com/Zhou-Shilin/BaimoMCSManager-API
Author: BaimoQilin
Author-email: admin@baimoqilin.top
License: Apache 2.0
Description: # BaimoMCSManager API for `Python`
        [![PRs welcome](https://img.shields.io/badge/PRs-welcome-20BF20)](https://github.com/Zhou-Shilin/BaimoMCSManager-API/pulls)
        ![Support MSCM 9.9.0](https://img.shields.io/badge/Support-MCSM_9.9.0-blue)
        ![Apache License](https://img.shields.io/badge/License-Apache-red)  
        这是一个适用于Python语言的第三方库，让你在Python中更方便地调用[MCSM-API
        ](https://docs.mcsmanager.com/#/zh-cn/apis/readme)管理你的服务器。
        
        ## ⚠️注意
        这个项目仍在开发中，仅支持部分功能。  
          
        当前进展：
         - [x] 面板通用设置 ( `common.py`)
         - [x] 应用实例管理 (`applications.py`)
         - [ ] 实例文件管理 (`files.py`)
         - [ ] 计划任务管理 (`plans.py`)
         - [ ] 守护进程管理 ( `remote_service.py`)
         - [ ] 多用户管理 (`auth.py`)
        
        ## 📖使用方法
        施工中……
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
