Metadata-Version: 1.1
Name: table-compositor
Version: 1.1.5
Summary: Library to render table-like data structure into XLSX and other formats.
Home-page: https://github.com/InvestmentSystems/table-compositor
Author: Guru Devanla
Author-email: UNKNOWN
License: MIT
Description: 
        The table-compositor library provides the API to render data stored in table-like data structures. Currently the library supports rendering data available in a Panda’s DataFrames. The DataFrame layout is used as the table layout(including single and multi hierarchical columns/indices) by the library. The table layout is rendered directly on to an XLSX sheet or to a HTML page. Styling and layout attributes can be used to render colorful XLSX or HTML reports. The library also supports rendering of multiple dataframes into a single XLSX sheet or HTML page. The objective of the library is to be able to use the DataFrame as the API to configure the style and layout properties of the report. Callback functions are provided to customize all styling properties. The nice thing about the callback functions are that the style properties are set on cells indexed with index/column values available in the original dataframe used during rendering.
        
        Code: https://github.com/InvestmentSystems/table-compositor
        
        Docs: http://table-compositor.readthedocs.io
        
        Packages: https://pypi.python.org/pypi/table-compositor
        
        
Keywords: pandas excel writer table
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
