Metadata-Version: 2.4
Name: vrage
Version: 0.0.5
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).

>[!CAUTION]
> This project is on hold in favour of [go-vrage](https://github.com/space-engineers-tools/go-vrage). If you want to maintain this project, please reach out an organnization member.

## 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.
