Metadata-Version: 2.1
Name: seahorse
Version: 1.0.0b0
Project-URL: Documentation, https://github.com/corail-research/seahorse#readme
Project-URL: Issues, https://github.com/corail-research/seahorse/issues
Project-URL: Source, https://github.com/corail-research/seahorse
Author: Corail-research-group
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: achallonge-compat-fork
Requires-Dist: aiohttp>=3.8.5
Requires-Dist: asyncio
Requires-Dist: loguru==0.7.0
Requires-Dist: nest-asyncio
Requires-Dist: python-engineio==4.5.1
Requires-Dist: python-socketio
Requires-Dist: python-socketio==5.8.0
Requires-Dist: split
Description-Content-Type: text/markdown

<img width="70%" src="https://raw.githubusercontent.com/corail-research/seahorse/main/assets/logo_seahorse.png" />

[![PyPI - Version](https://img.shields.io/pypi/v/seahorse.svg)](https://pypi.org/project/seahorse)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seahorse.svg)](https://pypi.org/project/seahorse)
![License](https://img.shields.io/github/license/corail-research/seahorse)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/corail-research/seahorse/python-testing.yml)
![GitHub stars](https://img.shields.io/github/stars/corail-research/seahorse)
![GitHub contributors](https://img.shields.io/github/contributors/corail-research/seahorse)


# A handy package for kickstarting AI contests

We proudly provide a Python framework that makes the building of an environment for adversarial agents easy ! 

A lot of fun functionalities are provided an easily usable out of the box ! 

 - Implementing a new game setup from scratch ? **Painless !**
 - Playing against remote agents ? **Easy !** 
 - Generating and collecting data about played games ? **Worriless !**
 - Organizing a contest for a large range of agents ? **Quick and reliable !**

## Installation
The package is publicly available on PyPI.

We strongly encourage the use of a virtual environment:

```
    $ python3 -m venv venv

    $ source venv/bin/[activate|Activate.ps1]

    (venv)$ pip install seahorse

```

## Documentation 
Our full documentation and a series of tutorials are available on <a href="https://corail-research.github.io/seahorse/" target="blank">corail-research.github.io</a>.

## Main contributors
We are an enthusiastic team of M.Sc candidates led by Pr. Quentin Cappart at Polytechnique Montréal. The package was originally developed in the context of a introductory course to artificial intelligence given to undergrad computer and software engineering students.
Checkout our [lab's page](https://corail-research.github.io/team/) for more information.

## License

`seahorse` is distributed under the termes of the <a href="https://opensource.org/license/bsd-3-clause/" target="blank_">3-Clause BSD License</a>.

<div class="horizontal-container" style="display:inline-block; width:100%"> <p><img src="https://raw.githubusercontent.com/corail-research/seahorse/main/docs/assets/corail-logo.png" width=400/><img src="https://raw.githubusercontent.com/corail-research/seahorse/main/docs/assets/logo_poly.png" width=150/></p>
</p>  </div>
