Metadata-Version: 2.4
Name: bedrock-server-manager
Version: 3.9.0b3
Summary: A manager for Minecraft Bedrock Dedicated Servers
Author-email: DMedina559 <dmedina559-github@outlook.com>
Project-URL: Repository, https://github.com/dmedina559/bedrock-server-manager.git
Project-URL: Bug Tracker, https://github.com/DMedina559/bedrock-server-manager/issues
Project-URL: Changelog, https://bedrock-server-manager.readthedocs.io/en/latest/changelog.html
Keywords: minecraft,bedrock,server,manager,bsm,admin,dashboard,web,fastapi
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<2.34,>=2.32.3
Requires-Dist: psutil<7.3,>=7.0.0
Requires-Dist: pywin32<312,>=310; sys_platform == "win32"
Requires-Dist: click<8.4,>=8.2.0
Requires-Dist: questionary<2.2,>=2.1.0
Requires-Dist: fastapi<0.136,>=0.115.0
Requires-Dist: uvicorn[standard]<0.43,>=0.35.0
Requires-Dist: python-jose[cryptography]<3.6,>=3.5.0
Requires-Dist: bsm-frontend<1.2,>=1.1.1
Requires-Dist: python_multipart<0.1,>=0.0.20
Requires-Dist: bcrypt<5.1,>=5.0.0
Requires-Dist: sqlalchemy<2.1,>=2.0.0
Requires-Dist: platformdirs<4.10,>=4.3.0
Requires-Dist: alembic<1.19,>=1.16
Requires-Dist: mcstatus<13.1,>=12.0
Provides-Extra: dev
Requires-Dist: pytest<9.1,>=8.4.0; extra == "dev"
Requires-Dist: pytest-mock<3.16,>=3.14.0; extra == "dev"
Requires-Dist: pytest-cov<8.0,>=6.0.0; extra == "dev"
Requires-Dist: httpx<0.29,>=0.28.0; extra == "dev"
Requires-Dist: pytest-asyncio<1.4,>=1.1.0; extra == "dev"
Requires-Dist: types-requests<2.34,>=2.32.0; extra == "dev"
Requires-Dist: black<26.4,>=25.1.0; extra == "dev"
Requires-Dist: flake8<7.4,>=7.3.0; extra == "dev"
Requires-Dist: isort<8.1,>=5.13.0; extra == "dev"
Requires-Dist: mypy<1.21,>=1.10.0; extra == "dev"
Requires-Dist: pre-commit<5.0,>=4.5.0; extra == "dev"
Provides-Extra: cli
Requires-Dist: bsm-api-client[cli]<1.5.0,>=1.2.1; extra == "cli"
Provides-Extra: docs
Requires-Dist: sphinx<9.2,>=8.2.0; extra == "docs"
Requires-Dist: sphinx-click<6.3,>=6.0.0; extra == "docs"
Requires-Dist: myst-parser<5.1,>=4.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme<3.2,>=3.0.0; extra == "docs"
Requires-Dist: sphinx-github-changelog<1.8,>=1.7.0; extra == "docs"
Provides-Extra: mysql
Requires-Dist: mysqlclient<2.3,>=2.2.7; extra == "mysql"
Requires-Dist: PyMySQL<1.2,>=1.1.1; extra == "mysql"
Provides-Extra: mariadb
Requires-Dist: mariadb<1.2,>=1.1.13; extra == "mariadb"
Requires-Dist: PyMySQL<1.2,>=1.1.1; extra == "mariadb"
Provides-Extra: postgresql
Requires-Dist: psycopg<3.4,>=3.2.9; extra == "postgresql"
Dynamic: license-file

<div style="text-align: center;">
    <img src="https://raw.githubusercontent.com/dmedina559/bedrock-server-manager/main/src/bedrock_server_manager/web/static/image/icon/favicon.svg" alt="ICON" width="200" height="200">
</div>

# Bedrock Server Manager

Bedrock Server Manager is a comprehensive python server designed for installing, managing, and maintaining Minecraft Bedrock Dedicated Servers with ease, compatible with Linux/Windows.

<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/bedrock-server-manager?label=Version&color=green">
<img alt="PyPI Downloads" src="https://static.pepy.tech/personalized-badge/bedrock-server-manager?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=YELLOW&left_text=PYPI+Installs">
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/dmedina559/bedrock-server-manager?label=Docker%20Pulls&color=pink">
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/dmedina559/bedrock-server-manager/build-test.yml?branch=dev&label=Test
">

See the [documentation](https://bedrock-server-manager.readthedocs.io/en/latest/) for more information.

Quick links:

- [Changelog](https://bedrock-server-manager.readthedocs.io/en/latest/changelog.html)
- [Installation](https://bedrock-server-manager.readthedocs.io/en/latest/general/introduction.html#prerequisites)
- [Docker Installation](https://bedrock-server-manager.readthedocs.io/en/latest/extras/docker.html)
- [CLI Commands](https://bedrock-server-manager.readthedocs.io/en/latest/cli/commands.html)
- [Web Interface](https://bedrock-server-manager.readthedocs.io/en/latest/web/general.html)
- [Plugins](https://bedrock-server-manager.readthedocs.io/en/latest/plugins/introduction.html)

# Project Images

<div style="text-align: center;">
    <img src="https://raw.githubusercontent.com/dmedina559/bedrock-server-manager/main/docs/images/cli_menu.png" alt="ICON" width="400" height="200">
</div>

<div style="text-align: center;">
    <img src="https://raw.githubusercontent.com/dmedina559/bedrock-server-manager/main/docs/images/main_index.png" alt="ICON" width="400" height="200">
</div>

<div style="text-align: center;">
    <img src="https://raw.githubusercontent.com/dmedina559/bedrock-server-manager/main/docs/images/cli_manage_server_menu.png" alt="ICON" width="400" height="200">
</div>

<div style="text-align: center;">
    <img src="https://raw.githubusercontent.com/dmedina559/bedrock-server-manager/main/docs/images/web_install_addons.png" alt="ICON" width="400" height="200">
</div>
