SUDS
https://suds-py3.readthedocs.io/en/latest/
Python

SUDS is a lightweight and powerful SOAP-based web services client for Python. SUDS stands for SOAP UI Development Simplified and is used for consuming web services and interacting with SOAP-based APIs. It is an open-source library that is licensed under the GNU Lesser General Public License and can be used for both commercial and non-commercial applications.

SUDS provides a simple and intuitive interface for working with SOAP-based web services. It can be used to connect to a wide range of web services and supports a variety of features such as transport binding, security, and data binding. SUDS also includes a comprehensive set of tools for debugging and testing SOAP-based APIs, making it an invaluable tool for developers who work with web services.

One of the key benefits of using SUDS is its ease of use. The library is designed to be simple and easy to understand, making it a great choice for developers who are new to web services or who need to quickly integrate SOAP-based APIs into their Python applications. SUDS also provides excellent performance and scalability, making it suitable for use in large-scale enterprise applications.