Add README
This commit is contained in:
parent
31f42b76f5
commit
2d10e83ee6
1 changed files with 26 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue