Skip to main content

Tiny library to fetch package info from PyPI.

Project description

Tiny library to fetch package info from PyPI.

Install

pipenv install pkg_info

or

pip install pkg_info

Usage

from pkg_info import get_pkg_info

pkg = get_pkg_info('requests')
pkg.name        # 'requests'
pkg.version     # '2.18.4'
pkg.author.name # 'Kenneth Reitz'

List of supported properties

name: str
license: str
summary: str
description: str
version: str
keywords: str
homepage: str
url: str
author:
  - name: str
  - email: str
maintainer:
  - name: str
  - email: str

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

pkg-info-0.1.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distributions

pkg_info-0.1.2-py3.6.egg (3.1 kB view hashes)

Uploaded Source

pkg_info-0.1.2-py3-none-any.whl (3.3 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