Webware for Python

Webware for Python
Original author(s)Chuck Esterbrook
Developer(s)Christoph Zwerschke
Initial release26 April 2001; 19 years ago (2001-04-26)[1]
Stable release
3.0.0 / 9 January 2020; 9 months ago (2020-01-09)[2]
Repository Edit this at Wikidata
Written inPython
Operating systemCross-platform
TypeWeb application framework
LicenseMIT License[3][4]
Websitewww.webwareforpython.org Edit this on Wikidata

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:

Since it originally predates WSGI, it does not support that.

See also

References

  1. ^ "Webware for Python (old site)". Archived from the original on 2016-05-29.
  2. ^ "Webware-for-Python 3.0.0". Python Package Index. Retrieved 2020-11-04.
  3. ^ "LICENSE". Webware for Python. GitHub. Retrieved 2020-11-04.
  4. ^ "Webware Copyright et al". Webware Documentation. SourceForge. Retrieved 2018-03-09.

External links