Skip to main content

A Jinja2 template loader using PyFilesystem2

Project description

A Jinja2 template loader using PyFilesystem2.

build repo versions format coverage grade license

About

This library allows you to use PyFilesystem2 as a backend to load templates into Jinja2. You can take advantage of the whole fs ecosystem, which already implements drivers for FTP, SSH, SMB, S3, WebDAV servers, ZIP and Tar archives, and many more!

Installation

Install with pip:

$ pip install --user -U jinja2-fsloader

Usage

from jinja2_fsloader import FSLoader
FSLoader(template_fs, encoding='utf-8', use_syspath=False)
template_fs

a FS instance or an FS URL where the templates are located.

encoding

the encoding of the template files (utf-8 by default).

use_syspath

set to True for the loader to return the real path or an URL to the template when available (False by default).

Examples

import jinja2
from jinja2_fsloader import FSLoader

# templates in a ZIP archive
env = jinja2.Environment(loader=FSLoader("zip:///path/to/my/templates.zip"))

# templates in a S3 bucket
env = jinja.Environment(loader=FSLoader("s3://mybucket"))

# templates in memory
mem = fs.open_fs('mem://')
mem.settext('template.j2', 'This template is {{adjective}}')
env = jinja.Environment(loader=FSLoader(mem))

See Also

The complete documentation of PyFilesystem2 can give you a better overview of all the features available in the library.

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-fsloader-0.1.2.zip (11.3 kB view details)

Uploaded Source

Built Distribution

jinja2_fsloader-0.1.2-py2.py3-none-any.whl (8.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file jinja2-fsloader-0.1.2.zip.

File metadata

  • Download URL: jinja2-fsloader-0.1.2.zip
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for jinja2-fsloader-0.1.2.zip
Algorithm Hash digest
SHA256 6f3d3941d41902eb89cbd6379dbe6b777bb1a4fb1e89a4754bcd569ee2363286
MD5 1d81d654542351e70aeb545c983980c8
BLAKE2b-256 fcc830391991022d387dcd65578a20f611e7da08512c27d47f327dc823399456

See more details on using hashes here.

File details

Details for the file jinja2_fsloader-0.1.2-py2.py3-none-any.whl.

File metadata

  • Download URL: jinja2_fsloader-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for jinja2_fsloader-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 50483220a1f76c4b3fe3fda9458ebfb891e7dc9f12102f5d1a6af6bb772739d9
MD5 452a7c6c08bf355cfa0a62f46529f6a0
BLAKE2b-256 9e80d214c871400c1d4de244e182a9a1dfbfcb68c6002a20ad0ac11812b5d229

See more details on using hashes here.

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