spikes 0.1.2b0
pip install spikes
Latest version
Released:
A command line tool to display bar-chart.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Indrajit Roy
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
A tool to display bar-chart anywhere.
installation
use pip
. $ pip install spikes
usage
. $ spike 2 4 3 7 2 9 . ▂▄▃▆▂█ . . $ spike .1 .5 .9 2.5 . ▁▂▃█
use more than 1 line to display the chart
. $ spike -l 3 2 4 3 7 2 9 . ▃ █ . ▃ █ █ . ▅███▅█
read from stdin
. $ spike . > 2 4 3 7 2 9 . . > # press Ctrl-D . ▂▄▃▆▂█
use with git commit count per day:
. $ git log | grep Date | awk '{print " : "$4" "$3" "$6}' | uniq -c | awk '{print $1}' | spike . . ▁▄▅▁▁▂▁▁▂▄▄▇▃█▁▁▁▁▁▁▁
commit count per author
. $ git log | grep Author | awk '{print $NF}' | sort | uniq -c | awk '{print $1}' | spike -l4 . . █ . █ . █ ▁ . █▅▁█▅▂▆▄█
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Indrajit Roy
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file spikes-0.1.2b0.tar.gz
.
File metadata
- Download URL: spikes-0.1.2b0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79cb93d5ec643af2bbb968f00bd551e32d1acab33f02e45a3c41a19b77892847 |
|
MD5 | a43dd176edf27accd4f9ccc980cacc0f |
|
BLAKE2b-256 | 9797e3553aa10c10838534dfa799b4c477d659bda63f262cea57f110d88214ad |