https://github.com/webwareforpython/w4py
Webware for Python
https://github.com/webwareforpython/w4py
application-server framework legacy python python-2 servlets web web-framework
Last synced: 3 months ago
JSON representation
Webware for Python
- Host: GitHub
- URL: https://github.com/webwareforpython/w4py
- Owner: WebwareForPython
- License: mit
- Created: 2016-08-01T14:11:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T09:48:31.000Z (over 3 years ago)
- Last Synced: 2025-03-23T18:38:52.349Z (3 months ago)
- Topics: application-server, framework, legacy, python, python-2, servlets, web, web-framework
- Language: Python
- Size: 1.38 MB
- Stars: 21
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webware for Python 2
Webware for Python is a suite of Python packages and tools for developing object-oriented, web-based applications. 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 is very modular and easily extended.
Webware for Python 2 is well proven and platform-independent. It is compatible with multiple web servers, database servers and operating systems.
Supported Python versions:
* Version 1.0.x: supports Python 2.0 to 2.6
* Version 1.1.x: supports Python 2.4 to 2.7
* Version 1.2.x: supports Python 2.6 to 2.7 (current stable version)
* Version 2.x: supports Python 2.7 (to be released)
* Version 3.x: supports Python 3.6 and higher (alpha version available, beta coming soon)This repository contains only the code for the legacy versions that still support Python 2.
The homepage for these legacy versions is here:
**New version for Python 3 available:**
The repository for the current version here: