Skip to content

πŸ™ pjt (pypi-jump-to) - a quick navigation tool for the PyPI packages

License

Notifications You must be signed in to change notification settings

pivoshenko/pypi-jump-to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
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.

About

πŸ™ pjt (pypi-jump-to) - a quick navigation tool for the PyPI packages

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 3

  •  
  •  
  •  

Languages