python pip-search.py [OPTIONS] SEARCH_TERMS...
Options:
-p, --page INTEGER Query a specific page number
--no-color-output Disables colorized output
--help Prints a help message
-j, --json Outputs computer-readable JSON
- Create a virtualenv with
pew
. - Install
poetry
in the virtualenv$ pip install poetry
- Install dependencies to the environment with
poetry install
This project is licenced under the WTFPL