Metadata-Version: 2.4
Name: termux-pip
Version: 0.1a1
Summary: CLI tool to configure the termux-pypi index and compile statically linked wheels
Author-email: Loamfy <admin@loamfy.com>
Project-URL: Homepage, https://github.com/termux-pypi/termux-pip
Project-URL: Repository, https://github.com/termux-pypi/termux-pip
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# termux-pip (tpip)
**Termux-pip** is a CLI utility designed to solve Python compilation issues on Android. It focuses on creating **portable, statically linked wheels**

## Install
`pip install tpip`

## Usage

### 1. `tpip setup`
Configures your environment to use the **termux-pypi** repository
* Once setup, you can use standard `pip install` to get pre-compiled packages
* **No system dependencies required at runtime:** The packages from our index are statically linked (bundled) with necessary libraries



```bash
# 1. Connect to the repo
tpip setup

# 2. Install heavy packages (standard pip now uses our index)
pip install numpy pandas pillow

```

> **Note:** This is an unofficial tool. It is not affiliated with the official Termux project
