File: README

package info (click to toggle)
python-pywebview 2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,376 kB
  • sloc: python: 3,816; cs: 116; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
This is a sample skeleton of an application using pywebview and Flask. The directory structure as well as some basic
boilerplate code is provided. The application entry point is src/backend/main.py and it must be run with the working
directory set to the root directory of the application (i.e. the same directory as this file resides in).