{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"meld3 is an HTML/XML templating system that separates template markup from rendering logic using ElementTree-based element manipulation and namespace-qualified identifiers.","skillfed_tags":["legacy","unmaintained","templating"],"use_cases":["Generating dynamic HTML documents from templates in legacy systems that depend on meld3 (e.g., older Supervisor versions).","Transforming XML documents by locating elements via meld:id identifiers and modifying their content or attributes programmatically.","Repeating template sections (like table rows) over collections of data using the repeat() method.","Outputting templates in different formats (HTML 4.01, XHTML, or XML) from a single parsed tree."],"what_it_does":"meld3 is a templating library that uses ElementTree to parse and manipulate HTML or XML documents. Templates are marked up with namespace-qualified identifiers (meld:id attributes), and Python code then locates and modifies those elements by name, adding content, attributes, or repeating sections over data. The library outputs well-formed HTML, XHTML, or XML depending on the write method used.\n\nThe package was created as a variation of earlier templating systems (Meld2 and PyMeld) and was maintained primarily as a dependency of Supervisor until version 4.1.0 (October 2019). Since then, no further development has been planned, and the package is considered unmaintained. It has received only minimal updates since 2007 to keep compatible with newer Python versions.","worth_installing":"No. The package is explicitly unmaintained as of April 2020 and archived. Install only if you are maintaining legacy code that already depends on it (e.g., Supervisor versions before 4.1.0). For new projects, use a modern templating library such as Jinja2 or similar. No known security vulnerabilities are recorded, but lack of maintenance means future issues will not be addressed."},"id":"meld3","links":{"html":"https://skillfed.io/packages/meld3","md":"https://skillfed.io/packages/meld3.md","pypi":"https://pypi.org/project/meld3/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-04-08","license_spdx":null,"license_treatment":"permissive","name":"meld3","python_support":"unspecified","summary":"Unmaintained templating system used by old versions of Supervisor"},"popularity":{"monthly_downloads":101416,"position":12936,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.1"}
