Skip to main content

Tiny jinja2 extension to add b64encode and b64decode filters.

Project description

Latest PyPI version

Tiny jinja2 extension to add b64encode and b64decode filters.

Usage

from jinja2_base64_filters import jinja2_base64_filters
from jinja2 import Environment

env = Environment(extensions=["jinja2_base64_filters.Base64Filters"])

# "my_string" -> "bXlfc3RyaW5n"
env.from_string("{{teststring|b64encode}}").render(teststring="my_string")

# "bXlfc3RyaW5n" -> "my_string"
env.from_string("{{teststring|b64decode}}").render(teststring="bXlfc3RyaW5n")

Installation

jinja2_base64_filters is available for download from PyPI via pip:

$ pip install jinja2-base64-filters

It will automatically install jinja2

Requirements

Compatibility

Licence

  • Free software: MIT license

Authors

jinja2_base64_filters was written by Timothée GERMAIN.

This package was created with Cookiecutter and the kragniz/cookiecutter-pypackage-minimal project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jinja2_base64_filters-0.1.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

jinja2_base64_filters-0.1.4-py2-none-any.whl (3.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page