-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
Python3 support with six #16
base: master
Are you sure you want to change the base?
Conversation
ping @matt-jordan @leedm777 |
Works. Please apply! |
this is blocked by: digium/swagger-py#10 |
I am wondering why this hasn't this been merged yet? python2 will be EOL in 4 months. Is ari-py dead? |
In the meantime I'd like to promote my asyncari module. I have used it to implement a parallel phone call test system, among other ideas. https://github.com/smurfix/asyncari It depends on asyncswagger11, also async-ized. |
@smurfix is it different from https://github.com/M-o-a-T/aioari? |
aioari was the previous version. I'll redirect it to asyncari, which works with asyncio and trio. The Asterisk people unfortunately do not seem to be motivatable to update that page. :-( |
Seems like ari-py is completely dead. |
Roman Sichny seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
tested with python 2.7.9, 3.3.6 and 3.4.3