We are using requests in our projects, and it is working great. Unfortunately, for our CLI tools, using requests is an issue because it is slow to import. E.g. on my 2014 macbook:
python -c "import requests"
Takes close to 90 ms.
Is optimizing import time worth of consideration for the project ?