Skip to content

klen/pyserve

Repository files navigation

PyServe is the simple command interface for HTTP serving directories.

Build Status
# Python 2.*
$ python -m SimpleHTTPServer

# Python 3
$ python -m http.server

VS

# Python 2.*
$ pyserve

# Python 3
$ pyserve

https://raw.github.com/klen/pyserve/master/example.png

  • python (2.6+ or 3.0+)

Distribute:

$ easy_install pyserve

PIP:

$ pip install pyserve
$ 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

About

Serve local dirs (human version)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages