Generate a graphviz dot file representing installed PyPI distributions.
Project description
pipdot
Generate a GraphViz dot
file representing installed PyPI distributions.
Installation
pip install pipdot
Usage
A pip >=22.0
is needed.
Generate a GraphViz dot
file:
pipdot --show-extras-label 1.dot
Convert it to a svg
(or other formats) image:
dot -T svg -O 1.dot
we'll get something like:
Run
python -m pipdot --help
for help messages
CHANGELOG
v0.2
date: 2022-2-28
-
Update:
- Update
Jinja2
to>=2.0,<4.0
- Update
pip
to>=22.0
- Update
-
Change:
- Rename CLI argument
outfile
tooutput
, and the default isstdout
.
- Rename CLI argument
-
Add:
- A new
--installed-only
CLI argument.
- A new
-
Optimize:
- Better
extras
nodes and edges in dot template.
- Better
-
Remove:
- Remove
setuptools_scm_git_archive
dependency in project building.
- Remove
v0.1
date: 2021-2-5
AUTHORS
-
Liu Xue Yan (liu_xue_yan@foxmail.com)
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
pipdot-0.2.tar.gz
(7.1 kB
view hashes)
Built Distribution
pipdot-0.2-py3-none-any.whl
(6.8 kB
view hashes)