{"library":"Jinja2","type":"library","category":null,"description":"Jinja2 is a fast, expressive, extensible templating engine for Python. Special placeholders in templates allow writing code similar to Python syntax, which is then rendered against passed data to produce a final document. It supports template inheritance, macros, autoescaping, sandboxed execution, async rendering, and i18n via Babel. Current stable version is 3.1.6 (a security patch release); the 3.1.x branch receives active bugfix and security updates with no fixed cadence.","language":"python","status":"active","version":"3.1.6","tags":["templating","html","web","flask","django","rendering","jinja","markup"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install Jinja2","imports":["from jinja2 import Environment","from jinja2 import FileSystemLoader","from jinja2 import PackageLoader","from jinja2 import select_autoescape","from markupsafe import Markup","from markupsafe import escape","from jinja2 import pass_context","from jinja2.sandbox import SandboxedEnvironment","from jinja2 import UndefinedError"]},{"cmd":"pip install \"Jinja2>=3.1.6\"","imports":[]}],"homepage":null,"github":"https://github.com/pallets/jinja","docs":"https://jinja.palletsprojects.com/","changelog":"https://jinja.palletsprojects.com/changes/","pypi":"https://pypi.org/project/Jinja2/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.7,"avg_import_s":0.13,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/Jinja2/compatibility"}}