UNKNOWN
Project description
==========
Html utils
==========
.. image:: https://travis-ci.org/zenwalker/python-htmlutils.svg
:target: https://travis-ci.org/zenwalker/python-htmlutils
:alt: Build Status
Usage
=====
tags.tag(content: str, **attrs) -> str
--------------------------------------
Render HTML tags as ``tags.h1('hello', _class='heading')``.
htmlutils.parse_attrs(attrs: str) -> dict
-----------------------------------------
Parse a string like ``class="input" type="text" required`` into ``dict``.
htmlutils.render_attrs(attrs: dict) -> str
------------------------------------------
Render ``dict`` to string like ``class="input" type="text" required``.
Running tests
=============
::
$ python -m unittest tests/test_html.py
Html utils
==========
.. image:: https://travis-ci.org/zenwalker/python-htmlutils.svg
:target: https://travis-ci.org/zenwalker/python-htmlutils
:alt: Build Status
Usage
=====
tags.tag(content: str, **attrs) -> str
--------------------------------------
Render HTML tags as ``tags.h1('hello', _class='heading')``.
htmlutils.parse_attrs(attrs: str) -> dict
-----------------------------------------
Parse a string like ``class="input" type="text" required`` into ``dict``.
htmlutils.render_attrs(attrs: dict) -> str
------------------------------------------
Render ``dict`` to string like ``class="input" type="text" required``.
Running tests
=============
::
$ python -m unittest tests/test_html.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
htmlutils-0.1.2.tar.gz
(2.2 kB
view details)
File details
Details for the file htmlutils-0.1.2.tar.gz
.
File metadata
- Download URL: htmlutils-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44087f743caee355688d918b6026b8ceca85ebf51ac3581303402cfd6891c7e1 |
|
MD5 | 2557856fab742e4dc2b701fdc883c7b6 |
|
BLAKE2b-256 | dd3fc3436283ce5ac90f8b216e7c764cba3d0030985e76ae0ab23884c5dde2bc |