Command line interface for analyzing Python imports.
Project description
Free software: BSD license
Impulse is a command line tool for exploring the imports in a Python package.
It can be used to produce dependency graphs such as this:
Warning: This software is currently in beta. It is undergoing active development, and breaking changes may be introduced between versions.
Installation
Install Impulse:
pip install impulse
Install the Python package you wish to analyse:
pip install somepackage
Command overview
There is currently only one command, feel free to suggest more by opening an issue or pull request.
drawgraph
Draw a graph of the dependencies within any installed Python package or subpackage.
Command:
impulse drawgraph django.db
Output:
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
impulse-1.0b1.tar.gz
(3.2 kB
view hashes)