2.6.0 • Published 2 years ago

pypi-info v2.6.0

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

pypi-info

npm MIT License

A simple Node.js library to fetch information about Python packages from PyPI.

Table of Contents

Installation

You can install the pypi-info library using npm:

npm install pypi-info

Usage

Getting Package Information

You can use this library to retrieve information about a Python package from PyPI. Here's an example of how to use it:

const { getPackage } = require("pypi-info");

getPackage("ip-address")
    .then((packageInfo) => {
        // Access package information here
        console.log(packageInfo);
    })
    .catch((error) => {
        console.error("Error fetching package information:", error);
    });

Contributing

Contributions to this project are welcome. If you have any improvements or bug fixes, please submit a pull request.

License

This project is licensed under the MIT License.

2.6.0

2 years ago

2.5.0

4 years ago

2.4.3

4 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.5

5 years ago

2.2.7

5 years ago

2.2.6

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.0.16

6 years ago

2.0.15

6 years ago

2.0.14

6 years ago

2.0.13

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.1.0

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago