Skip to content

A Chrome extension that enhances PyPI.org package installation commands by adding support for different Python package managers.

License

Notifications You must be signed in to change notification settings

nicksenap/PyPI-Command-Replacer

Repository files navigation

PyPI Command Replacer

A Chrome extension that enhances PyPI.org package installation commands by adding support for different Python package managers.

Features

  • Replaces pip install commands with your preferred package manager:
    • pip (default)
    • uv
    • pipenv
    • poetry
  • Optional development dependency toggle
  • Remembers your preferences
  • Dark mode support

Development

This project is built with:

  • React
  • TypeScript
  • Vite
  • Chrome Extension APIs

Getting Started

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Start development server:
npm run dev
  1. Load the extension in Chrome:
    • Go to chrome://extensions/
    • Enable "Developer mode"
    • Click "Load unpacked"
    • Select the build directory

Building

To build the extension:

npm run build

The built extension will be in the build directory.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

Screenshots

Screenshot 1

Screenshot 2

About

A Chrome extension that enhances PyPI.org package installation commands by adding support for different Python package managers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published