2.6.0 • Published 8 months ago

pypi-info v2.6.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 months 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

8 months ago

2.5.0

3 years ago

2.4.3

3 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.5

4 years ago

2.2.7

4 years ago

2.2.6

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.0.16

5 years ago

2.0.15

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.1.0

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago