Webware-for-Python


NameWebware-for-Python JSON
Version 3.1.0 PyPI version JSON
download
home_pageNone
SummaryWebware for Python is a time-tested modular, object-oriented web framework.
upload_time2025-09-07 14:44:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords web framework servlets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Webware for Python 3

Webware for Python is a well-proven and platform-independent suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes Servlets, Python Server Pages (PSP), Task Scheduling, Session Management, and many other features. Webware is very modular and can be easily extended.

Webware for Python 3 is the latest version of the suite, which has been adapted to use Python 3 instead of Python 2 and the WSGI standard instead of the custom Webware threaded application server and various adapters, but otherwise kept compatible with the legacy version.

The current project **homepage** can be found here: <https://github.com/WebwareForPython/w4py3>

The current **documentation** is published at: <https://webwareforpython.github.io/w4py3/>

You can still find the **legacy version** of Webware for Python at: <https://webwareforpython.github.io/w4py/>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Webware-for-Python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "web, framework, servlets",
    "author": null,
    "author_email": "\"Christoph Zwerschke et al.\" <cito@online.de>",
    "download_url": "https://files.pythonhosted.org/packages/3e/c7/322e5c7af08091bdfd48db9dfaf7b05c3e3d9411b2f83d08ab45fe8c8d9b/webware_for_python-3.1.0.tar.gz",
    "platform": null,
    "description": "# Webware for Python 3\n\nWebware for Python is a well-proven and platform-independent suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes Servlets, Python Server Pages (PSP), Task Scheduling, Session Management, and many other features. Webware is very modular and can be easily extended.\n\nWebware for Python 3 is the latest version of the suite, which has been adapted to use Python 3 instead of Python 2 and the WSGI standard instead of the custom Webware threaded application server and various adapters, but otherwise kept compatible with the legacy version.\n\nThe current project **homepage** can be found here: <https://github.com/WebwareForPython/w4py3>\n\nThe current **documentation** is published at: <https://webwareforpython.github.io/w4py3/>\n\nYou can still find the **legacy version** of Webware for Python at: <https://webwareforpython.github.io/w4py/>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Webware for Python is a time-tested modular, object-oriented web framework.",
    "version": "3.1.0",
    "project_urls": {
        "Documentation": "https://webwareforpython.github.io/w4py3/",
        "Homepage": "https://webwareforpython.github.io/w4py3/",
        "Issues": "https://github.com/WebwareForPython/w4py3/issues",
        "Source": "https://github.com/WebwareForPython/w4py3"
    },
    "split_keywords": [
        "web",
        " framework",
        " servlets"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ec7322e5c7af08091bdfd48db9dfaf7b05c3e3d9411b2f83d08ab45fe8c8d9b",
                "md5": "ba7c793b60583068092b6a220d0acfa7",
                "sha256": "6c6004cb4c0b9d65b0d3ac97fa465443dfd4add2ed0d9735b4cf9acb94b48b43"
            },
            "downloads": -1,
            "filename": "webware_for_python-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ba7c793b60583068092b6a220d0acfa7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 381600,
            "upload_time": "2025-09-07T14:44:53",
            "upload_time_iso_8601": "2025-09-07T14:44:53.280115Z",
            "url": "https://files.pythonhosted.org/packages/3e/c7/322e5c7af08091bdfd48db9dfaf7b05c3e3d9411b2f83d08ab45fe8c8d9b/webware_for_python-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-07 14:44:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WebwareForPython",
    "github_project": "w4py3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "webware-for-python"
}
        
Elapsed time: 1.69845s