PyServe
PyServe is the simple command interface for HTTP serving directories.
# Python 2.* $ python -m SimpleHTTPServer # Python 3 $ python -m http.server
VS
# Python 2.* $ pyserve # Python 3 $ pyserve
Requirements
python (2.6+ or 3.0+)
Installation
$ easy_install pyserve
PIP:
$ pip install pyserve
Usage
$ pyserve --help usage: pyserve [-h] [-p PORT] [-s] [-a] [path] Serve current directory positional arguments: path Path to serve directory. optional arguments: -h, --help show this help message and exit -p PORT, --port PORT The port of the webserver. -s, --share Make server available externally. -a, --autoindex Enable autoindex files. -d, --hidden Hide system files
Release files for pyserve 0.2.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyserve-0.2.8.tar.gz | 76.6 kB | Details |
Release files / pyserve-0.2.8.tar.gz
| Download URL | pyserve-0.2.8.tar.gz |
|---|---|
| Size | 76.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
032144c27a3219fe027774883e9ae2bc576c01529be3a20ce2292bd45a6f49c9
|
|
BLAKE2b-256 checksum How to use checksums |
7a44cdd572c9eb2ce101e3266df75b0a9d84bc54cd4a786eb8c7a6fbc26129d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |