{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides type stubs for PySocks, enabling static type checkers like mypy and pyright to validate code using the PySocks SOCKS proxy library.","skillfed_tags":["type-stubs","static-typing"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses PySocks for SOCKS proxy connections","Catch type mismatches in proxy configuration or socket operations before running code","Integrate PySocks into a typed Python project without disabling type checking for that module","Validate correct usage of PySocks API when refactoring or adding new proxy functionality"],"what_it_does":"types-pysocks is a type stub package that bridges the gap between the PySocks SOCKS proxy library and static type checkers. It provides type annotations for PySocks so that tools like mypy and pyright can understand and validate how you're using the library in your code, catching type errors before runtime.\n\nThe stubs are generated and maintained as part of the typeshed project, which is the canonical repository for type information for the Python standard library and popular third-party packages. This package is a thin distribution layer that makes those stubs available via pip. It has no runtime dependencies and is designed purely to support development-time type checking.","worth_installing":"Yes, if you use PySocks and want static type checking. Install it alongside your type checker (mypy or pyright) to get accurate type validation for PySocks code. It has no runtime cost and is actively maintained. If you don't use a type checker or don't use PySocks, there's no reason to install it."},"id":"types-pysocks","links":{"html":"https://skillfed.io/packages/types-pysocks","md":"https://skillfed.io/packages/types-pysocks.md","pypi":"https://pypi.org/project/types-pysocks/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-PySocks","python_support":"supports_current","summary":"Typing stubs for PySocks"},"popularity":{"monthly_downloads":583727,"position":5891,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7.1.20260518"}
