Metadata-Version: 2.4
Name: agym
Version: 0.0.1
Summary: A great gym for algorithms.
Author-email: Mike Dean <mikedean2367@gmail.com>
Project-URL: Homepage, https://github.com/mikedean2367/agym
Project-URL: Bug Tracker, https://github.com/mikedean2367/agym/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# agym

This is the official repository for the `agym` package.

A great gym for algorithms.

## Installation

```bash
pip install agym
```

## Usage
```python
import agym

agym.hello()
```
