Metadata-Version: 1.1
Name: pyRestTable
Version: 2014.0710.0
Summary: Format a nice table in reST (reStructuredText ) from Python
Home-page: https://github.com/prjemian/pyRestTable
Author: Pete R. Jemian
Author-email: prjemian@gmail.com
License: Creative Commons Attribution 4.0 International Public License (see LICENSE file)
Download-URL: https://github.com/prjemian/pyRestTable/tarball/2014.0710.0
Description: pyRestTable
        ===========
        
        :author:    Pete R. Jemian
        :email:     prjemian@gmail.com
        :copyright: 2014, Pete R. Jemian
        :license:   Creative Commons Attribution 4.0 International Public License (see *LICENSE.txt*)
        :URL:       https://github.com/prjemian/pyRestTable
        :PyPI:      https://pypi.python.org/pypi/pyRestTable/ 
        :documentation: http://prjemian.github.io/pyRestTable
        :RTD:       http://pyRestTable.readthedocs.org
        
        Format a nice table in reST (reStructuredText ) from Python.
        Each cell may have multiple lines, separated by a newline.
        The content of each cell will be rendered as str(cell).
        At present, *pyRestTable* only supports tables with content 
        that does not span any cells (no rowspans or columnspans).
        
Keywords: reST,table,documentation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
