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!
pip install -r tests/requirements.txt
playwright install
# run tests
pytest
# to watch the browser tests
pytest --headed
pytest --ignore=tests/browser