Like SimpleHTTPServer, only worse
Project description
A slightly nicer, probably less secure version of python -m SimpleHTTPServer.
Installation
pip install showcase
Usage
Not for production use, etc. To browse the current folder with Showcase, run:
FLASK_APP=showcase.app flask run
or, using gunicorn:
gunicorn showcase:app -b 127.0.0.1:5000
Once it’s running, head to http://127.0.0.1:5000 and enjoy.
To browse somewhere other than where you run it from, set the SHOWCASE_DIR environment variable:
SHOWCASE_DIR=/path/to/somewhere/else gunicorn showcase:app -b 127.0.0.1:5000
Developing
To run the tests: python setup.py test.
License
See LICENSE.txt.
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
Showcase-0.3.4.tar.gz
(25.7 kB
view details)
Built Distribution
File details
Details for the file Showcase-0.3.4.tar.gz
.
File metadata
- Download URL: Showcase-0.3.4.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dff9886425cbe0d0bf586d2bb929bacc1c9e1684b6763f231b258f012915859c |
|
MD5 | e2d34bf9e4417f62ee4ae555962ca933 |
|
BLAKE2b-256 | 2f8901aa1b807db7d46d6ff989d4b6d0385a19cffbfedfed96eeb40a3520483c |
File details
Details for the file Showcase-0.3.4-py2.py3-none-any.whl
.
File metadata
- Download URL: Showcase-0.3.4-py2.py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11e58df1d0a09937b17e87092329b6f980c9ab65b87cf6cef06b819e0a254a65 |
|
MD5 | c819f3ef8249ed54833145ca0f7f34a4 |
|
BLAKE2b-256 | 9772711bae995b9f2da576e59b5a51b49935b925a283b397c6f5add27b1b001b |