Skip to content

A Python version of ProPublica's TableSetter, using Flask

Notifications You must be signed in to change notification settings

JoeGermuska/flask-tablesetter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python TableSetter

This is a Python version (almost a port) of ProPublica's TableSetter project. It works with Python TableFu to convert CSV files (including Google Spreadsheets) to styled HTML.

Install

$ python setup.py install

Or

$ pip install -e git+git://github.com/eyeseast/flask-tablesetter.git

Installing creates the table-setter executable (this may change, since ProPublica's version uses the same name). Use this to create a new workspace, run the development server and build out static versions of your tables.

This isn't done, and is probably full of bugs.

About

A Python version of ProPublica's TableSetter, using Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published