PyPack lets you ship Python packages to PyPI without a PC.
Import any GitHub repository, fill in your package details,
and publish to PyPI or TestPyPI in minutes — right from Android.
WHAT PYPACK DOES
────────────────
- Import any public GitHub repository by URL
- Auto-fills package name, version, author and dependencies
- Generates a proper Python wheel (.whl) file
- Uploads directly to PyPI or TestPyPI
- Supports any language repo — Python, Bash, Node, and more
WHO IS IT FOR
─────────────
- Python developers working on Android or Termux
- Open source contributors who publish small utilities
- Developers who want to push quick package updates on the go
- Anyone tired of needing a laptop just to run "pip install twine"
HOW IT WORKS
────────────
1. Paste your GitHub repo URL
2. Review and edit package metadata
3. Preview the generated wheel
4. Enter your PyPI token and publish
NO PC REQUIRED
──────────────
PyPack generates a fully compliant Python wheel (PEP 427)
and uploads it using the official PyPI legacy upload API.
Works with both PyPI and TestPyPI for safe testing before
publishing.
REQUIREMENTS
────────────
- A GitHub repository (public)
- A PyPI account with an API token
- Android 6.0 or above
PyPack is built for developers, by a developer.
Ship faster. Ship from anywhere.