Metadata-Version: 1.1
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
Description: # 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`
        
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
