Announcing IRM 2, MkIII
I’ve done a lot of thinking, some non-thinking, talking to people, users, and some (well ok, a lot) of prototyping. As a result of all that work, I have decided to revive and continue to work on a new...
View Articleanyvcs: Python library for version control systems
What if you had a high-level library in Python for driving revision control systems and their working copies? Well, anyvcs to the rescue! Or, as it stands today, not yet. There isn’t much code to go...
View ArticleUsing Facebook’s Thrift with Python and HBase
Today I’m going to show you how to interface Python to Apache HBase using Facebook’s Thrift package. Hbase is a documented oriented database which is very similar to Google’s BigTable (in fact its more...
View Articleqsgen – The Quick Site Generator – Version 0.1 Released
qsgen, the single-script static web-site generator has just hit the first release, version 0.1. In short, qsgen is a pure Python functional wrapper around Mako templates and the Pygments library. It...
View ArticleWhy I Use CherryPy, in someone elses words
With the popularity of Django or Rails, people have asked before why I use CherryPy. The reason is simple, I love the flexibility. I get to pick what I want to use inside, CherryPy simply worries about...
View Articleyyafl now has layout support, with decorators
Just finished adding in a flexible layout system to yyafl, my reimplementation of Django newforms for other Python web frameworks or WSGI adapters. Now its simple to add default layouts or render a...
View Articleyyafl version 0.2.0 available for download
Version 0.2.0 of Yann’s Yet Another Form Library is now available for download. I have been using this code in product for at least a month and felt it is pretty stable. You can grab it from the main...
View Articleyyafl 0.2.1 is now available
yyafl, a Python web form library operating on domain objects, now has version 0.2.1 available for download. This release includes numerous fixes for decorators, including the ability to attach multiple...
View Articleqsgen 0.2 available
qsgen now is at version 0.2. There aren’t any new features, but some critical issues preventing installation with newer versions of setuptools has been fixed. qsgen is a Python static website generator...
View ArticleHistory loaded to Github
I’ve loaded a part of my back-catalog of software to github. Included into the transfer is: an old Python application server (Cymbeline) an audio player library (PyAudioPlay) a project which combines...
View Article