category: Python
requires: python36 python36-idna python36-urllib3 ca-certificates python36-chardet
sdesc: "Python HTTP/1.1 request module"
ldesc: "Requests allow you to send HTTP/1.1 requests. You can add headers,
form data, multipart files, and parameters with simple Python dictionaries, and
access the response data in the same way. It's powered by httplib and urllib3,
but it does all the hard work and crazy hacks for you."
obsoletes: python3-requests
external-source: python-requests