{"library":"meld3","title":"meld3","description":"Unmaintained templating system used by old versions of Supervisor. Current version is 2.0.1. No recent releases; the project is effectively deprecated.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install meld3"],"cli":null},"imports":["from meld3 import parse_xml"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from meld3 import parse_xml\ntemplate = '<html xmlns:py=\"http://genshi.edgewall.org/\"><body><h1 py:content=\"title\">Title</h1></body></html>'\ntree = parse_xml(template)\ntree.expand({'title': 'Hello, World!'})\nresult = tree.write()\nprint(result)","lang":"python","description":"Parse an XML template with Genshi-like directives and render it with context data.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}