Skip to main content

Yet another sparkline program/library

Project description

Yet Another Sparkline (yasl)

Actions Status GitHub PyPI - Python Version PyPI

Why? Well, it is actually really easy to do this and I wanted some different controls that the other programs didn't have. Also, I like the MIT license.

Usage

You can run it from the command line:

  kevin@dalek psl $ sparkbar.py  1 2 3E+0 4
   ▂▅█
  kevin@dalek psl $ sparkbar.py -z 1 2 3E+0 4
   ▎▋█
  kevin@dalek psl $ sparkbar.py 1 2 3 4 3 2 1 0 3 5
  ▁▃▄▆▄▃▁ ▄█

Or call it from a python program:

  #!/usr/bin/env python

  from math import sin, pi
  from yasl import Spark

  if __name__ == "__main__":
      sp = Spark()
      data = [0,3,6,8.5,7,5,2,8,-8,1]

      print(u'max: {:.2f} min: {:.2f} [{}]'.format(max(data),min(data),sp.vbar(data)))

      data = []
      for i in range(36):
          data.append((sin(4*pi*i/36)))

      print(u'max: {:.2f} min: {:.2f} [{}]'.format(max(data),min(data),sp.hbar(data)))

      sp.dump()
  kevin@dalek psl $ python3 example.py
  max: 8.50 min: -8.00 [▃▅▆█▇▆▄▇ ]
  max: 0.98 min: -0.98 [▌▋▊▉██▉▊▋▌▎▏    ▏▎▍▋▊▉▉█▉▊▋▌▎▏    ▏▎]

MIT License

Copyright (c) 2017 Kevin J. Walchko

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

yasl-1.0.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

yasl-1.0.3-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file yasl-1.0.3.tar.gz.

File metadata

  • Download URL: yasl-1.0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.2 CPython/3.8.5 Linux/5.4.0-62-generic

File hashes

Hashes for yasl-1.0.3.tar.gz
Algorithm Hash digest
SHA256 dd475a40f77823598ee6ac87c224edd5f6a371e97e92eda54ff1ff1288fffab3
MD5 260ae9558259cc5d0fec5342405b9042
BLAKE2b-256 5e3a015af84ba6a58131cc35c7f85a587e3971ff6f484851ae81d7ca33580b33

See more details on using hashes here.

File details

Details for the file yasl-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: yasl-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.2 CPython/3.8.5 Linux/5.4.0-62-generic

File hashes

Hashes for yasl-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b06a7d180944bbd235d1d89242df37e55023ac62cc785d53c312dbc9a23c4395
MD5 f4d84b3fe2823a6544deacb97600201b
BLAKE2b-256 831ab6f92af7deddbb59bcd841a268b19a3ad4fa240cf42f2f1205f2afecbafe

See more details on using hashes here.

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