Searching for drudge gives results
$ pip search drudge
drudge (0.1.0.dev0) - # drudge
drudge_parser (3.0.2) - Naive parser for the Drudge Report
unfortunately it is not possible to install it
$ pip install drudge
Collecting drudge
Could not find a version that satisfies the requirement drudge (from versions: )
No matching distribution found for drudge
my environment
$ python --version
Python 3.7.0
$ pip --version
pip 19.0.1 from /Users/username/snakepit/virtualenvs/mypy3.7/lib/python3.7/site-packages/pip (python 3.7)
I suspect it's because there's a dev0 in the release name, could that be the case? If yes would you @tschijnmo consider publishing a new release without dev0 in the tag so that pip can install it?