Skip to main content

Flask BlueStatic module

Project description

Flask-bluestatic

Flask-logsocketio generate on socketio “log” log of your application

It use flask-bluestatic module

Installation

pip install flask-bluestatic

Or

git clone https://github.com/fraoustin/bluestatic.git
cd bluestatic
python setup.py install

Usage

from flask import Flask
from flask_bluestatic import BlueStatic

app = Flask(__name__)
app.register_blueprint(BlueStatic(path='./html'))

if __name__ == "__main__":
    app.run(port=8080)

Feature

V. 0.1.0

  • init

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

flask-bluestatic-0.1.0.tar.gz (10.8 kB view hashes)

Uploaded Source

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