Skip to main content

pysparklines is a unicode sparkline generation library.

Project description

Python clone of https://github.com/holman/spark

Takes series data via stdin, command line, or API and prints a sparkline representation.

Output is always UTF-8 encoded.

Usage:

  • $ sparkline 4 3 2 1 █▆▃▁

  • $ echo "1.0 1.0 2.0 3.0 5.0 8.0 13.0" | sparkline ▁▁▂▂▃▅█

  • $ python -c "import sparkline; print sparkline.sparkify([1.0, 2.0, 3.0, 4.0]).encode('utf-8')" ▁▃▆█

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

pysparklines-0.9.tar.gz (3.9 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