The www/py-requests port
py3-requests-2.32.2p1 – elegant and simple HTTP library for Python (cvsweb github mirror)
Description
Requests is a widely used high-level HTTP library for Python, based on the lower-level urllib3. It allows you to send HTTP/1.1 requests extremely easily. There's no need to manually add query strings to your URLs, or to form-encode your POST data; you can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. Features include: - Keep-Alive & Connection Pooling - International Domains and URLs - Sessions with Cookie Persistence - Browser-style SSL Verification - Automatic Content Decoding - HTTP(S) Proxy Support - Multipart File Uploads - Streaming Downloads - Connection Timeouts - Chunked RequestsWWW: https://requests.readthedocs.io/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/METADATA
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/RECORD
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/WHEEL
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/licenses/
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/licenses/LICENSE
- /usr/local/lib/python3.12/site-packages/requests-2.32.2.dist-info/top_level.txt
- /usr/local/lib/python3.12/site-packages/requests/
- /usr/local/lib/python3.12/site-packages/requests/__init__.py
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/help.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/help.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/requests/__version__.py
- /usr/local/lib/python3.12/site-packages/requests/_internal_utils.py
- /usr/local/lib/python3.12/site-packages/requests/adapters.py
- /usr/local/lib/python3.12/site-packages/requests/api.py
- /usr/local/lib/python3.12/site-packages/requests/auth.py
- /usr/local/lib/python3.12/site-packages/requests/certs.py
- /usr/local/lib/python3.12/site-packages/requests/compat.py
- /usr/local/lib/python3.12/site-packages/requests/cookies.py
- /usr/local/lib/python3.12/site-packages/requests/exceptions.py
- /usr/local/lib/python3.12/site-packages/requests/help.py
- /usr/local/lib/python3.12/site-packages/requests/hooks.py
- /usr/local/lib/python3.12/site-packages/requests/models.py
- /usr/local/lib/python3.12/site-packages/requests/packages.py
- /usr/local/lib/python3.12/site-packages/requests/sessions.py
- /usr/local/lib/python3.12/site-packages/requests/status_codes.py
- /usr/local/lib/python3.12/site-packages/requests/structures.py
- /usr/local/lib/python3.12/site-packages/requests/utils.py