Since the default 'pip search' inst working anymore and returns an error, I've made a simple python script called "pypi-search" that I use instead. It gets search results from pypi website and prints them to the terminal.
Sourcing the bashfunction in my .bashrc allows me to keep using the command 'pip search module', because bash then calls my pypi-search script instead of pip(1), while it uses the original pip for anything other than a search.
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple pypi search script written in Python
License
duartqx/pypi_search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple pypi search script written in Python