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

davidtingsu/html2hamlpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()