Metadata-Version: 2.4
Name: pku-lib
Version: 0.1.1
Summary: PKMN Utility Library
Project-URL: Source code, https://codeberg.org/wry/pku-lib.git
Author-email: Taylor Rodríguez <git.rodriguez@proton.me>
License-Expression: AGPL-3.0-or-later
License-File: COPYING.md
Keywords: pk6,pk7,pk8,pk9,pkmn,pkx,pokemon,pokémon,pyukumuku,rng,wry
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: File Formats
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: construct-typing>=0.6.2
Description-Content-Type: text/markdown

# PKU - PKMN Utility Library

<p align="center">
    <img src="https://codeberg.org/wry/pku-lib/raw/branch/main/assets/icon.png" alt="Pyukumuku sprite">
</p>

<p align="center">Pyukumuku</p>

## Environment

- Git 2.48.1 (latest)
- Python 3.11.10 (latest micro release)

## Installation

This library supports [CPython v3.11][python]. Not tested on any other version.

1. Install the package from [PyPI][pypi] **(recommended)**:

- The latest stable release
- Potentially outdated

```shell
python3 -m pip install pku-lib
```

2. Install the package from [Codeberg][repo]:

- The most recent changes
- Potentially unstable

```shell
python3 -m pip install git+https://codeberg.org/wry/pku-lib
```

## Usage

To use the library, import `pku`.

```python
import pku

pku.hello()
```

## License

This library is licensed under the [GNU Affero General Public License][license]
version 3.0 or later.

<!-- Hyperlinks! -->

[python]: https://python.org/downloads/ "Download Python"
[pypi]: https://pypi.org/project/pku-lib/ "Python Package Index"
[repo]: https://codeberg.org/wry/pku-lib/ "Codeberg repository"
[license]: https://www.gnu.org/licenses/agpl-3.0.en.html "GNU Affero General Public License"
