An open API service indexing awesome lists of open source software.

https://github.com/ickc/csv2table


https://github.com/ickc/csv2table

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/ickc/csv2table.svg?branch=master)](https://travis-ci.org/ickc/csv2table) [![GitHub Releases](https://img.shields.io/github/tag/ickc/csv2table.svg?label=github+release)](https://github.com/ickc/csv2table/releases) [![PyPI version](https://img.shields.io/pypi/v/csv2table.svg)](https://pypi.python.org/pypi/csv2table/) [![Development Status](https://img.shields.io/pypi/status/csv2table.svg)](https://pypi.python.org/pypi/csv2table/) [![Python version](https://img.shields.io/pypi/pyversions/csv2table.svg)](https://pypi.python.org/pypi/csv2table/) ![License](https://img.shields.io/pypi/l/csv2table.svg)

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.