This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Version 2.1.1: Add a Coroutine Limiter
Version 2.1.1:
- Add a Coroutine Limiter. This should prevent Timeout Errors due to the loop for large batches of data pulls. This should also improve the speed when the batch is large. The default is 100 coroutines.
Ex: fs = firststreet.FirstStreet(api_key, connection_limit=500)
Ex: fs = firststreet.FirstStreet(api_key, connection_limit=1000)