bergpb / flask-pwa

A extension to give a PWA experience into your Flask app.

Home Page:https://pypi.org/project/flask-pwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-PWA

build PyPI

A extension to give a PWA experience into your Flask web application. This extension provide some files to give your app some PWA experience like app installation, cached files and offline page.

Requires:

  • Flask
  • Jinja

Installation:

To use Flask-PWA extension in your project you need to install it with pip.

pip install flask-pwa

How it works

Flask-PWA provide some configuration files into your app: manifest.json, sw.js, offline.html and icons, to deliver best PWA experience.
PWA use this files to configure the minimum environment to works.

ToDo:

  • User can provide your configuration files, overwriting default package files, like offline.html, manifest.json, sw.js.

About

A extension to give a PWA experience into your Flask app.

https://pypi.org/project/flask-pwa


Languages

Language:Python 39.0%Language:HTML 33.5%Language:JavaScript 25.5%Language:Makefile 2.0%