Skip to main content

A lightweight package for html generation

Project description

hiccough

Hiccough is a simple html templating tool heavily inspired by https://github.com/weavejester/hiccup. It allows for the generation of html strings from nested lists of python like so

hiccough.html(["div.myclass", ["p", "Hello World!"]])
=> '<div class="myclass"><p>Hello World!</p></div>'

Nesting Shorthand

Hiccough supports a nesting syntax via > for multiple nested tags with only classes and ids.

html(["div.a>div.b>div.c", "It's divs all the way down!"])
=>'<div class="a"><div class="b"><div class="c"></div>It's divs all the way down!</div></div>'

CLI

Hiccough currently support execution on the cli with the first argument being a string that evals to a python list matching what would get passed to html/1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hiccough-0.2.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hiccough-0.2.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file hiccough-0.2.0.tar.gz.

File metadata

  • Download URL: hiccough-0.2.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for hiccough-0.2.0.tar.gz
Algorithm Hash digest
SHA256 ca94d5bb1283c1365a50fa6191d813123fb7c36c84f1889bdbf0a0c6b285b7e6
MD5 0f897893e7ae29f88e0922a54aa9d34d
BLAKE2b-256 6e7e5495bf6abbb8e596bcca104d2067e11068cf027b28c405f8f56e4fa176b8

See more details on using hashes here.

File details

Details for the file hiccough-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: hiccough-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for hiccough-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7567df819707728b80623f5c6769c99473eb8dcbab06f916df9a38495a3ca9c4
MD5 33b1b4271b85717387ac6c07729dc8ad
BLAKE2b-256 b442097da70e69f20e2252a62c48935dcc884b0e13b4c98912a4e8775deb8de5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page