Try it online

The flamapy library can be easily installed on any local Python environment starting from version 3.9. It is also fully compatible with WebAssembly (WASM) and Google Colab. Below, you will find examples showcasing the capabilities and applications of this compatibility.

flamapy.ide based on WASM

We have designed an IDE to work online with your UVL files. No need to upload files to any remote server by using WASM

Try it online

WASM terminal

As stated, flamapy provides a version of all its components and the SAT solver, which can rely on Pyodide. With this in mind, we have created a simple website to execute some operations directly in your browser.

Try it online

WASM UVL Analysis

We have designed a section where you can learn how to integrate analysis on your webpage development. All this from your browser.

Try it online

Consume a rest API

We have deployed a backend solver api, documented useing swagger in the onRender free tier.

Try it online

Google Colab

Google Colab, short for Google Colaboratory, is a cloud-based development environment provided by Google. It offers a Jupyter notebook interface that allows users to write and execute Python code directly in a web browser, eliminating the need for local installations or setups.

Getting started Use the command line Use the python facade Use the python framework


Table of contents