Metadata-Version: 2.1
Name: Flask-Meld
Version: 0.0.2
Summary: Meld is a framework for Flask that allows you to create dynamic user interfaces using Python and the Jinja2 templating engine.
Home-page: http://github.com/mikeabrahamsen/Flask-Meld/
Author: Michael Abrahamsen
Author-email: mail@michaelabrahamsen.com
License: MIT
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: beautifulsoup4
Requires-Dist: orjson
Requires-Dist: flask-socketio
Requires-Dist: gevent-websocket


Add `{% meld_scripts %}` to templates/base.html


Create a component in meld/components
person.py

Create the component view in templates/meld
templates/meld/person.html

Use `{% meld 'component_name' %}` to use your component in the template





