Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
/ pypi-search Public archive

Get Information on Python Packages From PyPI

License

Notifications You must be signed in to change notification settings

asadmoosvi/pypi-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi-search

Downloads

pypi-search allows you to quickly query packages on PyPI. It fetches the following information:

  • Version Information
  • Project Links
  • Github Stats if any
  • Meta Information (author, maintainer)
  • Description

It allows you to know what a package is all about without having to open up the PyPI website.

installation

To get the latest stable release from PyPI:

  • pip install pypi-search

To get the latest dev release, go into the root of this project and run:

  • pip install .

usage

asciicast

get information on a package called foo:

pypi-search foo

get information on a package called foo along with its description:

pypi-search -d foo

help menu

usage: pypi-search [-h] [-d] search

Search for PyPi packages

positional arguments:
  search             Package to show information on

optional arguments:
  -h, --help         show this help message and exit
  -d, --description  Show package description

todo

  • Create python package.

About

Get Information on Python Packages From PyPI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages