PKMN Utility Library
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pku_lib-0.1.2.tar.gz
(20.6 kB
view details)
File details
Details for the file pku_lib-0.1.2.tar.gz.
File metadata
- Download URL: pku_lib-0.1.2.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.28
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6334f802be920c528b2b3821a411be508723117c8807b5138883684520593fd
|
|
| MD5 |
cfaa014009335c5c37fb5c1cfcb02716
|
|
| BLAKE2b-256 |
1017a7654bc639afb0ba19c70cba046a3490ea0eb136eba2441eb2e07c6623c1
|