/pypi-info

Get information about PyPI packages.

Primary LanguageJavaScriptMIT LicenseMIT

pypi-info

npm

A simple tool to get information of pypi packages.

Installation

To install the package run this command:

npm install pypi-info

Usage

GET Package

const getPackage = require("pypi-info").getPackage;

getPackage("ip-address")
    .then((package) => console.log(package))