I've released pepotron 1.0.0 with the new Python 3.13 schedule!
$ python -m pip install pepotron
...
Use it to open PEPs in your browser:
$ pep 8
https://peps.python.org/pep-0008/
Or the release schedule for a Python version:
$ pep 3.13
https://peps.python.org/pep-0719/
Or word search:
$ pep dead batteries
Score Result
90 PEP 594: Removing dead batteries from the standard library
55 PEP 288: Generators Attributes and Exceptions
...
https://github.com/hugovk/pepotron #Python #PEP #CLI #Python313

PEP 8 – Style Guide for Python Code | peps.python.org
This document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style guidelines for the C code in the C implementation of Python.