Refactor the CollectionHTTPServer around a wsgi-style request handler. master github/master
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 9 Apr 2016 20:54:39 +0000 (20:54 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 10 Apr 2016 11:43:46 +0000 (11:43 +0000)
commita1e17e3e9b6e6b3db356539f0c10d29b671bbbd8
tree6533109cf0638b1aeb824e04f0ce8404377fb54a
parent959a104cda64a6d3cee5af30d164743602f3875e
Refactor the CollectionHTTPServer around a wsgi-style request handler.

This makes it possible to use calypso as a wsgi app.
README
calypso/__init__.py
calypso/principal.py
wsgi.py [new file with mode: 0644]