It would be nice to support `async` usage. As of `easy-entrez==0.3.7`, it seems `async` isn't part of this package. So the request is to either: - Support `async` methods in `EntrezAPI` - Generated equivalent class `AsyncEntrezAPI`, like how [`huggingface_hub` does it here](https://github.com/huggingface/huggingface_hub/blob/v0.19.4/utils/generate_async_inference_client.py)
It would be nice to support
asyncusage. As ofeasy-entrez==0.3.7, it seemsasyncisn't part of this package.So the request is to either:
asyncmethods inEntrezAPIAsyncEntrezAPI, like howhuggingface_hubdoes it here