| « This blog has moved recently | Eat less, exercise more » |
Dejavu, my pure-Python ORM, has a new Trac home at http://projects.amor.org/dejavu. As always, it's open to the public to download, use, or develop. It could use another contributor or two, and the snazzy new Trac front-end should help that immensely.
Just to remind you about the parts of Dejavu I think are cool:
red_filter = logic.Expression(lambda x: x.color == 'red') RedAnimals = sandbox.recall(zoo.Animal, red_filter)
from dejavu import Unit, UnitProperty
class MissionTrip(dejavu.Unit):
"""A Mission Trip experience."""
DirectoryID = TripGroupProperty(int, index=True)
FirstDate = NotifyProperty(datetime.date)
GroupName = UnitProperty()
LastDate = NotifyProperty(datetime.date)
AmountDue = UnitProperty(fixedpoint.FixedPoint)
Just to let you know that I think the website is great and I wish you all of the best for the future.