Skip to main content

Manage assets on mako templates

Project description

A sort of django-pipeline, but for mako.

Install

mako-pipeline is avaiable on pypi:

$ pip install mako-pipeline

Usage

On your python script, call mako_pipeline.configure to setup file mapping:

from mako_pipeline import configure

configure({
    'debug': True,
    'javascript': {
        'final-js': ['file1', 'file2']
    }
})

On templates, import the module using namespace tag and use like following:

<%namespace name="assets" module="mako_pipeline.assets" />

<%assets:tag name="final-js" args="ASSETS_URL" %>
  <script src="${ASSETS_URL}"></script>
<%/assets:tag%>

License

This project is licensed under MIT license (please see LICENSE file).

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

mako-pipeline-0.0.1.tar.gz (1.7 kB view details)

Uploaded Source

File details

Details for the file mako-pipeline-0.0.1.tar.gz.

File metadata

File hashes

Hashes for mako-pipeline-0.0.1.tar.gz
Algorithm Hash digest
SHA256 209309c36f0ad40c58ab1ad5e0fcd884e714cb65cd71b2b64150a399c01db2b8
MD5 3b29bd2adb01b2007cb96208153c320f
BLAKE2b-256 5429c1d636379f1343bdc0e3e5e76657d4d760eee9c4ce9675b63e8cc6480a35

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