python-requests 2.31.0
Python HTTP library
Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.
- Outputs:
out
- Website: https://requests.readthedocs.io/
- Licenses: ASL 2.0
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-requests 2.31.0
as follows:
guix install python-requests@2.31.0
Or install the latest version:
guix install python-requests
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.