I recently wrote some python (and Django) utilities for working with pgcrypto. Includes a fun pure python implementation of ASCII Armor format – http://www.ietf.org/rfc/rfc2440.txt
Posted in Programming
Introducing pydmtx
pydmtx is a thin python wrapper around libdmtx. It does one and only one thing (for now) – it creates DataMatrix barcode images.
Sitemap Redux
Well, that was fast. My sitemap app made it's way into Django proper. I added a couple new convenience classes and fixed up the ping_google function. Adrian took it the rest of the way and cleaned up my code and documentation. You can read about it here, or have a look at the documentation. Viva Django!
Google Sitemaps
Just wanted to share some code that I wrote to generate a sitemap.xml file in Google's sitemap format. It's a django application modeled off of django.contrib.syndication. Here's the rub:
