Registry / web-framework / liquidpy

liquidpy

JSON →
library0.9.0pypypi✓ verified 85d ago

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 liquidpy
INSTALL
IMPORT
SIG · LIQUIDPY
L
liquidpy
web-frameworkpythonv0.9.0
Install
1.8s avg
Import
163ms
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.9.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.168s · 19.2MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.8s · import 0.158s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Liquid
from liquid import Liquid
from liquidpy import Liquid
The package installs as 'liquidpy', but the module is 'liquid'.

Basic rendering with Liquid template.

from liquid import Liquid engine = Liquid("Hello {{ name }}!") print(engine.render(name="World"))
Debug
Known issues
breakingPython 3.7 and 3.8 support dropped in v0.9.0
fix
Upgrade to Python 3.9+.
affects: >=0.9.0
gotchaImport from 'liquid', not 'liquidpy'
fix
Use 'from liquid import Liquid'.
affects: all
gotchaMode selection: default mode may not match expectations
fix
Explicitly set mode: Liquid('...', mode='liquid') or mode='jinja', 'django', 'wild'.
affects: all
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'liquid'
Using 'liquidpy' as import name instead of 'liquid'.
fix
Install liquidpy (pip install liquidpy) and import liquid (from liquid import Liquid).
ImportError: cannot import name 'Liquid' from 'liquid'
Incorrect import path or old version.
fix
Upgrade to latest version: pip install --upgrade liquidpy, then use 'from liquid import Liquid'.
Upgrade
Version history
0.9.0latest on PyPI · released Apr 16, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
liquidpy — pip install liquidpy · libregistry