Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.36 KB

File metadata and controls

38 lines (28 loc) · 1.36 KB
BSM Logo

bsm-api-client

Stable Pre-Release Tests

Introduction

This repository is a monorepo containing the following Python packages for interacting with the Bedrock Server Manager API:

  • bsm-api-client: An asynchronous Python client library.
  • bsm-cli: A command-line interface tool for managing servers via the API.

Installation

Install the library using pip:

pip install bsm-api-client

Or if you wish to use the Command Line Interface CLI:

pip install bsm-cli