Metadata-Version: 2.4
Name: vrage
Version: 0.0.4
Summary: A Python client for the VRage Remote API of Space Engineers 1
License-Expression: MIT
Project-URL: Repository, https://github.com/space-engineers-tools/python-vrage
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Typing :: Typed
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# python-vrage

[![license](https://img.shields.io/github/license/space-engineers-tools/python-vrage)](https://github.com/space-engineers-tools/python-vrage/blob/main/LICENSE)
[![version](https://img.shields.io/github/v/tag/space-engineers-tools/python-vrage?sort=semver&label=version)](https://github.com/space-engineers-tools/python-vrage/releases)
[![pypi](https://img.shields.io/pypi/v/vrage?label=PyPI)](https://pypi.org/project/vrage)

[python-vrage](https://github.com/space-engineers-tools/python-vrage) is a Python client for the VRage Remote API of [Space Engineers 1](https://www.spaceengineersgame.com).

It can be used to programmatically manage and monitor [Dedicated Servers](https://www.spaceengineersgame.com/dedicated-servers), including retrieving server status, managing players, and executing server commands.

> **⚠️ WARNING**: This project is in an early development stage. **Breaking changes** may be introduced without prior notice. Use in production environments is strongly **discouraged**. When the first stable release is published, this notice will be removed.

## Features

coming soon

## Installation

```bash
pip install vrage
```

or if you are using [uv](https://docs.astral.sh/uv) (highly recommended. [Why?](https://medium.com/@rohitkulkarni2023/still-using-pip-heres-why-uv-is-a-smarter-choice-368280945378)):

```bash
uv add vrage
```

## Usage

coming soon

## Contributing

We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for details on how to get started.

## Disclaimer

This project is not affiliated with [Keen Software House](https://www.keenswh.com) or the [Space Engineers](https://www.spaceengineersgame.com) game.
