{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"Provides type stubs for pexpect, enabling type checkers like mypy and pyright to validate code using pexpect.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable type checkers to validate scripts that automate terminal sessions with pexpect","Catch type errors in subprocess automation code before runtime in CI/CD pipelines","Provide IDE autocomplete and inline documentation for pexpect method calls","Validate terminal interaction logic in test automation frameworks using pexpect"],"what_it_does":"types-pexpect is a type stub package that provides type annotations for pexpect's public API. It allows static type checkers like mypy and pyright to understand and validate code that uses pexpect without requiring pexpect itself to ship with inline type hints.\n\nThe package is generated and maintained as part of typeshed, the canonical repository of type stubs for the Python ecosystem. It targets pexpect version 4.9.* and has zero runtime dependencies\u2014it exists purely to inform type checkers during development. Installation is straightforward and adds no overhead to your application.","worth_installing":"Yes, if you use pexpect and run static type checking. Install it alongside pexpect to get full type coverage in mypy or pyright. No downside: it has no dependencies, adds no runtime cost, and is actively maintained. Skip only if you don't use a type checker or don't use pexpect."},"id":"types-pexpect","links":{"html":"https://skillfed.io/packages/types-pexpect","md":"https://skillfed.io/packages/types-pexpect.md","pypi":"https://pypi.org/project/types-pexpect/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pexpect","python_support":"supports_current","summary":"Typing stubs for pexpect"},"popularity":{"monthly_downloads":941982,"position":4675,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.9.0.20260518"}
