mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 578 forks source link

Add AsyncTransport to the __init__ file #1319

Closed parfeniukink closed 1 year ago

parfeniukink commented 2 years ago

You have added AsyncClient to thee __init__ file for doing from zeep import AsyncClient but it is impossible with AsyncTransport as far as it it not in the src/zeep/__init__.py

mvantellingen commented 1 year ago

This was done since not all Python versions supported the async keyword. Can be done now