/album

Python-friendly Markdown Literate Programming environment

Primary LanguagePython

album

Album is an experimental Literate Programming environment.

Installation

$ git clone https://github.com/ianpreston/album && cd album
$ pip install -r requirements.txt
$ make
$ python setup.py install

Usage

$ album.py build example/hello.md example/hello.c

License

Available under the MIT License.