Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 884 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 884 Bytes

Flask-Meld

Official Website - Flask-Meld.dev

Project inspiration (outdated examples) - Ditch Javascript Frameworks For Pure Python Joy

Join the community on Discord - https://discord.gg/DMgSwwdahN

Meld is a framework for Flask to meld your frontend and backend code. What does that mean? It means you can enjoy writing dynamic user interfaces in pure Python.

Less context switching. No need to write javascript. More fun!

Flask-Meld Developer information

Tests

Installing test requirements

pip install -r tests/requirements.txt
playwright install

Run with browser tests

# run tests
pytest

# to watch the browser tests
pytest --headed

Run without browser tests

pytest --ignore=tests/browser