Liquidpy

Latest version: v0.8.2

Safety actively analyzes 621498 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.2

- deps: bump jinja2 to 3.1.3

**Full Changelog**: https://github.com/pwwang/liquidpy/compare/0.8.1...0.8.2

0.8.1

- 📝 Fix badges in README.md
- 👷 Use latest actions in CI
- 🏗️ Enable automatic setup file creation with Poetry
- ⬆️ Upgrade dependencies to the latest
- ✨ Add `*` modifier for variable block to keep intial indention for multiline strings for all modes

if True:
{{* body }}

with `body`:

print("Hello")
print("World")

will be rendered into:

if True:
print("Hello")
print("World")

Note that the indention of ` print("World")` was passed along from the initial indentaion.
- 📝 Update doc for "indent modifier"

0.8.0

- ⬆️ Upgrade deps including markdown, regex, and python-slugify
- 📌 Drop support for python3.6
- 🐛 Fix passing `env` to `Liquid()` not working

What's Changed
* Dev by pwwang in https://github.com/pwwang/liquidpy/pull/53


**Full Changelog**: https://github.com/pwwang/liquidpy/compare/0.7.6...0.8.0

0.7.6

- 🐛 Fix JSON/list parsing in certain cases (50)

What's Changed
* 0.7.6 by pwwang in https://github.com/pwwang/liquidpy/pull/51


**Full Changelog**: https://github.com/pwwang/liquidpy/compare/0.7.5...0.7.6

0.7.5

- ✨ Implement a playground powered by `pyscript`
- https://pwwang.github.io/liquidpy/playground/
- ✨ Add filter `call` for `wild` mode
- Example:

{{ int | call: "1" | plus 1}} 2



**Full Changelog**: https://github.com/pwwang/liquidpy/compare/0.7.4...0.7.5

0.7.4

- ✅ Add tests regarding 47
- 📌 Upgrade and pin dependencies

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.