Metadata-Version: 2.1
Name: Webware-for-Python
Version: 3.0.1
Summary: Webware for Python is a time-tested modular, object-oriented web framework.
Home-page: https://webwareforpython.github.io/w4py3/
Author: Christoph Zwerschke et al.
Author-email: cito@online.de
License: UNKNOWN
Project-URL: Source, https://github.com/WebwareForPython/w4py3
Project-URL: Issues, https://github.com/WebwareForPython/w4py3/issues
Project-URL: Documentation, https://webwareforpython.github.io/w4py3/
Description: # 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 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/>
        
Keywords: web framework servlets
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: examples
Provides-Extra: tests
