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 details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pkg_info-0.1.2-py3.6.egg
(3.1 kB
view details)
File details
Details for the file pkg-info-0.1.2.tar.gz.
File metadata
- Download URL: pkg-info-0.1.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bf78d0ff4c3579ba254c015ee6121e668367dd78e2ad1f61ccd78935c1e31f6
|
|
| MD5 |
476baef4d058e4a46e56432a66bb6021
|
|
| BLAKE2b-256 |
672d86523094403b293e22fe7357cf59d4aaa1d47153b741db22ae91d39a0325
|
File details
Details for the file pkg_info-0.1.2-py3.6.egg.
File metadata
- Download URL: pkg_info-0.1.2-py3.6.egg
- Upload date:
- Size: 3.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57442678d62f29d4e797f06d41c6b36cd40b38f19d876a483543c309d735ada7
|
|
| MD5 |
0b386c2ccf72bab055c43d5a0bf811e1
|
|
| BLAKE2b-256 |
118247c0f4c022ee134d38798eb1be6536397d4b38102cdab5ac8c9f48431390
|
File details
Details for the file pkg_info-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pkg_info-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c78be136ba61c5ff19480ead15d6eb6c95037a570174db909dc8d2b67a788ed5
|
|
| MD5 |
4bdb6008dd4e0d05e81e080aa0da8047
|
|
| BLAKE2b-256 |
cd6ad6fec255b5bc34eb8769214a2cc459e496e147c6b471de5b7776854b19e5
|