A utility to discover all package dependencies for a specific Python package
Project description
PackMap is a simple utility which finds all dependent packages for a given Python package. It does this by installing the package and all of its dependencies into a clean temporary virtual environment and probing installed components for their actual requirements.
Project: https://github.com/jmvrbanac/PackMap
Installation:
- PackMap is available on PyPI and can be installed with pip:
pip install packmap
Usage:
- Checking the dependencies of a package called lplight on PyPI:
packmap lplight –pdf-results
- Checking the dependencies of a package on your hard drive:
packmap lplight –install-type path –install-path /path/to/package –pdf-results
Results:
PackMap output’s two different type of results; JSON and PDF.
JSON results: Gives you the ability to parse through the results for yourself to find changes in version numbers or requirement specs.
PDF results: Produces an graph for easier viewing and consumption.
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
File details
Details for the file packmap-0.0.1.tar.gz
.
File metadata
- Download URL: packmap-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 044cb3871de365af0e017551af23aa114652afb1ee847c69ad2777bb01466050 |
|
MD5 | 364c089eef0e9bc88d99bd1a8985b812 |
|
BLAKE2b-256 | 16a9c163d8d1cbf18efd058847a1eecb5138820379b83c92bd3dece251a63e33 |