You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pypi-jump-to

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pypi-jump-to

pypi-jump-to (pjt) - a quick navigation tool for the PyPI packages.

1.0.0
pipPyPI
Maintainers
1
logo

License Python PyPI Release

Semantic_Release Build Ruff

Downloads Stars

StandWithUkraine StandWithUkraine

Overview

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]

Features

  • 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

Available destinations

  • h → Homepage PyPI (default)
  • c → Changelog
  • d → Documentation
  • g → 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.

Installation

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-to

Usage

pjt 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

See also

This project is inspired by the njt tool for npm packages.

Keywords

cli

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts