wok diff python-requests/description.txt @ rev 25321

updated sqlobject (3.8.0 -> 3.9.1)
author Hans-G?nter Theisgen
date Fri Jul 22 07:45:13 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-requests/description.txt	Fri Jul 22 07:45:13 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +Requests is a simple, yet elegant, HTTP library.
     1.5 +
     1.6 +Requests allows you to send HTTP/1.1 requests extremely easily.
     1.7 +There's no need to manually add query strings to your URLs, or to form-encode
     1.8 +your PUT & POST data - but nowadays, just use the json method!
     1.9 +
    1.10 +Requests is one of the most downloaded Python packages today, pulling in
    1.11 +around 30M downloads/week - according to GitHub, Requests is currently depended
    1.12 +upon by 1,000,000+ repositories. You may certainly put your trust in this code.