← All tools

hugovk/pepotron

Popularity 75 Updated Development & Build

CLI to open PEPs in your browser

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

pepotron

CLI to open PEPs in your browser.

Installation

From PyPI

python3 -m pip install --upgrade pepotron

With [pipx][pipx]

pipx install pepotron

[pipx]: https://github.com/pypa/pipx

From source

git clone https://github.com/hugovk/pepotron
cd pepotron
python3 -m pip install .

Usage

Open a PEP

Run pep or pepotron, they do the same thing.

from pepotron.scripts.runcommand import run run("pep 8") ]]] --

$ pep 8
https://peps.python.org/pep-0008/
$ # Or:
$ pepotron 8
https://peps.python.org/pep-0008/
$ # Or:
$ uvx pepotron 8
https://peps.python.org/pep-0008/

Open multiple PEPs

$ pep 745 790
https://peps.python.org/pep-0745/
https://peps.python.org/pep-0790/