This repository contains recipe and prebuilt wheels of Python packages required for NPPS4.
Use --extra-index-url https://npps4-whl.npdep.com/ when installing Android packages, e.g.
pip install --extra-index-url https://npps4-whl.npdep.com/ sqlalchemyIf using Chaquopy, add this to your app/build.gradle:
// ...
chaquopy {
// ...
defaultConfig {
version = "3.14" // This repository only compiles for Python 3.14.
// ...
pip {
options("--extra-index-url", "https://npps4-whl.npdep.com/") // Add this
// Other pipp stuff here
}
// ...
}
// ...
}
// ...Recipe code and helper Python script is licensed under Unlicense/Public Domain.
The compiled Python packages are licensed under their respective licenses. See their project page or PyPI for their license terms.