Skip to main content

A package to analyze project dependencies.

Project description

Twelve-Step


A python tool to analyse dependencies of python projects.

Installation

This package requires python3.7 or more.

pip3.7 install twelve-step --user

Example usages

By default twelve step generates a DOT graph and prints it in console.

To generate a dot file

twelve-step a_project_path > dependency-graph.dot

or

twelve-step a_project_path -o dependency-graph

To generate a graph .svg in one command

twelve-step a_project_path | dot -Tsvg -o dependency-graph.svg

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

twelve_step-0.2.0.tar.gz (4.8 kB view hashes)

Uploaded Source

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