Add README

This commit is contained in:
Waylon Walker 2021-06-11 08:29:29 -05:00
parent 31f42b76f5
commit 2d10e83ee6

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# pypi-list
Live on [pypi-list.waylonwalker.com](https://pypi-list.waylonwalker.com/)
Listing python packages from pypi, and finding available single word packages.
## Install
``` bash
pip install -r requirements.txt
```
## Run the Pipeline
``` bash
# Run with existing package data
python pypi-list.py
# Full run
python pypi-list.py --full
```
## Scheduled on GitHub actions
This pipeline run daily at `0:0` to generate a `packages.json`,
`unavailable.json`, `avalilable.json`.