benkonrath / transip-api

Python implementation for the TransIP API
https://transip-api.readthedocs.io/en/latest/
MIT License
23 stars 23 forks source link

`suds-jurko` can no longer be installed with setuptools>=58 #65

Open jonringer opened 2 years ago

jonringer commented 2 years ago

suds-jurko hasn't been updated since 2014, still uses the removed use2to3 setuptools option.

I would recommend trying to move to a different SOAP client, if that's still something you need.

benkonrath commented 2 years ago

I don't plan on investing more time into this package. As indicated in the README, the TransIP SOAP V5 API has been deprecated by TransIP. Users of this library should migrate to TransIP's REST API with the help of the python-transip package. https://github.com/roaldnefs/python-transip

If transip-api is still important for people, I can review and merge a PR that switches this package to use Zeep.