Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jyelewis/pyforms
- Owner: jyelewis
- Created: 2015-01-19T08:49:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T23:04:32.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T22:13:43.558Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyForms
python implimentation of ASP webformsPyForms 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