File: PKG-INFO

package info (click to toggle)
python-rangehttpserver 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: python: 103; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Metadata-Version: 2.1
Name: rangehttpserver
Version: 1.4.0
Summary: SimpleHTTPServer with support for Range requests
Home-page: https://github.com/danvk/RangeHTTPServer/
Author: Dan Vanderkam
Author-email: danvdk@gmail.com
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE

SimpleHTTPServer with support for Range requests

Quickstart:

    $ pip install rangehttpserver
    $ python -m RangeHTTPServer
    Serving HTTP on 0.0.0.0 port 8000 ...

See the GitHub repo for more information:
https://github.com/danvk/RangeHTTPServer