Metadata-Version: 2.0
Name: tableprint
Version: 0.1.0
Summary: Pretty ASCII printing of tabular data
Home-page: https://github.com/nirum/tableprint
Author: Niru Maheswaranathan
Author-email: niru@fastmail.com
License: MIT
Keywords: table ASCII print
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Tex Processing :: General
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides-Extra: dev
Provides-Extra: test

# tableprint
:clipboard: pretty ASCII printing of tabular data in python :snake:

## About
`tableprint` lets you easily print pretty ASCII formatted tables of data.
Unlike other modules, you can print single rows of data at a time (useful for printing ongoing computation results).
Also, `tableprint` is fast (minimal processing required) and is therefore relevant for printing updates during speed-intensive computations.

## Installation

## Usage

## License
MIT Licensed. See `License.md`


