Metadata-Version: 2.1
Name: bootlets
Version: 0.0.2
Summary: Build HTML in Python
Home-page: https://github.com/NixonInnes/bootlets
Author: NixonInnes
Author-email: nixoninnes@echonet.io
License: MIT
Description: # Bootlets
        
        Bootlets is a Python library that provides a set of template objects which render HTML code, so you never have to write any HTML again!
        
        The templates can be subclassed and customised, or changed on the fly, to modify its' content or keyword arguments.
        
        see [Notebook](https://github.com/NixonInnes/bootlets/blob/master/example.ipynb) for more detail
        
        
        ## Install
        
        `pip install bootlets`
        
        
        ## Links
        * [Github](https://github.com/NixonInnes/bootlets>)
Platform: UNKNOWN
Description-Content-Type: text/markdown
