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.
Release files for packmap 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| packmap-0.0.1.tar.gz | 4.4 kB | Details |
Release files / packmap-0.0.1.tar.gz
| Download URL | packmap-0.0.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
044cb3871de365af0e017551af23aa114652afb1ee847c69ad2777bb01466050
|
|
BLAKE2b-256 checksum How to use checksums |
16a9c163d8d1cbf18efd058847a1eecb5138820379b83c92bd3dece251a63e33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |