Open jamesbraza opened 11 months ago
It would be nice to support async usage. As of easy-entrez==0.3.7, it seems async isn't part of this package.
async
easy-entrez==0.3.7
So the request is to either:
EntrezAPI
AsyncEntrezAPI
huggingface_hub
It would be nice to support
async
usage. As ofeasy-entrez==0.3.7
, it seemsasync
isn't part of this package.So the request is to either:
async
methods inEntrezAPI
AsyncEntrezAPI
, like howhuggingface_hub
does it here