duartqx / pypi_search

Simple pypi search script written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pypi Search

pypi search

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.

About

Simple pypi search script written in Python

License:GNU General Public License v3.0


Languages

Language:Python 85.8%Language:Shell 14.2%