Metadata-Version: 2.0
Name: spikes
Version: 0.0.4a0
Summary: A command line tool to display barchart.
Home-page: https://github.com/eendroroy/spikes
Author: Indrajit Roy
Author-email: eendroroy@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
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 Pygments
===================

Installing
----------

use ``python setup.py install``.

or ``pip install spikes``.

Usage
-----

    ``spike 2 4 3 7 2 9``

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


