Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 900 Bytes

Build Status Coverage Status Latest Version Downloads License

html2hamlpy

Converts (django) HTML to HamlPy

Installation

pip install html2hamlpy

Usage

from html2hamlpy.html import Converter

Converter('some django template code', 'html.parser').to_haml()