Metadata-Version: 1.0
Name: tcsv2png
Version: 1.0.1
Summary: Data visualization of csv data with a time column.
Home-page: http://pypi.python.org/pypi/tcsv2png
Author: Benoit Delbosc
Author-email: bdelbosc@nuxeo.com
License: GPL
Download-URL: http://pypi.python.org/packages/source/t/tcsv2png/tcsv2png-1.0.1.tar.gz
Description: ===========
        tcsv2png
        ===========
        
        NAME
        ----
        tcsv2png - data visualization of csv data with a time column.
        
        SYNPSIS
        -------
        
        ::
        
          tcsv2png [Options] CSV_FILE [COL0 [COLi ...]]
        
        
        
        DESCRIPTION 
        -----------
        tcsv2png uses gnuplot to convert a csv file with a time column
        format %H:%m:%S into a chart in png format.
        
        It scales the data to show all of the data sets in the same
        png chart.
        
        You can select the columns of interest. The tool uses gnuplot
        to generate the chart, so you can customize the script to your
        need.
        
        CSV_FILE: a csv file with TAB or semicolon fields separator
        COL0:     the column indice that contains the time formated H:M:S
        COLi:     column indice to plot
        
        Note that column indice starts with 0 and that the first line
        should contains columns headers.
        
        
        REQUIRES
        --------
        tcsv2png requires `gnuplot <http://www.gnuplot.info/>`_.
        
        
        INSTALLATION
        ------------
        ::
        
           sudo easy_install tcsv2png
        
        
        EXAMPLES
        --------
        
          You can view some screenshots in the `tcsv2png wiki
          <https://github.com/bdelbosc/tcsv2png/wiki>`_
        
          tcsv2png data.csv 
                  Creates data.png file with all the columns, assuming
                  column 0 is the time column.
        
          tcsv2png -v -c -t "Foo title" -o foo.png  data.csv 0 3 5
                  Creates foo.png chart with "Foo title" title, column 0 is
        	  the time column, plotting column 3 and 5 using smooth
        	  csplines rendering.
        
          tcsv2png -h
                  Gives you the available options.
        
Keywords: monitoring csv chart png gnuplot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Monitoring
