{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"}],"enrichment":{"capability":"Provides type hints for the six Python 2/3 compatibility library, enabling type checkers like mypy and pyright to validate code that uses six.","skillfed_tags":["type-stubs","typing"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses six for Python 2/3 compatibility.","Catch type errors in six API calls during development without running the code.","Provide IDE autocomplete and type hints for six functions when editing code.","Validate legacy codebases that still rely on six for cross-version support."],"what_it_does":"types-six is a type stub package that provides type annotations for the six library, a Python 2 and 3 compatibility utility. It allows static type checkers like mypy and pyright to understand and validate code that uses six's functions and classes. The stubs are maintained as part of the typeshed project and are kept in sync with six version 1.17.*.\n\nThis is a development-time tool, not a runtime dependency. You install it so your type checker can verify that your code correctly uses six's API. It has no runtime dependencies and installs as a pure Python wheel, making it lightweight and friction-free to add to a project.","worth_installing":"Yes, if you use six and run a type checker. It's lightweight, actively maintained, has no runtime overhead, and solves the concrete problem of type-checking six-based code. Skip it only if you don't use type checkers or don't use six."},"id":"types-six","links":{"html":"https://skillfed.io/packages/types-six","md":"https://skillfed.io/packages/types-six.md","pypi":"https://pypi.org/project/types-six/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-six","python_support":"supports_current","summary":"Typing stubs for six"},"popularity":{"monthly_downloads":5573715,"position":2069,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.17.0.20260724"}
