> That's cool -- mind posting your code somewhere?
http://cheeseshop.python.org/pypi/urlrelay/
CheeseShop and setuptools makes installation of even my trivial modules
on my webhost and other places I need it convienient.
>> 1) Develop a loosely coupled module that acts like the "usual" Python
>
On Aug 25, 2006, at 4:34 PM, lugal wrote:
> For a personal project, I modified Django's urlresolvers module to
> make
> it into a piece of WSGI middleware. I liked Django-style URL
> dispatching but I didn't need the whole framework.
That's cool -- mind posting your code somewhere?
> 1) Develo