To avoid repetitions, I used threading to run the async code. Unfortunately, I couldn't use the httpx async client. However, after benchmarking there's some performance gain. See benchmark.py
If need be, we can come back to this later to improve the structure.
Added async support.
To avoid repetitions, I used threading to run the async code. Unfortunately, I couldn't use the httpx async client. However, after benchmarking there's some performance gain. See
benchmark.py
If need be, we can come back to this later to improve the structure.
Closes https://github.com/jeafreezy/nigeria_geodata/issues/6