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
Release history Release notifications | RSS feed
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)
Built Distributions
pkg_info-0.1.2-py3.6.egg
(3.1 kB
view hashes)