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-1.4.tar.gz (5.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: requests-file-1.4.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for requests-file-1.4.tar.gz
Algorithm Hash digest
SHA256 d6912b19971d3f11a5f258640705cedc7df9eb5a3b9d58c9ce3367b4a9261bc8
MD5 fe475905d26986ee5fe77d9bcae3efcb
BLAKE2b-256 ff1f11aa5c35218501935e8e05e4ae52f72f416eeb69a9e8fe84e5ef660ccffb

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