Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 48 forks source link

[pyproto] Embracing Python 3 #299

Closed yunhaoling closed 2 years ago

yunhaoling commented 2 years ago

Anna: It's not just removing legacy code - I would like to see us use Py3 method signatures etc. This should be fully type-hinted. The prototype wasn't for the interests of time - but we have no reason not to type hint all new code that gets added like 1

Fortunately, the protocol layer is very easy to type