Webware for Python
Original author(s) | Chuck Esterbrook |
---|---|
Developer(s) | Christoph Zwerschke |
Initial release | 26 April 2001[1] |
Stable release | 3.0.3[2] ![]() |
Repository | |
Written in | Python |
Operating system | Cross-platform |
Type | Web application framework |
License | MIT License[3][4] |
Website | www![]() |
Webware for Python is an object-oriented, Python web application framework. The suite uses well known design patterns and includes a fast application server, servlets, Python Server Pages (PSP), object-relational mapping, Task Scheduling, Session Management, and many other features.
Webware for Python is a suite of programming tools for constructing web-based applications in Python. It features:
- Traditional web development tools:
- Python-based Server Pages
- HTML/Web templates
- Session management
- Task scheduling
- Object-relational mapping (ORM)
It does support WSGI, since the documentation says both w4py's WebKit[5] having a WSGI adapter and w4py3 rewritten to use WSGI.[6][7]
See also
References
- ^ "Webware for Python (old site)". Archived from the original on 2016-05-29.
- ^ "Release 3.0.3". 30 April 2021. Retrieved 23 May 2021.
- ^ "LICENSE". Webware for Python. GitHub. Retrieved 2020-11-04.
- ^ "Webware Copyright et al". Webware Documentation. SourceForge. Retrieved 2018-03-09.
- ^ Here WebKit means the webware for python application server, a core web4py component, and not the since more famous KDE/Apple browser engine of the same name, both of which started around 1998 independently.
- ^ "WebKit install guide".
- ^ "Migration Guide".