{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Provides type hints for the html5lib HTML parser, enabling static type checkers like mypy and pyright to validate code that uses html5lib.","skillfed_tags":["type-stubs","typeshed"],"use_cases":["Enable mypy or pyright to type-check code that parses HTML with html5lib in a CI/CD pipeline.","Develop HTML parsing applications with IDE autocomplete and type hints for html5lib methods and classes.","Validate type safety in projects that combine html5lib with other typed libraries in a large codebase.","Ensure compatibility between html5lib usage and strict type-checking configurations."],"what_it_does":"types-html5lib is a type stub package that bridges the gap between the html5lib HTML parser and static type checkers. It provides type annotations for html5lib's public API, allowing mypy, pyright, and other type checkers to validate code that uses html5lib without runtime overhead. The stubs are maintained as part of the typeshed project and are tested against current versions of major type checkers.\n\nWhen installed alongside html5lib, this package enables developers to catch type-related bugs during development rather than at runtime. It targets html5lib version 1.1.x and requires Python 3.10 or later. The package has a single runtime dependency (types-webencodings) and is distributed as a pure wheel, making installation straightforward.","worth_installing":"Yes, if you use html5lib and run static type checking. It has no runtime cost, low install friction, and is actively maintained as part of typeshed. If you don't use a type checker or don't use html5lib, it provides no value. Apache-2.0 licensing poses no restrictions."},"id":"types-html5lib","links":{"html":"https://skillfed.io/packages/types-html5lib","md":"https://skillfed.io/packages/types-html5lib.md","pypi":"https://pypi.org/project/types-html5lib/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-html5lib","python_support":"supports_current","summary":"Typing stubs for html5lib"},"popularity":{"monthly_downloads":10191646,"position":1472,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.11.20260518"}
