suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
173 stars 56 forks source link

pypi suds vs suds-community #77

Closed zenoran closed 2 years ago

zenoran commented 2 years ago

Sorry for my ignorance, but I'm having difficulty understanding which version is which. The documentation claims they are the same, yet the pypi versions are different for each. I also noticed they both link back to the same github repo so it's a little unclear why suds-community has a later release published on pypi? Which is the correct package name for importing?

phillbaker commented 2 years ago

Whoops, sorry about the confusion, they are the same package. I missed the automatic deployment to suds in CD. That's been fixed with 76b0533d475f47a88983370094a64b1443e396cf.

New versions are now being pushed to both locations.