Simpycity
No, it's not the name of a game library for Python. The description from their Trac says it all:
"Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics."
After reading Aurynn Shaw's recent blog entry about it I got very curious. The itches described in that entry looks a lot like mine.
Downloaded and played quickly with it but hasn't the time right now to really plunge into it. The idea is very tempting to me and I want to take part in pitching this. If it's as interesting and useful as I think it might be I probably will look into getting involved in it's development.
Hej!
Just so you there are others who feel this way too I can mention I'm making the same thing for Java. I had the same itches on a Java project so I ended up with creating a similar solution.
@Thor Micheal
Yeah, it's a common itch I would think. Usually ORM only takes you so far. In my case I think simpycity will make a good complement to our use of an ORM.