liquid

Reimplementation of the ruby liquid template lib.


License
Apache-2.0
Install
pip install liquid==0.0.1

Documentation

liquid

Reimplementation of the ruby liquid template lib.

Quickstart

For a fast painless start pyliquid uses buildout. Just execute the following commands and you get a working instance.

After executing the commands you will find all executables in the bin/ subfolder.

As a workaround for outdated setuptools, execute the following commands on debian based distributions:

  • sudo apt-get install python-pip
  • sudo pip install -U distribute