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.
Install the library using pip:
pip install bsm-api-clientOr if you wish to use the Command Line Interface CLI:
pip install bsm-cli