An open API service indexing awesome lists of open source software.

https://github.com/avanov/plim

Plim is a Python port of Ruby's Slim template language built on top of Mako Templates.
https://github.com/avanov/plim

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

Plim
==============

.. image:: https://img.shields.io/pypi/v/Plim.svg
:target: https://crate.io/packages/Plim

.. image:: https://requires.io/github/avanov/Plim/requirements.svg?branch=master
:target: https://requires.io/github/avanov/Plim/requirements/?branch=master
:alt: Requirements Status

.. image:: https://img.shields.io/pypi/dm/Plim.svg
:target: https://crate.io/packages/Plim

.. image:: https://github.com/avanov/Plim/workflows/CI/badge.svg?branch=develop
:target: https://github.com/avanov/Plim/actions?query=branch%3Adevelop

.. image:: https://coveralls.io/repos/github/avanov/Plim/badge.svg?branch=develop
:target: https://coveralls.io/github/avanov/Plim?branch=develop

Plim is a Python port of `Ruby's Slim template language `_
built on top of `Mako Templates `_.
It uses `Mako's preprocessor feature `_
to translate its syntax into a valid HTML/Mako markup.

For more information visit the `Documentation Page`_.

.. _Documentation Page: http://plim.readthedocs.org/en/latest/