Skip to main content

A simple API wrapper for the Python Package Index

Project description

pypiwrap

PyPi - Downloads PyPI GitHub Lines of code

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

It includes a minimal interface for users to get information about Python packages.

Installation

Install pypiwrap via pip by using pip install pypiwrap or equivalent methods.

Example

import pypiwrap

wrap = pypiwrap.Client()
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-0.3.0.tar.gz (7.4 kB view hashes)

Uploaded Source

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