Skip to content

viur-framework/flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c3ea13 · May 14, 2024
Feb 21, 2022
Mar 11, 2022
Apr 7, 2022
May 28, 2021
May 14, 2024
Dec 7, 2021
Feb 14, 2024
May 28, 2021
Mar 4, 2021
Mar 4, 2021
Jan 21, 2022
Feb 21, 2022
Jul 12, 2021
Feb 21, 2022
Sep 13, 2021
Aug 19, 2021

Repository files navigation

Flare

Flare Logo Documentation Status

Flare is an application development framework for writing software frontends in pure Python.

About

Flare is an app development framework for Python-based web-apps running on top of Pyodide in the browser.

It has integrations to concepts with ViUR, an MVC-framework for the Google App Engine platform, but can also be used stand-alone.

Fire up the tiny Hello World live demo. More information can be found in the documentation.

History

Flare is the result of a several years experience in writing web-apps in pure Python. Formerly compiled from Python to JavaScript using PyJS, it now entirely settles up on Pyodide. Additionally, Flare serves as a toolbox for various projects and solutions developed at Mausbrand Informationssysteme GmbH, a software-company from Dortmund, Germany.

Pyodide

Pyodide is the CPython reference implementation that is compiled using emscripten and runs natively inside modern browsers as WebAssembly (WASM). Pyodide itself comes with the full Python scientific-stack.

For better load-time optimization, we started to maintain our own fork of Pyodide called pyodide-nano.

Related projects

  • html5 became an integrated part of Flare, but also exists stand-alone as a HTML5-DOM-object library. It is the core component of Flare and provides an HTML-parser for rapid DOM prototyping.
  • pyodide-html is another HTML object library for Pyodide which can be directly installed from within Pyodide.

Docker

docker build . -t flare:1.0.13 docker run -v $(pwd):/workspace -it flare:1.0.13

python3 /tools/flare.py

License

Copyright © 2022 by Mausbrand Informationssysteme GmbH.

Mausbrand and ViUR are registered trademarks of Mausbrand Informationssysteme GmbH.

You may use, modify and distribute this software under the terms and conditions of the MIT license. See the file LICENSE provided within this package for more information.