A Python port of the Liquid template engine, supporting multiple modes including Liquid, Jinja, Django, and wild. Version 0.9.0 drops support for Python 3.7 and 3.8.
pip install liquidpyVerified import paths — ran on the pinned version, not inferred.
Basic rendering with Liquid template.
Upgrade to Python 3.9+.
Use 'from liquid import Liquid'.
Explicitly set mode: Liquid('...', mode='liquid') or mode='jinja', 'django', 'wild'.Install liquidpy (pip install liquidpy) and import liquid (from liquid import Liquid).
Upgrade to latest version: pip install --upgrade liquidpy, then use 'from liquid import Liquid'.
No dependency data recorded yet.