InseeFrLab / pynsee

pynsee package contains tools to easily search and download french data from INSEE and IGN APIs
https://pynsee.readthedocs.io/en/latest/
MIT License
70 stars 10 forks source link

Restore _wait_api_query_limit #222

Closed tgrandje closed 1 month ago

tgrandje commented 1 month ago

Linked to https://github.com/InseeFrLab/pynsee/issues/221

Restores the older _wait_api_query_limit rate limiter with limited enhancement (switch from pickle to parquet files).

tgrandje commented 1 month ago

Note that we should still run tests sequentially (each rate will be tracked separately by each test)