Metadata-Version: 2.1
Name: diambra-engine
Version: 2.1.0rc6
Summary: DIAMBRA™ Arena Engine API Client
Home-page: https://diambra.ai
Author: DIAMBRA Team
Author-email: info@diambra.ai
License: Custom
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Topic :: Education
Description-Content-Type: text/markdown

# DIAMBRA™ Arena Engine API Client

This packages provides a low level API client for the DIAMBRA™ Arena Engine API.

Most users will want to use the higher level [diambra-arena](https://pypi.org/project/diambra-arena/) package instead.

## Usage
```python
import diambra.engine

client = diambra.engine.Client("127.0.0.1:49154")

client.Shutdown(diambra.engine.model.Empty())
```
