Software:Webware for Python

From HandWiki
Webware for Python
Original author(s)Chuck Esterbrook
Developer(s)Christoph Zwerschke
Initial release26 April 2001; 22 years ago (2001-04-26)[1]
Stable release
1.2.1 / 21 November 2016; 7 years ago (2016-11-21)[2][3]
Written inPython
Operating systemCross-platform
TypeWeb application framework
LicenseMIT License[4][5]

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

  • Webware

References

External links