{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"}],"enrichment":{"capability":"Provides type annotations for the pyperclip clipboard library, enabling type checkers like mypy and pyright to validate code that uses pyperclip.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable mypy or pyright to type-check code that calls pyperclip.paste() or pyperclip.copy() without false positives","Catch clipboard-related type errors in IDE type hints and linters before deployment","Maintain type safety in projects that mix clipboard operations with strictly typed business logic"],"what_it_does":"types-pyperclip is a type stub package that supplies type annotations for the pyperclip clipboard library. It allows static type checkers like mypy (1.20.0) and pyright (1.1.408) to understand and validate code that calls pyperclip functions, catching type errors before runtime. The package is maintained as part of the typeshed project and tracks pyperclip version 1.11.*.\n\nType stubs are pure metadata\u2014they contain no executable code and add zero runtime overhead. You install this package alongside pyperclip to enable type checking in your IDE and CI pipelines. It requires Python 3.10 or later and has no runtime dependencies.","worth_installing":"Yes, if you use pyperclip and run static type checking. It has no runtime cost, low install friction, and is actively maintained. Install it alongside pyperclip in your dev or type-checking dependencies. If you don't use type checkers, it provides no value."},"id":"types-pyperclip","links":{"html":"https://skillfed.io/packages/types-pyperclip","md":"https://skillfed.io/packages/types-pyperclip.md","pypi":"https://pypi.org/project/types-pyperclip/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pyperclip","python_support":"supports_current","summary":"Typing stubs for pyperclip"},"popularity":{"monthly_downloads":97370,"position":13153,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.11.0.20260508"}
