Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.5 KB

MCSM API Client

Supported MCSManager Versions Python Version PyPI Downloads

Simplified Chinese|English

Introduction

mcsmapi is a Pypi package based on MCSManager designed to simplify interaction with the MCSM API.

With this library, you can more easily access and manipulate the various features provided by MCSM.

Installation

You can install mcsmapi using pip:

pip install mcsmapi

Supported functions

  • login (login)
  • Dashboard data (Overview)
  • User Management (Users)
  • Instance Management (Instance)
  • Node Management (Daemon)
  • File Management (File)
  • Image Management (Image)

Supported MCSM versions

MCSM Version Support Status Compatible Versions
10.1.0 ~ 10.2.1 0.1.1

Contribute

If you find any issues or have suggestions for improvements, feel free to submit an Issue or create a Pull Request.

License

mcsmapi uses the MIT license.

See the LICENSE file for more information.