{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"}],"enrichment":{"capability":"Provides type stubs enabling static type checkers like mypy and pyright to understand the assertion API of a popular testing library.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable type checkers to validate test files that use the target library's assertions","Catch type mismatches in assertion chains before running tests","Provide IDE autocomplete and inline documentation for assertion methods","Support strict type checking workflows in projects using this testing library","Validate assertion arguments match expected types in CI/CD pipelines"],"what_it_does":"types-assertpy is a type stub package that provides type annotations for a testing assertion library. It contains type information that allows mypy 2.1.0, pyright 1.1.409, and other static type checkers to understand and validate code using the library's fluent assertion API. The stubs are generated from typeshed, the community-maintained repository of type information for Python packages, and target version 1.1.*.\n\nYou install this as a development dependency to enable type checking in test code. Type checkers will use these stubs to catch type errors at analysis time rather than runtime, providing IDE autocomplete and inline documentation for the library's methods.","worth_installing":"Yes, if you use static type checking with this testing library. Install it as a dev dependency to get type safety in your test code. No installation friction and no known security issues. Skip it only if you don't use static type checking or don't use this library."},"id":"types-assertpy","links":{"html":"https://skillfed.io/packages/types-assertpy","md":"https://skillfed.io/packages/types-assertpy.md","pypi":"https://pypi.org/project/types-assertpy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-assertpy","python_support":"supports_current","summary":"Typing stubs for assertpy"},"popularity":{"monthly_downloads":146528,"position":11097,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0.20260518"}
