Metadata-Version: 1.1
Name: suds-lxml
Version: 0.7.dev1
Summary: Lightweight SOAP client with lxml parser (Libo's fork)
Home-page: https://github.com/liboz/suds-lxml
Author: Libo Zeng
Author-email: jurko.gospodnetic@pke.hr
License: (specified using classifiers)
Download-URL: https://github.com/liboz/suds-lxml/releases/suds-lxml-0.7.dev1.tar.bz2
Description: 
        ---------------------------------------
        Lightweight SOAP client with lxml parser (Libo's fork).
        ---------------------------------------
        
          Based on the original 'suds' project by Jeff Ortel (jortel at redhat
        dot com) hosted at 'http://fedorahosted.org/suds' and 'suds-jurko' by 
        Jurko Gospodnetić ( jurko.gospodnetic@pke.hr ) 
        hosted at https://bitbucket.org/jurko/suds.
        
          'Suds' is a lightweight SOAP-based web service client for Python
        licensed under LGPL (see the LICENSE.txt file included in the
        distribution).
          
          One major problem with suds is that it is slow. 
        This is a fork of suds that tries to solve it by parse the xml returned 
        with the **fast** lxml parser instead of the default suds implementation.
        It requires lxml to be installed.
        
        
Keywords: SOAP,web,service,client,lxml
Platform: (specified using classifiers)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Obsoletes: suds
