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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pkg_info-0.1.2-py3.6.egg (3.1 kB) | File type Egg | Python version 3.6 | Upload date | Hashes View |
Filename, size pkg_info-0.1.2-py3-none-any.whl (3.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pkg-info-0.1.2.tar.gz (1.9 kB) | File type Source | Python version None | Upload date | Hashes View |