/usr/share/pyshared/soaplib-0.8.1dev.egg-info/PKG-INFO is in python-soaplib 0.8.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Metadata-Version: 1.0
Name: soaplib
Version: 0.8.1dev
Summary: A simple library for writing soap web services
Home-page: http://wiki.github.com/jkp/soaplib-lxml
Author: Jamie Kirkpatrick
Author-email: jkp@kirkconsulting.co.uk
License: LGPL
Description: This is a simple, easily extendible soap library that provides several useful
tools for creating and publishing soap web services in python. This package
features on-demand wsdl generation for the published services, a
wsgi-compliant web application, support for complex class structures, binary
attachments, simple framework for creating additional serialization mechanisms
and a client library.
This prokect now uses lxml as it's XML API, providing full namespace support.
Keywords: soap
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|