The Wayback Machine - https://web.archive.org/web/20210121155557/https://github.com/a1fred/pyhtmlconstruct
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

pyhtmlconstruct

Set of object to easy generate valid html.

Example

    from pyhtmlconstruct import html

    >>> print html.text.a("Hello World", attrs={"href": "#"},)
    <a href="#">Hello World</a>

TODO

Add html elements with validation rules. Using this as handbook.

About

Set of object to easy generate valid html.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages