Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jyelewis/pyforms

Legacy: Migrated from private git server in 2015. Python implementation of ASP webforms
https://github.com/jyelewis/pyforms

Last synced: about 1 month ago
JSON representation

Legacy: Migrated from private git server in 2015. Python implementation of ASP webforms

Awesome Lists containing this project

README

        

# pyForms
python implimentation of ASP webforms

PyForms is in essence a HTML parser. It allows custom HTML controls to be written as a python class then used within your HTML source

Eg.

An assisoated textbox class is written and bound to the 'textbox' tag.
These controls are held between page actions or 'post backs' allowing for stateful webpages