Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twelve-step

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twelve-step

A package to analyze project dependencies.

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc