Currently the module dicinformal uses the module requests (for http requests), which is not recommended for web applications because of its blocking nature.
The module aiohttp is preferable to requests because it works with asyncio to make asynchronous http requests.
Currently the module dicinformal uses the module requests (for http requests), which is not recommended for web applications because of its blocking nature. The module aiohttp is preferable to requests because it works with asyncio to make asynchronous http requests.