Skip to main content

No project description provided

Project description

Clade is a tool for intercepting build commands (stuff like compilation, linking, mv, rm, and all other commands that are executed during build).

Intercepted commands can be used for purposes such as generating callgraph of a C project using compilation commands, visualization of the dependencies graph between project files, and for much more.

Some of such use cases will be included in Clade later. Currently only build command intercepting is supported.

Installation

Just run the following command (Python 3 is required):

$ pip install clade

For development purposes you may install Clade in “editable” mode directly from the source code. An important part of Clade is written in C, so in order to build it yourself you must have cmake, make and the C compiler installed on your system.

$ pip install -e .

How to use

After installation the usage is like this:

$ clade-intercept make

where ‘make’ should be replaced by your project build command.

The output file called cmds.json will be stored in the current directory. Additional features are described in –help.

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

clade-1.02.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

clade-1.02-cp37-cp37m-macosx_10_13_x86_64.whl (19.8 kB view hashes)

Uploaded CPython 3.7m macOS 10.13+ x86-64

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