Pepotron

Latest version: v1.4.0

Safety actively analyzes 714860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.4.0

Added

* Search words in PEP titles (4) hugovk
* Add `-n`, `--dry_run` to prevent opening web browser (3) hugovk

0.3.0

Added

* Make 'search' optional to open homepage (2) hugovk

0.2.0

Added

* Add `--pr` to open a python/peps PR preview (1) hugovk

0.0.1

CLI to open PEPs in your browser.

Usage

Help

<!-- [[[cog
from scripts.run_command import run
run("pep --help")
]]] -->

console
$ pep --help
usage: pep [-h] [-u URL] [-V] search

CLI to open PEPs in your browser

positional arguments:
search PEP number, or Python version for its schedule

options:
-h, --help show this help message and exit
-u URL, --url URL Base URL for PEPs (default: https://peps.python.org)
-V, --version show program's version number and exit


<!-- [[[end]]] -->

Open a PEP

console
$ pep 8
https://peps.python.org/pep-0008/


Open release schedule PEP for a Python version

console

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.