Metadata-Version: 2.4
Name: clustercomputers
Version: 0.2.0
Summary: Python API and CLI tool for the ClusterComputers Minecraft mod
Author: Adralioh
License-Expression: Apache-2.0
Project-URL: Source, https://gitlab.com/clustercomputers/python
Keywords: minecraft,mod,kubernetes,clustercomputers
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Sphinx
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Classifier: Typing :: Typed
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: protobuf~=6.31.1
Requires-Dist: grpcio~=1.74
Dynamic: license-file

# clustercomputers/python
Python API for the [ClusterComputers](https://gitlab.com/clustercomputers/mod)
Minecraft mod.

A command-line interface is also planned.

## Installation
> [!note]
> This package is preinstalled in ClusterComputers, so you don't need to install
> it unless you're using a virtual environment or a custom container image.

You can install the package from
[PyPI](https://pypi.org/project/clustercomputers/):
```bash
pip install clustercomputers
```

## Usage
Usage documentation is available here:
[clustercomputers/python documentation](https://clustercomputers.gitlab.io/python/)

## Development
See [Development](doc/dev.md).
