Album is an experimental Literate Programming environment.
$ git clone https://github.com/ianpreston/album && cd album
$ pip install -r requirements.txt
$ make
$ python setup.py install
$ album.py build example/hello.md example/hello.c
Available under the MIT License.