Skip to main content

List any package's direct dependencies and their versions.

Project description

Current PyPI Version Supported Python Versions Apache Software License Version 2.0 Code of Conduct GitHub Actions Codecov Code Style Black

Example

The simplest way to display dependencies is to use the command line tool:

depinfo "your-package-name"

To print the dependencies of this package use (also try the --markdown option):

depinfo "depinfo"
Platform Information
--------------------
Linux   5.13.0-44-generic-x86_64
CPython                   3.9.13

Dependency Information
----------------------
black                              22.3.0
depinfo            2.0.0+1.gd66df8c.dirty
importlib-metadata                missing
isort                              5.10.1
rich                               12.4.4
tox                                3.25.0

Build Tools Information
-----------------------
bump2version  1.0.1
flake8        4.0.1
pytest        7.1.2
pytest-cov    3.0.0
tox          3.25.0

Alternatively you can use this package directly from Python

from depinfo.application import DisplayApplication

DisplayApplication.run("depinfo")

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

Uploaded Source

Built Distribution

depinfo-2.1.1-py3-none-any.whl (23.9 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