summaryrefslogtreecommitdiffstats
path: root/software/flask.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/flask.page')
-rw-r--r--software/flask.page10
1 files changed, 10 insertions, 0 deletions
diff --git a/software/flask.page b/software/flask.page
new file mode 100644
index 0000000..1df6bc6
--- /dev/null
+++ b/software/flask.page
@@ -0,0 +1,10 @@
+
+TODO: create a flask+sqlite3 template app?
+
+use sqlite.Row as a "row factory" to get key/value stuff
+
+JSON REST API? Use apispec and marshmallow; sqlalchemy ORM for persistence.
+
+- flask-apispec
+- flask-marshmallow
+- (etc)