requests-file 2.0.0-1 source package in Ubuntu

Changelog

requests-file (2.0.0-1) unstable; urgency=medium

  * new upstream release

 -- Antoine Beaupré <email address hidden>  Fri, 05 Apr 2024 23:27:36 -0400

Upload details

Uploaded by:
anarcat
Uploaded to:
Sid
Original maintainer:
anarcat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests-file_2.0.0-1.dsc 1.4 KiB b3ac27d4f1b38bc40325b0a775b7ef6a8dc634d9f6201abca62743a614a412f4
requests-file_2.0.0.orig.tar.gz 5.9 KiB 87b99ebba6e3a336e03ba1d91c8c6bb279e51602b277dfb7227a64681187665c
requests-file_2.0.0-1.debian.tar.xz 3.7 KiB 5d63575032fb061c8bc6846bdde2fc224ceb86073ef5f6361b3fcbeac62a8c7b

Available diffs

No changes file available.

Binary packages built by this source

python3-requests-file: File transport adapter for Requests - Python 3.X

 Requests-File is a transport adapter for use with the Requests Python
 library to allow local filesystem access via file:// URLs.
 .
 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.
 .
 This package contains the Python 3 version of the library.