Metadata-Version: 2.4
Name: PGAA
Version: 1.0.1
Summary: PGAA (Pygame-CE Anti-Aliasing) is a Python3 library that provides anti-aliasing for Pygame-CE sufaces.
Author-email: Adam Kudelas <adam.kudelas.pro@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
License-File: LICENSE.md
Requires-Dist: pygame-ce >=2.4.0, <3
Requires-Dist: numpy >= 1.24.1, <2.3
Project-URL: Homepage, https://github.com/Iron-Sparrow/PGAA

# PGAA - Pygame-CE Anti-Aliasing

[![CodeQL](https://github.com/Iron-Sparrow/PGAA/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/github-code-scanning/codeql)
[![Publish Python 🐍 distribution 📦 to PyPI](https://github.com/Iron-Sparrow/PGAA/actions/workflows/publish_to_pypi.yml/badge.svg)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/publish_to_pypi.yml)
![PyPi Version](https://img.shields.io/pypi/v/pgaa.svg?v=1)

> [!NOTE]
> This project is very new and still under development. Expect bugs, issues, and incomplete features.
> This project is not affiliated with the Pygame-CE project.

## Dowload and Install

 ```python -m pip install pgaa``` or check out the [releases](https://github.com/Iron-Sparrow/PGAA/releases).

## Getting Started

After you've installed PGAA, you can check out the documentation.

## Documentation

Documentation can be found at [in the docs folder](docs/Documentation.md).
