Skip to main content

List a package's direct dependencies and their versions.

Project description

Current PyPI Version Travis CI Codecov Supported Python Versions Black

A utility Python package intended for other library packages. Provides a function that when called with your package name, will print platform and dependency information.

Install

It’s as simple as:

pip install depinfo

Usage

The easiest way is to implement the following in your package somewhere.

from depinfo import print_dependencies


def show_versions():
    print_dependencies("your-package-name")

That’s all there is to it.

If instead you want to access and modify the information, you can make use of the underlying functions that return dictionaries that map package names to their current versions. By default it will include common build packages such as pip.

from depinfo import get_pkg_info
help(get_pkg_info)

Example

from depinfo import print_dependencies
print_dependencies("depinfo")
System Information
==================
OS                     Linux
OS-release 4.4.0-122-generic
Python                 3.6.5

Package Versions
================
pip        10.0.1
pipdeptree 0.12.1
setuptools 39.0.1
wheel      0.31.0

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

depinfo-1.5.0.tar.gz (24.2 kB view hashes)

Uploaded Source

Built Distribution

depinfo-1.5.0-py2.py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 2 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