~kurth4cker/browse-pep

Open PEP in browser
bump version: 0.1.0
reformat with black
pyproject.toml: add python3.13

clone

read-only
https://git.sr.ht/~kurth4cker/browse-pep
read/write
git@git.sr.ht:~kurth4cker/browse-pep

You can also use your local clone with git send-email.

#browse-pep

Open a pep in your browser.

#Installation

browse-pep is a pep517 compatible python project. So you can install it just like any other python project. You can ise pip, uv, gpep517, hatch or some other pep517 compliant tool for installing this project.

Here are installation via pip:

  • Clone the source repository or install and extract tarball.
  • Checkout to source tree.

Then use:

pip install --user .

This will install package to your users site. For more information about installing python packages, see this PYPA Tutorial.

#Usage

Here is some use examples:

# no pep is given, defaults to 0
browse-pep
# or
python3 -m browse_pep

# can given one or more pep for browsing
browse-pep 8 9 517
browse-pep 1

#Copying

Licensed under MIT. See file COPYING for details.

Do not follow this link