Webware for Python
| This is the current revision of this page, as edited by Cydebot (talk | contribs) at 01:39, 10 February 2016 (Robot - Moving category Python web application frameworks to Category:Python web frameworks per CFD at Wikipedia:Categories for discussion/Log/2016 January 25.). The present address (URL) is a permanent link to this version. |
| Original author(s) | Chuck Esterbrook |
|---|---|
| Initial release | 26 April 2001[1] |
| Stable release |
1.1.1 / 18 January 2013[2]
|
| Development status | Dormant |
| Written in | Python |
| Operating system | Cross-platform |
| Type | Web application framework |
| License | MIT License[3] |
| 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)
Since it originally predates WSGI, it does not support that.
See also[edit]
References[edit]
External links[edit]
- Official website
- Wareweb, an experimental "rethinking" of Webware for Python in more contemporary terms.