Add instant install commands for uv, poetry, and pdm directly to PyPI package pages.
Inspiration: This extension is inspired by alt-pkg.
- GitHub: cemrehancavdar/pypi-package-managers-extension
- Chrome Web Store: PyPI Package Managers
- Firefox Add-ons: PyPI Package Managers
Why not.
- Adds a command block to PyPI package pages for quick copying of
uv add,poetry add, orpdm addcommands. - Remembers your preferred Python package manager.
- Supports both Chrome and Firefox browsers.
- Run the build script:
uv run build.py google - Go to
chrome://extensions/and enable Developer mode. - Click "Load unpacked" and select the
dist/googlefolder.
- Run the build script:
uv run build.py firefox - Go to
about:debugging#/runtime/this-firefox. - Click "Load Temporary Add-on..." and select the
dist/firefox/manifest.jsonfile.
- Visit any PyPI package page.
- Use the new command block to copy install commands for your preferred tool.
- Switch between
uv,poetry, andpdmwith a single click.
- Clone this repository.
- Run
uv run build.pyto build both Chrome and Firefox versions. - Load the extension as described above.
Pull requests and issues are welcome! Please open an issue to discuss your idea or bug before submitting a PR.
PyPI Command Replacer (Chrome)
MIT License
