L

I'm in the process of organizing my projects into a few different areas. I've created or contributed to a number of open source projects and keep code on my server, on bitbucket and github. Some of my more interesting or notable projects are:

Johnny Cache

Johnny-cache (official hg repos) is a drop-in caching framework for Django applications that automatically caches every database read. Johnny attempts to maintain consistency at all costs, and has actually changed only slightly since its release in February 2010. Developed for a CMS style application, Johnny shines in read-heavy situations.

Argot

A markdown dialect that adds moin-style codeblocks and the concept of "link processors" which can make adding links to your blog very easy (provided that you're "feeling lucky"). Developed for use on this very site, it might be a good fit for any writing in which code samples might be desired.

django-selector

A port of Luke Arno's Selector wsgi library, django-selector is a django compatible way of saving regex snippets and reusing them to create a more readable url structure.