New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pypi-search

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pypi-search

Get Information on Python Packages From PyPI

  • 2.0
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc