Skip to main content

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
pyserve/raw/master/example.png

Requirements

  • python (2.6+ or 3.0+)

Installation

Distribute:

$ 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


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.1.tar.gz (74.7 kB view details)

Uploaded Source

File details

Details for the file pyserve-0.2.1.tar.gz.

File metadata

  • Download URL: pyserve-0.2.1.tar.gz
  • Upload date:
  • Size: 74.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyserve-0.2.1.tar.gz
Algorithm Hash digest
SHA256 25223d1e5509ba2e7e4606c4fac9633548a6fb66d59fa40e9dc5fdfe4e6b7251
MD5 9016c8ae6dcb5101ec5cc650a10e2548
BLAKE2b-256 3850a5698bdb55cead6c007c6b65daa2a3d67e4e5fd210906b155437c9784121

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page