Metadata-Version: 2.1
Name: soaplib-mpsinfo
Version: 0.10.0
Summary: A simple library for writing soap web services
Home-page: https://github.com/mpsinfo/soaplib/tree/master
Author: MPS Informática Ltda.
Author-email: gti@mps.com.br
Maintainer: Carlos Alberto Costa Beppler
Maintainer-email: carlos.beppler@mps.com.br
License: LGPL
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
Requires-Dist: pytz
Requires-Dist: lxml (>=2.2.1)

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.


