Metadata-Version: 2.4
Name: pzu
Version: 0.1.2
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gymnasium>=1.2.2
Requires-Dist: moviepy>=2.2.1
Requires-Dist: numpy>=2.3.5
Requires-Dist: pettingzoo>=1.25.0
Requires-Dist: pre-commit>=4.5.0
Requires-Dist: ruff>=0.14.7
Dynamic: license-file

<h1 align="center">
  <b>Petting Zoo Utils</b>
</h1>

<p align="center">
  <a href="https://pypi.org/project/pzu">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/pzu">
  </a>
  <a href="https://pypi.org/project/pzu">
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/pzu" />
  </a>
  <a href="">
    <img alt="PyPI - Status" src="https://img.shields.io/pypi/status/pzu" />
  </a>
  <a href="">
    <img alt="PyPI - Implementation" src="https://img.shields.io/pypi/implementation/pzu">
  </a>
  <a href="">
    <img alt="PyPI - Wheel" src="https://img.shields.io/pypi/wheel/pzu">
  </a>
  <a href="https://github.com/nightly/pzu/blob/master/LICENSE">
    <img alt="GitHub" src="https://img.shields.io/github/license/nightly/pzu">
  </a>
</p>

Some helpful utils for Petting Zoo environments.

# Development
1. Clone the repository with `git`
2. Run `uv run pre-commit install`
