Skip to main content

Flask-SQLAlchemy Model to API in one line of code

Project description

Tiny library to fetch package info from PyPI.

Install

pipenv install pkg_info

or

pip intall 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'

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.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distributions

pkg_info-0.1.0-py3.6.egg (1.8 kB view hashes)

Uploaded Source

pkg_info-0.1.0-py3-none-any.whl (3.1 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