Add basic run instructions to docstring

This commit is contained in:
Waylon Walker 2021-06-11 08:08:39 -05:00
parent a024697369
commit ea2669eddf

View file

@ -1,3 +1,19 @@
"""
pypi-list
Listing python packages from pypi, and finding available single word packages.
## Run the Pipeline
``` bash
# Run with existing package data
python pypi-list.py
# Full run
python pypi-list.py --full
```
"""
import logging
import requests