Software:Webware for Python
From HandWiki
Original author(s) | Chuck Esterbrook |
---|---|
Developer(s) | Christoph Zwerschke |
Initial release | 26 April 2001[1] |
Stable release | |
Written in | Python |
Operating system | Cross-platform |
Type | Web application framework |
License | MIT 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:
- Traditional web development tools:
- Python-based Server Pages
- HTML/Web templates
- Session management
- Task scheduling
- Object-relational mapping (ORM)
Since it originally predates WSGI, it does not support that.
See also
- Webware
References
- ↑ "Webware for Python (old site)". Archived from the original on 2016-05-29. https://web.archive.org/web/20160529104506/http://webware.sourceforge.net/oldsite/.
- ↑ "Webware for Python 1.2.1 Release Notes". http://webware.sourceforge.net/Webware/Docs/RelNotes-1.2.1.html. Retrieved 2018-03-09.
- ↑ "Webware-for-Python 1.2.1". https://pypi.python.org/pypi/Webware-for-Python/1.2.1. Retrieved 2018-03-09.
- ↑ "LICENSE". https://github.com/Cito/w4py/blob/master/LICENSE. Retrieved 2018-03-09.
- ↑ "Webware Copyright et al". http://webware.sourceforge.net/Webware/Docs/Copyright.html. Retrieved 2018-03-09.
External links