Metadata-Version: 1.0
Name: TableFactory
Version: 0.1.1
Summary: Easily create HTML, spreadsheet, or PDF tables from common Python data sources
Home-page: http://kstrauser.github.com/tablefactory/
Author: Kirk Strauser
Author-email: kirk@strauser.com
License: UNKNOWN
Description: TableFactory is a simple API for creating tables in popular formats. It acts as a wrapper around other popular Python report generators and handles all the tedious, boilerplate problems of extracting columns from input data, creating the layout, applying formatting to cells, etc.
Keywords: reports,pdf,spreadsheet
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
