Metadata-Version: 2.5
Name: orzmc-app
Version: 2.0.1
Summary: OrzMC: CLI application for Minecraft client/server bootstrap
Author: OrzMC
License: MIT
Keywords: cli,java,launcher,minecraft,server
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.10
Requires-Dist: orzmc>=2.0.0
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# orzmc-app

OrzMC application: typer CLI built on the `orzmc` library.

- `orzmc` (no args) prints help
- `orzmc client` / `orzmc server` bootstrap game instances
- `orzmc remove` / `orzmc list` manage installed versions

See the [project README](../README.md) for full documentation.
