Serve local dirs.
Project description
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.* $ serve # Python 3 $ serve
Requirements
python (2.6+ or 3.0+)
Installation
$ easy_install pyserve
PIP:
$ pip install pyserve
Usage
$ serve --help usage: serve [-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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyserve-0.2.4.tar.gz
(74.7 kB
view details)
File details
Details for the file pyserve-0.2.4.tar.gz
.
File metadata
- Download URL: pyserve-0.2.4.tar.gz
- Upload date:
- Size: 74.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4a634752545422c17dbed2d0d1249a8cc83480a4fccc62def457b8fa9c38ce1 |
|
MD5 | 641a31aed2ee15bd8fd8f94a6c7ab0df |
|
BLAKE2b-256 | f34a35d77654db24a822fed357f009dda0462f6abc7c3ce6ef9fc0080f0c9f5d |