Rend 6.3.0ΒΆ

This release of rend adds a jsonnet parser via extras.

It also adds the FileSystemLoader instead of the BaseLoader for jinja, enabling behavior like this:

{% from "things.sls" import mystuff %}
{% import "morethings.sls" as heythere %}
{% include "stillthough.sls" %}

Install jsonnet extras in order to enable the jsonnet plugin:

$ pip install rend[jsonnet]

or

$ pip install rend[full]