{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Provides type stubs for the bleach HTML sanitization library, enabling static type checkers to validate code that uses bleach without requiring the library itself to be installed.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Add type checking to a project that uses bleach for HTML sanitization without installing bleach in your type-checking environment.","Validate bleach function calls and return types in a mypy or pyright configuration before runtime.","Ensure type safety when passing user input through bleach.clean() or other bleach sanitization functions.","Integrate bleach into a strictly typed codebase that enforces type checking in CI/CD pipelines."],"what_it_does":"types-bleach is a type stub package that provides static type information for the bleach HTML sanitization library. It allows type checkers like mypy, pyright, and ty to understand and validate code that calls bleach functions, catching type errors at development time rather than runtime. The stubs are maintained as part of the typeshed project and are generated from the official typeshed repository.\n\nThis package is a pure typing aid\u2014it contains no runtime code and does not replace bleach itself. It is useful when you want strict type checking in projects that use bleach but do not want to add bleach as a direct dependency to your type-checking environment, or when bleach does not yet ship its own inline type hints. The package depends on types-html5lib to provide types for bleach's HTML parsing dependency.","worth_installing":"Yes, if you use bleach and want static type checking. Install it alongside your type checker (mypy, pyright, or ty) in development or CI environments. The package is lightweight, actively maintained, has no known vulnerabilities, and carries a permissive license. It is only useful if you are already using a static type checker; it adds no runtime value."},"id":"types-bleach","links":{"html":"https://skillfed.io/packages/types-bleach","md":"https://skillfed.io/packages/types-bleach.md","pypi":"https://pypi.org/project/types-bleach/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-bleach","python_support":"supports_current","summary":"Typing stubs for bleach"},"popularity":{"monthly_downloads":1849346,"position":3493,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"6.4.0.20260728"}
