Skip to content

trag1c/pep-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEP Tracker

Simple tool for checking PEP status updates.

Note
This project supports Python 3.8 and above.

Installation

$ 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.

Usage

$ 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).

Example

License

PEP Tracker is licensed under the MIT License.

About

A simple tool for checking PEP status updates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages