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.
- Host: GitHub
- URL: https://github.com/trag1c/pep-tracker
- Owner: trag1c
- License: mit
- Created: 2023-03-24T02:17:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T15:04:28.000Z (about 2 years ago)
- Last Synced: 2025-02-10T21:48:44.302Z (over 1 year ago)
- Topics: cli, pep, python
- Language: Python
- Homepage: https://peps.python.org
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.