Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 357 Bytes

File metadata and controls

13 lines (9 loc) · 357 Bytes

DataViewer

  • Run server: python app/app.py
  • Example exported modules: examples/
  • Library to be used in modules (all of this stuff should be easily extensible):
    • decorators: dataviewer/_exports.py
    • html form type definitions: dataviewer/_types.py
    • html/json/csv builders: dataviewer/_builders.py
  • Flask app: app/