1.
barrel - Flexible WSGI authentication and authorization
This decorator uses cooper.combo.BasicFormAuth which passes options on to an instance of barrel.basic.BasicAuth and an instance of barrel.form. ...
2.
RIP - Rest in Python
Rest in Python brings together a number of specialized components. As a result, it is also a loose and light framework. With RIP you can combine these ...
3.
yaro - Yet Another Request Object (for WSGI)
The Yaro class's __init__() method takes a callable which will accept a request object. The instance that is created is a WSGI application that uses this ...
4.
hAtom to Atom
hatom2atom is a proxy for transforming hAtom formated Web pages into Atom feed documents. ... Enter the URL of an hAtom document and recieve Atom output. ...
5.
selector - WSGI Delegation
Selector now also comes with components for environ based dispatch and on-the-fly middleware composition. There is a very simple optional mini-language for ...
6.
memento - Code Reloading WSGI Middleware
A complete script to run your app via wsgiref with code reloading might look like this: from wsgiref.simple_server import make_server import memento # Mori ...
7.
selector - WSGI Delegation
s = Selector() s.prefix = '/foo' s.add('/spam', GET=wsgi_app) s.add('/parrot', {'GET':wsgi_app}, '/bar') s.add('/cheese', GET=wsgi_app, prefix='/bar') ...
8.
yaro - Yet Another Request Object (for WSGI)
This distribution provides Yet Another Request Object (for WSGI) in a way that is intended to be simple and useful for web developers who don't want to have ...
9.
skel - Template-based Filesystem Manipulation
Download the latest release from skel's Cheese Shop Page. ... from skel import Builder, prompt_for_dct, StringTemplateFilter data = dict(foo='', bar='', ...
10.
resolver - Resolve Specially Formated Statements to Python Objects.
Download the latest release from resolver's Cheese Shop Page. Blessed are the cheesemakers! ... x = resolve('foo.bar:baz') from foo.bar import baz as x ...