Skip to main content

A CLI utility for charting data on the fly.

Project description

A command-line utility for rendering quick-and-dirty graphs of STDIN input.

Some sample graphs generated with livechart.

installation

Tested against Python 2.7.

sudo pip install livechart

usage

Pipe lines containing either JSON-serialized objects or numbers into livechart; the data must be consistent for the duration of usage. Input like {"a": 1, "b": 3, "c": 5} will result in three graphs, while 1.00 will plot just one.

some_script | livechart

Run livechart --help for all configuration options.

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

livechart-0.0.8.tar.gz (4.0 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