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.
- Host: GitHub
- URL: https://github.com/avanov/plim
- Owner: avanov
- License: other
- Created: 2012-06-13T15:19:34.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-16T23:45:20.000Z (over 3 years ago)
- Last Synced: 2025-03-29T05:09:09.760Z (about 1 year ago)
- Language: Python
- Homepage: http://plim.readthedocs.org/en/latest/
- Size: 440 KB
- Stars: 171
- Watchers: 6
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Funding: .github/FUNDING.yml
- License: LICENSE
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/