md2html.py: A simple library/script to convert a subset of markdown to HTML. It utilizes the "markup.py" library.
pyblog.py: A very basic static site generator written in Python. Site data is stored in plain-text files in a single folder (support for archives (tar, zip, xz, bz2, etc...) will be added at a later date). Support a subset of markdown via the 'md2html' python library.