Plim icon indicating copy to clipboard operation
Plim copied to clipboard

Plim is a Python port of Ruby's Slim template language built on top of Mako Templates.

Results 9 Plim issues
Sort by recently updated
recently updated
newest added

Hello, thank you for your work :) Plim is it usable with Django? With guidances I will be happy to providing pull request in Plim for support Django

Hi, I get the following warnings when I use `plimc`: ``` XXX/venvs/plim/lib/python3.9/site-packages/scss/selector.py:26: FutureWarning: Possible nested set at position 329 SELECTOR_TOKENIZER = re.compile(r''' XXX/venvs/plim/lib/python3.9/site-packages/plim/console.py:48: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call...

Haven't seen any recent activity. Any plans to update this project?

I know that Plim has it's own comment feature ( / ) but ignoring Mako's commenting symbols ( ## ) means that you have to change the mako files to...

http://plim.readthedocs.org/en/latest/related.html lists several related projects, but some of them give 404, and most of them haven't been updated in a long time and may be abandoned. Would you like to...

Hi, I'm trying to get plim working with flask via flask-mako (http://pythonhosted.org//Flask-Mako/), but couldn't get it to work: ``` from flask import Flask from flask.ext.mako import MakoTemplates from plim import...

In particular the execjs library tries to import subprocess which I believe is a disallowed module on app engine. Along with this the "from . import errors" line fails but...

The package should provide a special safe-mode parser. It must remain stateless, as Plim currently does. Keywords: ruby liquid, ruby laminate, safe user templates.

enhancement