Metadata-Version: 1.0
Name: Soapbox
Version: 0.3.4
Summary: A SOAP library for Python.
Home-page: http://code.google.com/p/soapbox/
Author: Flight Data Services Ltd
Author-email: developers@flightdataservices.com
License: Open Software License (OSL-3.0)
Description: Introduction
        ============
        
        Soapbox is a SOAP library for Python capable of generating Python modules from
        WSDL documents and providing a dispatcher for the Django framework.
        
        * Generate Python modules based on WSDL and XSD documents.
        * Execute SOAP requests from generated client modules.
        * Provide a dispatcher for Django and stub server modules.
        
        Project sponsored by `Flight Data Services`_ and released under the Open 
        Software License (`OSL-3.0`_).
        
        Installation
        ------------
        
        Package requires ``pip`` for installation.
        ::
        
            pip install Soapbox
        
        Source Code
        -----------
        
        Source code is available from `Google Code`_:
        
        * http://code.google.com/p/soapbox/
        
        Documentation
        -------------
        
        Documentation is available from the `Python Package Index`_:
        
        * http://packages.python.org/Soapbox/
        
        .. _Flight Data Services: http://www.flightdataservices.com/
        .. _OSL-3.0: http://www.opensource.org/licenses/osl-3.0.php
        .. _Google Code: http://code.google.com/
        .. _Python Package Index: http://pypi.python.org/
        
        Changes
        =======
        
        0.3.4
        -----
        
        * Fixed packaging errors which meant the templates were not installed.
          - Many thanks to Santtu Pajukanta.
        
        0.3.3
        -----
        
        * Added documentation
        
        0.3.2
        -----
        
        * Initial support for variable URL scheme and host
        * Test suite executes
        * License changed from BSD New to OSL-3.0
          
        0.3.1
        -----
        
        * SSL certificate verification
        
        0.3.0
        -----
        
        * Add option to disable schema validation on parsing:
          - Set ``xsd.VALIDATE_ON_PARSE`` to ``False``.
        * Added some initial logging support:
          - Request logging available at when level set to DEBUG.
        * Allow unicode as a valid type for strings.
        * Check for Python keywords and prefix with underscore.
        * Python code templates now loaded from external files.
        * Generated code is now much cleaner.
        * Generated code is now timestamped.
        * Code tidying as reported by pyflakes and pep8.
        * Fixed a number of typographical errors.
        * Various name improvements to functions.
        * Updated .hgignore
            
        To Do
        =====
        
        * Fix circular dependency of generated schema classes.
        
        See the **TODO** markers in ``soapbox/*.py`` for a complete list.
        
        Credits
        =======
        
        Soapbox was written by Damian Powązka <dpowazka@gmail.com> and is maintained by 
        Flight Data Services, Ltd <developers@flightdataservices.com>.
        
        Other contributors, listed alphabetically, are:
        
        * `Santtu Pajukanta`_ - For fixing packaging errors.
        
        Many thanks for all contributions!
        
        .. _Santtu Pajukanta: http://pajukanta.fi/
        
        
Keywords: SOAP,WSDL,web service
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
