Metadata-Version: 2.1
Name: docker-minecraft
Version: 0.1.0
Summary: Make a Minecraft server in Docker, with one command.
Home-page: https://codeberg.org/osfanbuff63/docker-minecraft-cli
License: GPL-3.0-or-later
Author: osfanbuff63
Author-email: osfanbuff63@osfanbuff63.tech
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: docker (>=6.0.1,<7.0.0)
Project-URL: Repository, https://codeberg.org/osfanbuff63/docker-minecraft-cli
Description-Content-Type: text/markdown

# docker-minecraft-cli

## About

This is a CLI application aiming to allow you to set up and run a Minecraft server in Docker with just one command.

**WARNING**: This application is currently in **beta**, not all features will work or are implemented yet.

## Installation

The recommended way to install is using [`pipx`](https://pypa.github.io/pipx/):

```bash
pipx install docker-minecraft-cli
```

Alternatively, you can use `pip`:

```bash
pip install docker-minecraft-cli
```

## License

This project is licensed under the [GNU GPL v3](LICENSE.md). See [the license](LICENSE.md) for more information.

