ANN: pycairo release 1.8.6 now available

2009-06-25 Thread Steve
Pycairo is a set of Python bindings for the multi-platform 2D graphics library cairo. http://cairographics.org http://cairographics.org/pycairo A new pycairo release 1.8.6 is now available from: http://cairographics.org/releases/pycairo-1.8.6.tar.gz http://cairographics.org/rele

mailog - a minimalstic blog engine

2009-06-25 Thread simon oberhammer
serving static html (enhanced with ajax) created by a python daemon fetching markdowned emails via imap. * post and comment per email o youremail+p...@example.com o youremail+comm...@example.com * no database, no dependencies (only python, which you should already have)

timelib 0.2 - parse english textual date descriptions

2009-06-25 Thread Ralf Schmitt
Hi all, timelib is a short wrapper around php's internal timelib module. It currently only provides two functions for parsing textual date descriptions: timelib.strtodatetime: >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('today') datetime.dat