Metadata-Version: 2.1
Name: msmanager
Version: 0.2.2.dev1
Summary: Manager for managing Mindustry servers.
License: MIT
Author: Romanin
Author-email: semina054@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: platformdirs (>=3.5.1,<4.0.0)
Requires-Dist: pydantic (>=1.10.7,<2.0.0)
Requires-Dist: pydustry-py (>=2.0.0,<3.0.0)
Requires-Dist: rich (>=13.3.5,<14.0.0)
Requires-Dist: screens-py (>=0.5.0,<0.6.0)
Requires-Dist: vbml (>=1.1.post1,<2.0)
Requires-Dist: versioner.py (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

# MSManager
## Description
Manager for managing Mindustry servers.
## Install
```shell
python3 -m pip install --upgrade msmanager
```
## Usage
```
Usage: python -m msmanager [OPTIONS] COMMAND [ARGS]...

Options:
  -nce, --not-check-environment  Disables checks for GNU Screen, Java and
                                 system support.
  --version                      Show the version and exit.
  --help                         Show this message and exit.

Commands:
  add     Add a server to the config.
  list    List of servers in the config.
  ping    Server status check.
  remove  Remove the server from the config.
  start   Run the server.
  stop    Stop the server.
```

