python-rangehttpserver 1.2.0-1 source package in Ubuntu

Changelog

python-rangehttpserver (1.2.0-1) unstable; urgency=medium

  * Initial release. (Closes: #1004434)

 -- Scott Kitterman <email address hidden>  Thu, 27 Jan 2022 11:05:14 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rangehttpserver_1.2.0-1.dsc 2.1 KiB fc41b49a73b455c0bdf6081579344665e8dfe5fe58effb9264070324c1fb7bc0
python-rangehttpserver_1.2.0.orig.tar.gz 2.4 KiB ce47a420d04c8161d28f35538b3d2fc77cea5c54968c3e3e6a508d64e04ea7a2
python-rangehttpserver_1.2.0-1.debian.tar.xz 5.4 KiB e59035f844a553dee21b54b495d3d61b5d4cef4d1afec124a15e0480cc9a7e3f

No changes file available.

Binary packages built by this source

python3-rangehttpserver: SimpleHTTPServer with support for Range requests

 RangeHTTPServer is a Python module for running a simple HTTP server with
 support for range requests. It is suitable for use in local testing, not
 Internet scale production use.
 .
 HTTP range requests ask the server to send only a portion of an HTTP message
 back to a client and are useful for clients like media players that support
 random access, data tools that know they need only part of a large file, and
 download managers that let the user pause and resume the download.