Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gi0baro/weppy-haml
Haml syntax for weppy templates
https://github.com/gi0baro/weppy-haml
haml weppy
Last synced: 8 days ago
JSON representation
Haml syntax for weppy templates
- Host: GitHub
- URL: https://github.com/gi0baro/weppy-haml
- Owner: gi0baro
- License: other
- Created: 2014-10-20T21:46:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T15:08:45.000Z (over 5 years ago)
- Last Synced: 2024-07-07T13:41:30.183Z (4 months ago)
- Topics: haml, weppy
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weppy-Haml
weppy-Haml is an extension for [weppy framework](http://weppy.org) providing a Haml like syntax for templates. This is not a template engine but a compiler which converts haml files to html weppy templates.
[![pip version](https://img.shields.io/pypi/v/weppy-haml.svg?style=flat)](https://pypi.python.org/pypi/weppy-Haml)
## Installation
You can install weppy-Haml using pip:
pip install weppy-Haml
And add it to your weppy application:
```python
from weppy_haml import Hamlapp.use_extension(Haml)
```## Documentation
The complete documentation is available on the [weppy extensions registry](http://weppy.org/extensions/haml).
## License
weppy-Haml is released under BSD license. Check the LICENSE file for more details.