Skip to main content

Get Information on Python Packages From PyPI

Project description

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:

pypisearch foo

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

pypisearch -d foo

help menu

usage: pypisearch [-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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypi-search-2.0.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

pypi_search-2.0-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page