download, support

Single-page documentation

For printing convenience, this entire site may also be evoque'd as a single page:

Typo reports, suggestions, observations are appreciated!

Download Evoque version 0.4 (2009-01-21)

You may wish to take a look at the change log for this and previous releases.

It is also highly recommended to download and install the Qpy unicode templating utility that provides the qpy.xml Quoted-No-More class for automatic input escaping. You may prefer to use a command line client such as wget to download these, as indicated below.

Installation

To install, you may either use easy_install or standard python distutils (i.e. download, unpack, install) as detailed below:

# Installing with easy_install easy_install evoque easy_install qpy # optional, recommended # Installing with distutils wget http://gizmojo.org/dist/evoque-0.4.tar.gz tar zxvf evoque-0.4.tar.gz cd evoque-0.4 python setup.py install cd .. # qpy, optional, recommended wget http://www.mems-exchange.org/software/files/qpy/qpy-1.8.tar.gz tar xzf qpy-1.8.tar.gz cd qpy-1.8 python setup.py install # Test python evoque-0.4/test/test_evoque.py