Webware for Python
From Wikipedia, the free encyclopedia
| 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.

