Metadata-Version: 2.1
Name: Flask-Liquid
Version: 1.2.0
Summary: A Flask extension for rendering Liquid templates.
Project-URL: Change Log, https://github.com/jg-rp/flask-liquid/blob/main/CHANGES.md
Project-URL: Documentation, https://jg-rp.github.io/liquid/guides/flask-liquid
Project-URL: Homepage, https://github.com/jg-rp/flask-liquid
Project-URL: Issue Tracker, https://github.com/jg-rp/flask-liquid/issues
Project-URL: Source Code, https://github.com/jg-rp/flask-liquid
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Requires-Dist: flask>=2.0
Requires-Dist: markupsafe>=2.0.0
Requires-Dist: python-liquid>=1.1.0
Description-Content-Type: text/markdown

<h1 align="center">Flask Liquid</h1>

<p align="center">
A <a href="https://palletsprojects.com/p/flask/">Flask</a> extension for <a href="https://jg-rp.github.io/liquid/">Liquid</a>. Render Liquid templates in your Flask applications.
</p>

<p align="center">
  <a href="https://github.com/jg-rp/flask-liquid/blob/main/LICENSE">
    <img src="https://img.shields.io/pypi/l/flask-liquid.svg?style=flat-square" alt="License">
  </a>
  <a href="https://github.com/jg-rp/liquid/actions/workflows/tests.yaml">
    <img src="https://img.shields.io/github/actions/workflow/status/jg-rp/liquid/tests.yaml?branch=main&label=tests&style=flat-square" alt="Tests">
  </a>
  <br>
  <a href="https://pypi.org/project/flask-liquid/">
    <img src="https://img.shields.io/pypi/v/flask-liquid.svg?style=flat-square" alt="PyPi - Version">
  </a>
  <a href="https://pypi.org/project/flask-liquid/">
    <img src="https://img.shields.io/pypi/pyversions/flask-liquid.svg?style=flat-square" alt="Python versions">
  </a>
</p>

---

## Install

Install Flask Liquid using [pip](https://pip.pypa.io/en/stable/getting-started/):

```console
pip install flask-liquid
```

Or [Pipenv](https://pipenv.pypa.io/en/latest/):

```console
pipenv install -u flask-liquid
```

## Links

- Documentation: https://jg-rp.github.io/liquid/guides/flask-liquid
- Change Log: https://github.com/jg-rp/flask-liquid/blob/main/CHANGES.md
- PyPi: https://pypi.org/project/flask-liquid/
- Source Code: https://github.com/jg-rp/flask-liquid
- Issue Tracker: https://github.com/jg-rp/flask-liquid/issues
