-
Notifications
You must be signed in to change notification settings - Fork 29
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
Is an async version planned? #111
Comments
I think an async version would be great. Unfortunately I do not have time at the moment to dedicate to converting it to async, but pull requests or any sort of help would be greatly appreciated! |
It's really an awesome and convenient library, which I appreciate. But unfortunately I have high demands for concurrent requests. Therefore I implemented a low-level asynchronized wrapper for my own use https://github.com/EasternJournalist/wikiapi/blob/master/async_api.py. Maybe these experience helps. Is the async version still on the plan? If so, I wish to create a pull request and contribute an async version. |
I would love an async version, but haven't had the time to get around to it. Any help or Pull Request would be appreciated! |
2 years on from when I requested this, I think I might be able to start on an async version. |
It's a awesome library, but I think an async version would benefit a lot of people. Currently, to use it in a async program the run_in_executor loop is needed. Is an async version ever planned in the future?
The text was updated successfully, but these errors were encountered: