{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Provides type annotations for the psutil library, enabling type checkers like mypy and pyright to validate code that uses psutil for system and process monitoring.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable mypy or pyright to type-check code that calls psutil functions for CPU, memory, or process information.","Catch incorrect argument types or missing attributes when working with psutil.Process or psutil.sensors in an IDE with inline type checking.","Maintain type safety in system administration or monitoring scripts that rely on psutil's API.","Integrate psutil into a larger typed codebase without losing type information at module boundaries."],"what_it_does":"types-psutil is a type stub package that provides type annotations for psutil, the system and process monitoring library. It allows static type checkers\u2014mypy, pyright, and others\u2014to understand and validate code that imports and uses psutil, catching type errors at development time rather than runtime.\n\nThe package is maintained as part of typeshed, the standard repository of type stubs for the Python ecosystem. This version targets psutil 7.2.2 and has been tested with mypy 2.1.0 and pyright 1.1.409. Installation adds no runtime overhead; it only affects type checking. It requires Python 3.10 or later.","worth_installing":"Yes, if you use psutil and run a type checker. It is a lightweight, actively maintained stub package with no runtime dependencies and permissive licensing. Install it alongside psutil to get accurate type hints during development. No reason not to if you are already using a type checker."},"id":"types-psutil","links":{"html":"https://skillfed.io/packages/types-psutil","md":"https://skillfed.io/packages/types-psutil.md","pypi":"https://pypi.org/project/types-psutil/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-psutil","python_support":"supports_current","summary":"Typing stubs for psutil"},"popularity":{"monthly_downloads":7860145,"position":1685,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.2.2.20260518"}
