Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# PipPy

PipPy app icon

**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.
Screenshot: Automatically search 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.
Screenshot: View a Python project's packages installed/managed by Pip via its virtual environment

## Browse Newest Packages/Latest Updates from PyPI
Browse Newest Packages/Latest Updates from PyPI