{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup/2"}],"enrichment":{"capability":"Converts Python dictionaries and native data types into valid XML strings with no external runtime dependencies.","skillfed_tags":["serialization","xml-generation","abandoned"],"use_cases":["Serialize application configuration stored in Python dicts to XML format for interoperability with XML-based systems","Convert REST API response data (typically dict-like) to XML for clients that require XML output","Generate XML documents programmatically from nested Python data structures without writing XML by hand","Export structured data from Python applications to XML files for archival or data interchange"],"what_it_does":"dicttoxml2 is a lightweight library that serializes Python dictionaries and other native data types into XML strings. It is a maintained fork of the original dicttoxml, updated to support Python 3.7 and forward while dropping support for end-of-life Python versions. The package has no external runtime dependencies, making installation straightforward.\n\nThe library is intended as a drop-in replacement for the original dicttoxml. It supports Python 3.7, 3.8, 3.9, 3.10, and 3.11 according to its classifiers and is marked as production-stable. However, the package has been abandoned since 2022-08-13 with no commits or releases since that date, meaning it will not receive updates for new Python versions or bug fixes.","worth_installing":"Yes, if you need simple dict-to-XML conversion and are running Python 3.7\u20133.11 without plans to upgrade soon. The low install friction and lack of dependencies make it lightweight. However, the GPL-2.0 copyleft license restricts use in proprietary projects, and the package's abandonment since 2022-08-13 means no future maintenance or Python version support\u2014consider this a stable but frozen tool suitable only for stable, unchanging environments."},"id":"dicttoxml2","links":{"html":"https://skillfed.io/packages/dicttoxml2","md":"https://skillfed.io/packages/dicttoxml2.md","pypi":"https://pypi.org/project/dicttoxml2/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-08-13","license_spdx":null,"license_treatment":"copyleft","name":"dicttoxml2","python_support":"supports_current","summary":"Converts a Python dictionary or other native data type into a valid XML string."},"popularity":{"monthly_downloads":119152,"position":12085,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
