-
Notifications
You must be signed in to change notification settings - Fork 4
/
PKG-INFO
30 lines (27 loc) · 1.29 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Metadata-Version: 2.1
Name: Webware for Python
Version: 1.2.4
Summary: Webware for Python is a time-tested modular, object-oriented web framework.
Home-page: https://webwareforpython.github.io/w4py/
Author: Chuck Esterbrook et al.
License: MIT license
Description: Webware for Python
==================
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.
Description-Content-Type: text/x-rst
Keywords: web framework servlets
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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.6, <=2.7