Simple tool for checking PEP status updates.
Note
This project supports Python 3.8 and above.
$ git clone https://github.com/trag1c/pep-tracker.git
$ pip install -r pep-tracker/requirements.txt
# Depending on your Python installation, you might need to use
# `pip3`, `python -m pip`, `py -m pip`, or `python3 -m pip` instead.
$ python -m pep-tracker
# Depending on your Python installation, you might need to use
# `python3` or `py` instead.
A JSON file will be created on the first run. Subsequent runs will use this file as a point of reference to compare against the current state. The file will be updated with the new state after each run (unless there have been no updates).
PEP Tracker is licensed under the MIT License.