Metadata-Version: 2.1
Name: fights
Version: 0.1.0
Summary: My package description
Home-page: https://github.com/poapper-inc/fights
Author: PoApper, Inc.
Author-email: support@poapper.com
Maintainer: Lucas Yunkyu Lee
Maintainer-email: me@luc.li
License: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: gym
Requires-Dist: jax
Requires-Dist: numpy
Requires-Dist: pettingzoo
Requires-Dist: rich
Requires-Dist: scipy

<div align="center">

  <img alt="fights logo" src="./assets/logo.png" width="200px"/>

  # fights

  [![Python Test CI](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml/badge.svg)](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml)
  [![Python Lint CI](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml/badge.svg)](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml)

  _Work in progress_

  Competitive artificial intelligence battle environments.

</div>

---

## Setup

Requires Python toolchains to be installed.

```shell
$ python3 -m pip install tox
$ tox -e dev --devenv venv
$ source venv/bin/activate
```

## Usage

```shell
# build wheel
$ python -m build
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).
