Skip to content

DarkEnergyProcessor/npps4-android-whl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPPS4 Android Wheels

This repository contains recipe and prebuilt wheels of Python packages required for NPPS4.

Usage

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/ sqlalchemy

If 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
        }
		// ...
	}
	// ...
}
// ...

License

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.

About

Android Wheels Required For NPPS4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages