{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides type annotations for the xmltodict package, enabling static type checkers like mypy and pyright to validate code that parses XML into Python dictionaries.","skillfed_tags":["type-stubs","xml-parsing"],"use_cases":["Enable mypy or pyright to catch type errors in code that uses xmltodict.parse() and related functions","Provide IDE autocomplete and inline type hints when working with xmltodict in a modern editor","Enforce type safety in XML parsing workflows without modifying the xmltodict library itself","Support CI/CD pipelines that run static type checks on projects using xmltodict"],"what_it_does":"This is a type stub package that ships type annotations for xmltodict, a library that converts XML into Python dictionaries. Type stubs allow static type checkers to understand the types and signatures of xmltodict's functions and classes without modifying the original library. When you install this package alongside xmltodict and a type checker like mypy or pyright, the checker can validate that your code is calling xmltodict correctly and handling the returned data with the right types.\n\nThe stubs are maintained as part of typeshed, the central repository of type information for Python packages. This version targets xmltodict 1.0.1 and has been tested with mypy 2.1.0 and pyright 1.1.409. Since it contains no runtime code, installation adds no overhead to your application\u2014it only helps during development and CI type-checking phases.","worth_installing":"Yes, if you use xmltodict and run static type checking. Installing this stub package is free and adds no runtime cost, and it immediately enables your type checker to validate xmltodict usage. If you don't use a type checker or don't use xmltodict, there's no reason to install it."},"id":"types-xmltodict","links":{"html":"https://skillfed.io/packages/types-xmltodict","md":"https://skillfed.io/packages/types-xmltodict.md","pypi":"https://pypi.org/project/types-xmltodict/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-xmltodict","python_support":"supports_current","summary":"Typing stubs for xmltodict"},"popularity":{"monthly_downloads":1433550,"position":3907,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.1.20260518"}
