======== Readme Generator version: 0.0 2007-10-12 ======== For some reason today I thought, that I spent too much time formatting readme files when I release a project. And it always seems that the format is inconsistent. So I decided it would be neet to make a generator to help speed things up, plus it would be another project I could do in Python :) Anyway, it takes a specifically formatted YAML file and turns it in to a format that is readable. I chose YAML because I like it better than XML. readme.py looks for 'readme.yaml' in the current directory, or you can supply a different file on the command line. BTW, this readme file was generated with the program and the YAML file used is included. Version History -------- - 0.0 [2007-10-12] Initial release Requirements -------- - Python 2.5 - PyYAML ======== http://www.mattptr.net