Metadata-Version: 2.4
Name: fastobjects
Version: 0.1.0
Summary: The fastest 2D object rendering library for Python
Author-email: Enzo-Azevedo <enzoteste3.g@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: glfw>=2.7
Requires-Dist: moderngl>=5.10
Requires-Dist: numpy>=1.26
Requires-Dist: pillow>=10.0
Provides-Extra: bench
Requires-Dist: arcade>=3.0; extra == 'bench'
Requires-Dist: pygame-ce>=2.5; extra == 'bench'
Requires-Dist: raylib>=5.5; extra == 'bench'
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Description-Content-Type: text/markdown

# FastObjects

The fastest 2D object rendering library for Python.

## Installation

```bash
pip install fastobjects
```

## Development

Install with development dependencies:

```bash
pip install -e ".[dev,bench]"
```
