Tweak net/py-soap2py version 1.16
[dports.git] / net / py-soap2py / pkg-descr
1 PySimpleSOAP (Python Simple SOAP) library for client and server webservices
2 interfaces, aimed to be as small and easy as possible, supporting most common
3 functionality. Initially it was inspired by PHP Soap Extension (mimicking it
4 functionality, simplicity and ease of use), with many advanced features added.
5
6 Goals:
7 - Simple: less than 200LOC client/server concrete implementation for easy
8   maintainability and enhancments.
9 - Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the
10   posibility of fine-tuning XML request and responses
11 - Pythonic: no artifacts, no class generation, no special types, RPC calls
12   parameters and return values are simple python structures (dicts, list, etc.)
13 - Dynamic: no definition (WSDL) required, dynamic generation and parsing
14   supported (cached in a pickle file for performance, supporting fixing broken
15   WSDL)
16 - Easy: simple xml manipulation, including basic serialization and raw
17   object-like access to SOAP messages
18 - Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for
19   special transport needs over SSL and proxy (ISA)
20
21 WWW: https://pypi.org/project/soap2py/
22 WWW: https://github.com/pysimplesoap/pysimplesoap