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://codeberg.org/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-3.0.1.tar.gz (7.0 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-3.0.1-py2.py3-none-any.whl (4.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file requests_file-3.0.1.tar.gz.

File metadata

  • Download URL: requests_file-3.0.1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for requests_file-3.0.1.tar.gz
Algorithm Hash digest
SHA256 f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576
MD5 f54c75a8600189c9aadbeb98257cb2fa
BLAKE2b-256 3cf85dc70102e4d337063452c82e1f0d95e39abfe67aa222ed8a5ddeb9df8de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for requests_file-3.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d0f5eb94353986d998f80ac63c7f146a307728be051d4d1cd390dbdb59c10fa2
MD5 665bf5d1544e3e6a965095536e392040
BLAKE2b-256 e1d5de8f089119205a09da657ed4784c584ede8381a0ce6821212a6d4ca47054

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