mirror of
https://github.com/simonw/datasette.git
synced 2026-05-28 12:56:18 +02:00
An open source multi-tool for exploring and publishing data
https://datasette.io
- Python 85.8%
- HTML 7.9%
- JavaScript 4.5%
- CSS 1.4%
- Shell 0.2%
I'm using click, and click recommends using a setup.py - so I've added one of those. I also refactored code into a new datasite package. It's not quite deploying to now properly at the moment though - I seem to have messed up the path handling a bit. Also snuck in a new template for the "Row" view. Refs #40 |
||
|---|---|---|
| datasite | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| requirements.txt | ||
| setup.py | ||
| test_helpers.py | ||