wok-current annotate python-requests/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
rev   line source
Hans-G?nter@25233 1 Requests is a simple, yet elegant, HTTP library.
Hans-G?nter@25233 2
Hans-G?nter@25233 3 Requests allows you to send HTTP/1.1 requests extremely easily.
Hans-G?nter@25233 4 There's no need to manually add query strings to your URLs, or to form-encode
Hans-G?nter@25233 5 your PUT & POST data - but nowadays, just use the json method!
Hans-G?nter@25233 6
Hans-G?nter@25233 7 Requests is one of the most downloaded Python packages today, pulling in
Hans-G?nter@25233 8 around 30M downloads/week - according to GitHub, Requests is currently depended
Hans-G?nter@25233 9 upon by 1,000,000+ repositories. You may certainly put your trust in this code.