Skip to main content

File transport adapter for Requests

Project description

Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs.

To use:

import requests
from requests_file import FileAdapter

s = requests.Session()
s.mount('file://', FileAdapter())

resp = s.get('file:///path/to/file')

Features

  • Will open and read local files

  • Might set a Content-Length header

  • That’s about it

No encoding information is set in the response object, so be careful using Response.text: the chardet library will be used to convert the file to a unicode type and it may not detect what you actually want.

EACCES is converted to a 403 status code, and ENOENT is converted to a 404. All other IOError types are converted to a 400.

Contributing

Contributions welcome! Feel free to open a pull request against https://github.com/dashea/requests-file

License

To maximise compatibility with Requests, this code is licensed under the Apache license. See LICENSE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

requests-file-2.0.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

requests_file-2.0.0-py2.py3-none-any.whl (4.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file requests-file-2.0.0.tar.gz.

File metadata

  • Download URL: requests-file-2.0.0.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.12.1

File hashes

Hashes for requests-file-2.0.0.tar.gz
Algorithm Hash digest
SHA256 20c5931629c558fda566cacc10cfe2cd502433e628f568c34c80d96a0cc95972
MD5 19e2b65d5e44ec331535182864d51fa8
BLAKE2b-256 2b69ba1b5f52f96cde4f2d8eca74a0aa2c11a66b2fe58d0fb63b2e46edce6ed3

See more details on using hashes here.

File details

Details for the file requests_file-2.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for requests_file-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3e493d390adb44aa102ebea827a48717336d5268968c370eaf19abaf5cae13bf
MD5 27edd460ff9c660cc0c9257a3b018add
BLAKE2b-256 10fd321e33597e09cb4368d361b0b6c6573ef45d5f693acef41ba33673a55b7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page