Skip to main content

A simple API wrapper for the Python Package Index

Project description

pypiwrap

PyPi - Downloads PyPI GitHub PyPI - Python Version

A simple API wrapper for the Python Package Index (PyPI).

pypiwrap provides simple interfaces for getting project and release data from PyPI repositories.

Installation

Python 3.7 or higher is required.

Install pypiwrap through pip:

  • On Linux/macOS, python3 -m pip install pypiwrap
  • On Windows, py -3 -m pip install pypiwrap

Example

import pypiwrap

wrap = pypiwrap.PyPIClient()
project = wrap.get_project("requests")

print(project.name) # requests
print(project.author) # Kenneth Reitz
print(project.summary) # Python HTTP for Humans.

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

pypiwrap-1.1.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

pypiwrap-1.1.0-py3-none-any.whl (11.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