Metadata-Version: 1.0
Name: PyTabular
Version: 0.1.2
Summary: Package for creating LateX tables.
Home-page: http://pypi.python.org/pypi/PyTabular/
Author: Jake C. Torcasso
Author-email: jaketorcasso@gmail.com
License: LICENSE.txt
Description: =========
        PyTabular
        =========
        
        PyTabular is a Python package for creating LateX tables. It
        provides custom formatting options with operations on slices
        of the table. Some features include: merging, bold, italics, 
        horizontal lines, alignment, rotation, cell colors, font, 
        and more!
        
        Typical usage often looks like::
        
        	#!/usr/bin/env python
        	
        	import pytabular as pytab
        
        
        Contributors
        ------------
        Jake C. Torcasso
        
Platform: UNKNOWN
