Closed
Description
TOP LEVEL FEATURE TASK LIST:
- create stable feature branch feature-branch - async-feature
- support for async networking - aiohttp.Client - client.py, service.py Add async networking libraries support #210
- check httpx package as networking client; should have sync and async API as well. If yes, update tests to have integration testing of requests (sync), aiohttp (async) and httpx (sync, async) packages
- cover httpx async tests as well
- documentation - docs: add async init for initialization.rst #266
- integration to master - feature: async support #225
- release - in version 1.10.0
Hi,
I used this library recently, it's fantastic very convenient but it doesn't support async pattern.
I and my collegue modified the library to support aiohttp, this is the link: https://github.com/Albo90/python-pyodata/tree/async_python
If you are interested, we can collaborate to integrate it in your project.
We are going to add test and more documentation in a couple of days.
Thanks