We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://pypi.org/project/suds-py3 seems no longer maintained.
There's is maintained suds in https://github.com/suds-community/suds, pypi package is https://pypi.org/project/suds/ , I think moving to suds require a small amount of work since it's almost the same python API.
There's also https://docs.python-zeep.org/en/master/ which seems popular & maintained but we will have to rewrite most of our code.
My proposition would be to use maintained suds as soon as possible and maybe later think about zeep migration.
Any thoughts ?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
https://pypi.org/project/suds-py3 seems no longer maintained.
There's is maintained suds in https://github.com/suds-community/suds, pypi package is https://pypi.org/project/suds/ , I think moving to suds require a small amount of work since it's almost the same python API.
There's also https://docs.python-zeep.org/en/master/ which seems popular & maintained but we will have to rewrite most of our code.
My proposition would be to use maintained suds as soon as possible and maybe later think about zeep migration.
Any thoughts ?
The text was updated successfully, but these errors were encountered: