pepotron
CLI to open PEPs in your browser.
Installation
From PyPI
python3 -m pip install --upgrade pepotronWith [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/