Metadata-Version: 2.1
Name: scpup
Version: 0.8.1
Summary: AramEau python packages
Project-URL: Homepage, https://github.com/Aram-Eau/pyeau
Project-URL: Download Page, https://scpup-game.web.app
Author-email: Ivan Aram Gonzalez Su <ivan.ags.95@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pygame<=2.5.1,>=2.0.1
Description-Content-Type: text/markdown

# AramEau - pyeau 

## SCPUP Description

Library for Super Crystal Pokebros Ultimate Party game. This library contains the SCPUP ABC and related python classes

This library is not meant to be used in other projects other than AramEau's SCPUP and maybe other games made by AramEau. So, if for any reason you decide to use this library, it is at your own risk. Sorry but the aim of this library is to acomplish a personal goal.

## Install

Run `python -m pip install scpup`

## Usage example

```python
from scpup.abc import EauSprite

class EauSpriteImpl(EauSprite):
  ...
```

## Modules / Classes / Functions

WIP
