Elixir for SQLAlchemy
Elixir seems to be generating quite a bit of buzz:
Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system.
Some background on the project is available as well.