lodi 0.1.0 released
Along with SQLsheet, I’m open sourcing another library that I’ve written: lodi (Local Dispatch).
A lot of my work lately has relied on generating XML using templates (I’m using Velocity). The XML is mostly used to either drive an ETL process,
specify some XHTML to get rendered, or to configure some internal subsystem.
It gets complicated, though:
[...]