A Chrome extension that enhances PyPI.org package installation commands by adding support for different Python package managers.
- Replaces pip install commands with your preferred package manager:
- pip (default)
- uv
- pipenv
- poetry
- Optional development dependency toggle
- Remembers your preferences
- Dark mode support
This project is built with:
- React
- TypeScript
- Vite
- Chrome Extension APIs
- Clone the repository
- Install dependencies:
npm install
- Start development server:
npm run dev
- Load the extension in Chrome:
- Go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the
build
directory
- Go to
To build the extension:
npm run build
The built extension will be in the build
directory.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT