Metadata-Version: 2.4
Name: PGAA
Version: 3.0.0
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 :: 4 - Beta
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.5
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)
![PyPi Stable Version](https://img.shields.io/pypi/v/pgaa.svg?v=1)
[![Upload Python Package](https://github.com/Iron-Sparrow/PGAA/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/python-publish.yml)
[![Test Package Compatibility on Ubuntu (x64)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_ubuntu.yml/badge.svg?branch=main)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_ubuntu.yml)
[![Test Package Compatibility on Windows (x64)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_windows.yml/badge.svg)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_windows.yml)
[![Test Package Compatibility on MacOS](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_mac.yml/badge.svg)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_mac.yml)
[![Test Package Compatibility on Ubuntu ARM](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_ubuntu_arm.yml/badge.svg)](https://github.com/Iron-Sparrow/PGAA/actions/workflows/test_ubuntu_arm.yml)
*This package is not compatible with Windows on ARM*


<ins>***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.***</ins>

## Dowload and Install

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

## Updating the package

```python -m pip install --upgrade pgaa```

## Getting Started

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

## Documentation

Documentation can be found at [in the docs folder](https://github.com/Iron-Sparrow/PGAA/blob/main/docs/Documentation.md).

