Metadata-Version: 2.4
Name: nornir_jinja2
Version: 1.0.0
Summary: Jinja2 plugins for nornir
Author: David Barroso
Author-email: David Barroso <dbarrosop@dravetech.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: nornir>=3.0.0a0,<4
Requires-Dist: jinja2>=2.11.2,<4
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/nornir-automation/nornir_jinja2
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/badge/docs-passing-green.svg
   :target: https://nornir.tech/nornir_jinja2/
   :alt: Documentation

.. image:: https://github.com/nornir-automation/nornir_jinja2/workflows/test_nornir_jinja2/badge.svg
   :target: https://github.com/nornir-automation/nornir_jinja2/actions?query=workflow%3Atest_nornir_jinja2
   :alt: test_nornir_jinja2

nornir_jinja2
=============

Collection of simple plugins for `nornir <github.com/nornir-automation/nornir/>`_

Installation
------------

.. code::

    pip install nornir-jinja2

Plugins
-------

Tasks
_____

* **template_file** - Render a jinja2 template from a file
* **template_string** Render a jinja2 template from a string
