Metadata-Version: 1.1
Name: csv2table
Version: 0.4
Summary: CSV to Grid Table in Markdown
Home-page: https://github.com/ickc/csv2table
Author: Kolen Cheung
Author-email: christian.kolen@gmail.com
License: GPLv3
Description: .. This README is auto-generated from `docs/README.md`. Do not edit this file directly.
        
        :Date:   December  6, 2016
        
        .. contents::
           :depth: 3
        ..
        
        |Build Status| |GitHub Releases| |PyPI version| |Development Status|
        |Python version| |License|
        
        A simple cli that uses terminaltables to convert CSV into table in plain
        text. For example, the resulted table is a valid pandoc grid\_table.
        Kramdown uses this syntax as well. If the CSV cell contains markdown
        element, it will be contained in the grid table output as is.
        
        .. |Build Status| image:: https://travis-ci.org/ickc/csv2table.svg?branch=master
           :target: https://travis-ci.org/ickc/csv2table
        .. |GitHub Releases| image:: https://img.shields.io/github/tag/ickc/csv2table.svg?label=github+release
           :target: https://github.com/ickc/csv2table/releases
        .. |PyPI version| image:: https://img.shields.io/pypi/v/csv2table.svg
           :target: https://pypi.python.org/pypi/csv2table/
        .. |Development Status| image:: https://img.shields.io/pypi/status/csv2table.svg
           :target: https://pypi.python.org/pypi/csv2table/
        .. |Python version| image:: https://img.shields.io/pypi/pyversions/csv2table.svg
           :target: https://pypi.python.org/pypi/csv2table/
        .. |License| image:: https://img.shields.io/pypi/l/csv2table.svg
        
Keywords: pandoc markdown csv table terminaltables
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Text Processing :: Filters
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
