Metadata-Version: 2.4
Name: evrima.py
Version: 0.3.0
Summary: Python tools for The Isle: Evrima RCON and server operations
Author-email: Keagan Landfried <keaganlandfried@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/zennara/evrima.py
Project-URL: Bug Tracker, https://github.com/zennara/evrima.py/issues
Keywords: evrima,the isle,rcon,game server,evrima rcon,the isle rcon,evrima.py
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gamercon-async>=1.0.7
Dynamic: license-file

# evrima.py
The Isle: Evrima RCON made easy, for Python 3.11+.

## Description

A Python package to interact with The Isle: Evrima game servers through RCON protocol.

## Installation

```bash
pip install evrima.py
```

## Usage

This is a placeholder package. Future versions will include functionality for RCON operations.

```python
import evrima.py

# Example usage will be provided in future releases
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.
