bump version: 0.1.0
reformat with black
pyproject.toml: add python3.13
Open a pep in your browser.
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:
Then use:
pip install --user .
This will install package to your users site. For more information about installing python packages, see this PYPA Tutorial.
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
Licensed under MIT. See file COPYING for details.