PKU - PKMN Utility Library
Installation
This library supports CPython 3.12 to 3.14.
- Install the package from PyPI (recommended)
- The latest stable release.
- Potentially outdated.
python3 -m pip install pku-lib
- Install the package from Codeberg
- The most recent changes.
- Potentially unstable.
python3 -m pip install git+https://codeberg.org/wry/pku-lib.git
Usage
To use the library, import pku.
import pku
pku.hello()
Development
- Install uv
uv is a tool for managing dependencies and running tests. See the uv documentation for installation instructions.
- Set Up the Development Environment
Once uv is installed, run the following command to ensure that all project dependencies are installed and up-to-date.
uv sync
- Lint and Run Tests
To ensure your code is consistent with the project and passes current tests, run nox:
uv run nox
License
This library is licensed under the GNU Affero General Public License version 3.0 or later.
Release files for pku-lib 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pku_lib-0.1.2.tar.gz | 20.6 kB | Details |
Release files / pku_lib-0.1.2.tar.gz
| Download URL | pku_lib-0.1.2.tar.gz |
|---|---|
| Size | 20.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e6334f802be920c528b2b3821a411be508723117c8807b5138883684520593fd
|
|
BLAKE2b-256 checksum How to use checksums |
1017a7654bc639afb0ba19c70cba046a3490ea0eb136eba2441eb2e07c6623c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.28
|