pypi-jump-to (pjt) - a quick navigation tool for the PyPI packages. Save five seconds thousands of times by quickly jumping to the right URL:
pjt <package> [destination]- Binary / Zero dependencies. A single binary with no external dependencies due to the pure Rust core
- Memory efficient. Built with Rust for minimal resource usage
- Lightning fast. Navigate to any PyPI package destination in seconds
- Developer productivity. No more manual URL construction or searching
hβ Homepage PyPI (default)cβ Changelogdβ Documentationgβ Source code page (GitHub)iβ Issues page (GitHub)pβ Pull requests page (GitHub)rβ Releases page (GitHub)tβ Tags page (GitHub)vβ Version history page (PyPI)
Omitting the destination takes you to the package page on PyPI as if you used h.
To install pypi-jump-to, you can use uv or pipx (or pip if you prefer):
uv tool install pypi-jump-to
pipx install pypi-jump-to
pip install pypi-jump-topjt httpx (no specified destination)
π β https://pypi.org/project/httpx
pjt fastapi d (documentation)
π β https://fastapi.tiangolo.com
pjt pydantic r (releases)
π β https://github.com/samuelcolvin/pydantic/releases
This project is inspired by the njt tool for npm packages.