Metadata-Version: 2.1
Name: htmlfn
Version: 0.0.2
Summary: functions for generating html
Home-page: https://github.com/tgbugs/pyontutils/tree/master/htmlfn
Author: Tom Gillespie
Author-email: tgbugs@gmail.com
License: MIT
Keywords: html tags functional
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'

# htmlfn
[![PyPI version](https://badge.fury.io/py/htmlfn.svg)](https://pypi.org/project/htmlfn/)

HTML fun! HTML functions!

An extremely incomplete set of tools for generating html with
some useful css styles thrown in. Each tag is represented by a
function so you can sort of use them as if they were racket
html xexprs.


