Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boscojwho/pippy
A GUI app for Python Pip package manager on macOS.
https://github.com/boscojwho/pippy
macos pip python swift swiftui
Last synced: about 1 month ago
JSON representation
A GUI app for Python Pip package manager on macOS.
- Host: GitHub
- URL: https://github.com/boscojwho/pippy
- Owner: boscojwho
- Created: 2024-07-26T07:27:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T23:21:40.000Z (4 months ago)
- Last Synced: 2024-08-28T00:33:04.022Z (4 months ago)
- Topics: macos, pip, python, swift, swiftui
- Language: Swift
- Homepage:
- Size: 481 KB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PipPy
**PipPy (Pip + Python)** is a GUI app for Python's Pip package manager on macOS.
---
*PipPy is a work-in-progress: See below for its current feature set.*
### System Pip Installations
- PipPy automatically searches for system Pip installations.### Project Pip Installations (venv)
- View a Python project's packages installed/managed by Pip via its virtual environment (**venv**).
- To do so, simply drag and drop a Python project directory into the sidebar.
- You can switch between the various Pip installations associated with a project's virtual environment.## Browse Newest Packages/Latest Updates from PyPI