Metadata-Version: 1.1
Name: robotframework-suds2library
Version: 1.0
Summary: Robot Framework test library for SOAP-based services.
Home-page: https://github.com/mihaiparvu/Suds2Library
Author: Mihai Parvu
Author-email: mihai-catalin.parvu@nokia.com
License: Apache License 2.0
Description: Suds2Library
        ============
        
        .. contents::
        
        Introduction
        ------------
        Suds2Library is a `Robot Framework`_ test library for functional testing of SOAP-based web services.
        It is a full Python 3 port of `SudsLibrary`_ using `suds-py3`_ as a SOAP client.
        
        Suds2Library is operating system independent and supports only Python_ 3.5 or newer.
        
        Documentation
        -------------
        
        See `keyword documentation`_ for available keywords and more information about the library in general.
        
        For general information about using test libraries with Robot Framework, see `Robot Framework User Guide`_.
        
        Installation
        ------------
        
        The recommended installation method is using pip_::
        
            pip install robotframework-suds2library
          
        Running this command installs also the latest versions of Robot Framework and `suds-py3`_.
        
        Alternatively you can download the source distribution from PyPI_, extract
        it, and install it::
        
            python setup.py install
        
        Support
        -------
        
        There are various support forums available:
        
        - `robotframework-users`_ mailing list
        - Robot Framework `Slack community`_
        - Robot Framework `forum`_
        - Suds2Library `issue tracker`_ for bug reports and concrete enhancement
          requests
        
        .. _forum: https://forum.robotframework.org/
        .. _issue tracker: https://github.com/mihaiparvu/Suds2Library/issues
        .. _keyword documentation: https://mihaiparvu.github.io/Suds2Library/Suds2Library.html
        .. _pip: http://pip-installer.org
        .. _PyPI: https://pypi.python.org/pypi/robotframework-suds2library/
        .. _Python: http://python.org
        .. _Robot Framework: http://robotframework.org
        .. _Robot Framework User Guide: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-test-libraries
        .. _robotframework-users: http://groups.google.com/group/robotframework-users
        .. _Slack community: https://robotframework-slack-invite.herokuapp.com
        .. _suds-py3: https://github.com/cackharot/suds-py3
        .. _SudsLibrary: https://github.com/ombre42/robotframework-sudslibrary
        
Keywords: robotframework testing testautomation soap suds web service
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Testing
