Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 1.3 KB

apidoc.rst

File metadata and controls

83 lines (52 loc) · 1.3 KB

hyperpython

API Reference

API documentation for the Hyperpython module.

Basic types

Element

Text

Block

Functions

The generic entry point is the h function. It also has functions with same names of all HTML tags.

h

Creation of HTML elements for Python objects

html

render

fragment

Hyperpython components

hyperpython.components

All functions bellow belongs to the hyperpython.components module.

hyperlink

url

a_or_p

a_or_span

breadcrumbs

HTML data structures

Those functions convert Python data structures to their natural HTML representations.

html_list

html_map

html_table

Icons

Generic icon support using the <i> tag and helper functions for Font Awesome icons.

icon

fa_icon

fab_icon

Text

markdown