File size: 6,551 Bytes
96377ec efedbf4 0559198 5865ae9 efedbf4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | ---
title: PythonSTB PyPI 3.12 Wheels for Android
license: other
tags:
- python
- android
- wheels
- pypi
- python312
- arm64
- x86-64
- pip
library_name: pip
---
<div align="center">
# PythonSTB PyPI 3.12 By Rimi
### Python 3.12 Wheels for Android
[](https://www.python.org/)
[](https://developer.android.com)
[](https://huggingface.co/PythonSTB/pypi312/tree/main)
[](LICENSE)
</div>
---
## Overview
A **PEP 503 compliant** simple repository hosting **Python 3.12 Wheels By Rimi** for Android.
Wheels built info:
- **Android API 24+** minimum
- **Dual architecture**: `arm64_v8a` (real devices) + `x86_64` (emulators)
---
## Quick Start
### Install via pip
```bash
pip install --extra-index-url https://huggingface.co/PythonSTB/pypi312/resolve/main/ <package>
```
### Example: Install numpy
```bash
pip install --extra-index-url https://huggingface.co/PythonSTB/pypi312/resolve/main/ numpy
```
---
## Available Packages
| Package | Architectures | Description |
|---------|---------------|-------------|
| aiohttp | arm64_v8a, x86_64 | Async HTTP client/server |
| bcrypt | arm64_v8a, x86_64 | Password hashing |
| blosc | arm64_v8a, x86_64 | Compression |
| cffi | arm64_v8a, x86_64 | C FFI |
| duckdb | arm64_v8a, x86_64 | Analytical database |
| greenlet | arm64_v8a, x86_64 | Lightweight coroutines |
| lxml | arm64_v8a, x86_64 | XML/HTML parsing |
| matplotlib | arm64_v8a, x86_64 | Plotting library |
| numpy | arm64_v8a, x86_64 | Numerical computing |
| opencv | arm64_v8a, x86_64 | Computer vision |
| pandas | arm64_v8a, x86_64 | Data analysis |
| pillow | arm64_v8a, x86_64 | Image processing |
| psutil | arm64_v8a, x86_64 | System monitoring |
| pydantic | arm64_v8a, x86_64 | Data validation |
| PyNaCl | arm64_v8a, x86_64 | Networking crypto |
| PyYAML | arm64_v8a, x86_64 | YAML parser |
| scikit-image | arm64_v8a, x86_64 | Image algorithms |
| scipy | arm64_v8a, x86_64 | Scientific computing |
| tkinter | arm64_v8a, x86_64 | GUI toolkit (Tcl/Tk 8.6) |
| + many more | | [See full list below](https://huggingface.co/PythonSTB/pypi312/tree/main) |
<details>
<summary><h2>Some of Package List</h2></summary>
| Package | Architectures |
|---------|---------------|
| aiohttp | arm64_v8a, x86_64 |
| blosc | arm64_v8a, x86_64 |
| brotli | arm64_v8a, x86_64 |
| cchardet | arm64_v8a, x86_64 |
| contourpy | arm64_v8a, x86_64 |
| duckdb | arm64_v8a, x86_64 |
| greenlet | arm64_v8a, x86_64 |
| lightgbm | arm64_v8a, x86_64 |
| markupsafe | arm64_v8a, x86_64 |
| msgpack | arm64_v8a, x86_64 |
| numpy | arm64_v8a, x86_64 |
| orjson | arm64_v8a, x86_64 |
| pillow | arm64_v8a, x86_64 |
| propcache | arm64_v8a, x86_64 |
| psycopg2 | arm64_v8a, x86_64 |
| pyaudio | arm64_v8a, x86_64 |
| PyNaCl | arm64_v8a, x86_64 |
| pyzmq | arm64_v8a, x86_64 |
| rpds-py | arm64_v8a, x86_64 |
| scipy | arm64_v8a, x86_64 |
| ujson | arm64_v8a, x86_64 |
| wrapt | arm64_v8a, x86_64 |
| yarl | arm64_v8a, x86_64 |
</details>
---
## Repository Structure
```
pypi312/
βββ wheels/ β PEP 503 index root
βββ numpy/
β βββ Test_NumPy.py
β βββ numpy-2.5.2-cp312-cp312-android_24_arm64_v8a.whl
β βββ numpy-2.5.2-cp312-cp312-android_24_x86_64.whl
β βββ NUMPY_USER_GUIDE.txt
βββ pandas/
β βββ Test_Pandas.py
β βββ pandas-2.3.3-cp312-cp312-android_24_arm64_v8a.whl
β βββ pandas-2.3.3-cp312-cp312-android_24_x86_64.whl
β βββ PANDAS_USER_GUIDE.txt
βββ <package>/
βββ Test_Scrtip.py
βββ <package>-<version>-<tags>.whl
βββ USER_GUIDE.txt
```
---
## Installation Guide
### Option A: Extra Index URL (Recommended)
```bash
pip install --extra-index-url https://huggingface.co/PythonSTB/pypi312/resolve/main/ <package>
```
### Option B: Find-Links (Per Package)
```bash
pip install --find-links https://huggingface.co/PythonSTB/pypi312/resolve/main/<package>/ <package>
```
### Option C: Global pip Configuration
**Windows** (`%APPDATA%\pip\pip.ini`):
```ini
[global]
extra-index-url = https://huggingface.co/PythonSTB/pypi312/resolve/main/
```
**Linux/macOS** (`~/.pip/pip.conf`):
```ini
[global]
extra-index-url = https://huggingface.co/PythonSTB/pypi312/resolve/main/
```
Install plain `pip install <package>`.
---
## Android App Integration
### Python Code Example
```python
import subprocess
import sys
HF_INDEX = "https://huggingface.co/PythonSTB/pypi312/resolve/main/"
subprocess.check_call([
sys.executable, "-m", "pip", "install",
"--extra-index-url", HF_INDEX,
"numpy",
"pandas",
"duckdb",
])
```
### PipManager (PythonSTB)
PipManager is a built-in package manager for installing Python packages on Android.
**How to use:**
1. Open PipManager from the home screen
2. Type package name(s) in the text field β **space separated** for multiple packages
3. Click **INSTALL**
**Examples:**
| Input | What it does |
|-------|--------------|
| `requests` | Install requests |
| `requests[socks]` | Install with extras |
| `numpy pandas duckdb` | Install 3 packages at once |
| `colorama pyyaml six` | Install multiple small packages |
### PythonSTB App Overview

**Options:**
- **Upgrade** β upgrade to latest version
- **Reinstall** β force reinstall
- **Uninstall** β remove a package
- **NoDeps** β install without dependencies
- **NoCache** β install without using the cache
**Features:**
- Live pip output in built-in terminal
- Smart detection β skips install if already installed
- Auto-logs: `β
` success, `β` failure, `π‘` hints for common issues
- Supports version specifiers: `numpy==2.5.2`, `pandas>=2.0`
---
## Package Naming (PEP 503)
| Rule | Example |
|------|---------|
| Folder name: **lowercase** | `PyNaCl` β `pynacl` |
| Replace `[_.,]` with `-` | `my_package` β `my-package` |
| Wheel filename: **keep original case** | `PyNaCl-1.5.0-...whl` |
---
## License
PROPRIETARY
---
<div align="center">
**Built with care for the Android Python community**<br>
**Creator and Coder by RIMI Dev**
[Python](https://www.python.org/) β’ [Android](https://developer.android.com)
</div>
|