Skip to main content

A port of liquid template engine for python

Project description

liquidpy

A port of liquid template engine for python

Pypi Github PythonVers ReadTheDocs building Travis building Codacy Codacy coverage

Install

pip install liquidpy

Full Documentation

ReadTheDocs

Baisic usage

from liquid import Liquid
liq = Liquid('{{a}}')
ret = liq.render(a = 1)
# ret == '1'

With environments:

liq = Liquid('{{a | os.path.basename}}', os = __import__('os'))
ret = liq.render(a = "path/to/file.txt")
# ret == 'file.txt'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

liquidpy-0.2.1.tar.gz (21.2 kB view hashes)

Uploaded Source

Built Distribution

liquidpy-0.2.1-py3-none-any.whl (23.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page