Published 16th October 2008
I just released version 1.1 of yml2tex. The biggest change is that the code for the syntax highlighting is now passed directly to pygments, which means that a dependency on idiopidae and zapps is no longer needed.
As of version 1.1 the dependencies are:
I also added a setup.py and uploaded the package to the
Python Package Index, so you can install the package
using easy_install:
easy_install yml2tex
There's also now a script being installed in bin/ which makes
it possible to execute the script from anywhere in your python environment:
yml2tex foobar.yml
So that's it. Feel free to file in bug reports or enhancement requests on the project's Google Code website.