Skip to main content

displays a graph based on data from the pipe.

Project description

#Pipe Plot pipeplot draws a graph in a terminal based on data from pipe.

##Installation `bash pip install pipeplot `

## Examples of using ### Ping like gping: `bash ping ya.ru | grep --line-buffered time | sed -u -e 's#.*time=\([^ ]*\).*#\1#' | pipeplot ` ### Chart of deaths per minute from coronavirus: `bash while true; do curl -s https://coronavirus-19-api.herokuapp.com/all | jq '.deaths'; sleep 60; done | pipeplot `

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

pipeplot-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

pipeplot-0.1.0-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

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