Made a simple touch first Package manger for Pythonista #137
jackatttack
started this conversation in
Show and tell
Replies: 1 comment 2 replies
|
Simple error encountered |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I’ve been building a small tool called Pipista to make installing and managing Python packages in Pythonista a bit easier.
The idea came from how confusing it can be for someone new to Pythonista to install something from PyPI, work out whether it is compatible, or download a project from GitHub. Existing tools can do far more, but I wanted something simple and touch-friendly that keeps everything in one place.
Pipista lets you:
It is deliberately cautious and aimed mostly at pure-Python packages. It won’t make every desktop Python package work on iOS, but when something is incompatible it should explain why rather than failing silently.
The standard example is the wikipedia package, which can be installed, tested and removed in a couple of taps.
The project and short installer are here:
https://github.com/jackatttack/Pipista
This is the first public beta, so I’d really welcome feedback—particularly from newer Pythonista users or anyone who has found package installation a barrier in the past.
All reactions