Metadata-Version: 2.0
Name: spikes
Version: 0.1.0b0
Summary: A command line tool to display bar-chart.
Home-page: https://github.com/eendroroy/spikes
Author: Indrajit Roy
Author-email: eendroroy@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

README for Spikes
=================

A tool to display bar-chart anywhere.

Installing
----------

use ``python setup.py install``.

or ``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``

Source Code
-----------

`Github<https://github.com/eendroroy/spikes>`


Author
------

`Indrajit<https://github.com/eendroroy>`


