Skip to main content

Generate a graphviz dot file representing installed PyPI distributions.

Project description

pipdot

GitHub GitHub tag (latest by date) PyPI PyPI - Status PyPI - License PyPI - Python Version

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:

assets/1.dot.svg

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
  • Change:

    • Rename CLI argument outfile to output, and the default is stdout.
  • Add:

    • A new --installed-only CLI argument.
  • Optimize:

    • Better extras nodes and edges in dot template.
  • Remove:

    • Remove setuptools_scm_git_archive dependency in project building.

v0.1

date: 2021-2-5

AUTHORS

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

pipdot-0.2.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

pipdot-0.2-py3-none-any.whl (6.8 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