Skip to content

joeldodson/domible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domible

Domible is a set of Python classes used to generate HTML documents and elements of arbitrary complexity.

The basic idea behind domible is fairly simple, HTML elements are represented as Python objects. When an element object is evaluated, it renders the text of the HTML element. Objects can contain other element objects which will also evaluate to text when the containing object is evaluated.

Through this process of composition and recursive rendering, domible can be used to programmatically create HTML elements of arbitrary complexity directly in your Python code.

Go to the Domible Documentation for details and examples.

About

python package to create accessible (a11y) HTML elements and documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages