{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"Converts XML documents into Python objects, allowing you to work with XML data as native Python instances rather than parsing raw XML text.","skillfed_tags":["abandoned","xml-serialization"],"use_cases":["Deserialize XML configuration files into Python dataclass-like objects for easier programmatic access","Convert XML API responses into typed Python objects instead of navigating nested dictionaries","Map XML document structures to Python classes for data validation and type safety","Build Python object models from XML schemas without hand-coding parser logic"],"what_it_does":"xml-python is a library for deserializing XML documents into Python objects. Instead of working with DOM trees or ElementTree structures, you define Python classes and the library maps XML elements to object instances, letting you access XML data through normal Python attributes.\n\nThe package depends only on attrs, a lightweight library for class definition. It was last released on 2021-01-07 and has received no updates since; the project is no longer maintained. Before adopting it, verify that it works with your Python version and that its XML handling meets your use case, since there will be no ongoing support for bugs or compatibility issues.","worth_installing":"No. The package is abandoned (last release 2021-01-07, no updates since) and offers no clear advantage over maintained alternatives. The lack of active maintenance means no bug fixes, security updates, or Python version compatibility improvements. Use only if you have a specific legacy dependency on this exact library."},"id":"xml-python","links":{"html":"https://skillfed.io/packages/xml-python","md":"https://skillfed.io/packages/xml-python.md","pypi":"https://pypi.org/project/xml-python/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-01-07","license_spdx":null,"license_treatment":"copyleft","name":"xml-python","python_support":"unspecified","summary":"A library for making Python objects from XML."},"popularity":{"monthly_downloads":3751707,"position":2504,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.3"}
