Skip to content

Instantly share code, notes, and snippets.

View ksnavely's full-sized avatar
💭
:wq

Kyle Snavely ksnavely

💭
:wq
  • EnterpriseDB
  • Charlottesville, VA
View GitHub Profile
#!/usr/bin/env python3
import argparse
import datetime as dt
import os
import sys
import xml.dom.minidom
import fdb.tuple
@webwurst
webwurst / flaskr.py
Created March 6, 2012 11:09
This is the Flaskr-Tutorial using CouchDB instead of sqlite. For the original Tutorial see http://flask.pocoo.org/docs/tutorial/.
# -*- coding: utf-8 -*-
"""
Flaskr
~~~~~~
A microblog example application written as Flask tutorial with
Flask and couchdbkit.
:copyright: (c) 2010 by Armin Ronacher.
:license: BSD, see LICENSE for more details.