Open Issues Need Help
View All on GitHub Data Science • API Wrapper/Client
Add Async Support for Concurrent Operations 2 months ago
AI Summary: The task involves adding asynchronous capabilities to an existing Python wrapper for the Europe PMC API. This includes creating an asynchronous client module using `aiohttp`, implementing asynchronous versions of existing methods (search, parsing, pagination), adding support for concurrent requests with configurable limits, and writing a comprehensive asynchronous test suite.
Complexity:
4/5
help wanted
Python Wrapper Class for Europe PMC API to search and retrieve scientfic literature
Python