An open API service indexing awesome lists of open source software.

https://github.com/trag1c/pep-tracker

A simple tool for checking PEP status updates.
https://github.com/trag1c/pep-tracker

cli pep python

Last synced: 8 months ago
JSON representation

A simple tool for checking PEP status updates.

Awesome Lists containing this project

README

          

# PEP Tracker

Simple tool for checking [PEP](https://peps.python.org/pep-0001) status updates.

> **Note**
> This project supports Python 3.8 and above.

## Installation
```sh
$ 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
```sh
$ 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.