{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"}],"enrichment":{"capability":"Provides type hints for the zstd compression library, enabling type checkers like mypy and pyright to validate code that uses zstd.","skillfed_tags":["type-stubs","compression"],"use_cases":["Enable mypy or pyright to type-check code that compresses or decompresses data with zstd","Catch type mismatches in zstd API calls during development before runtime","Support IDE autocompletion and inline type hints for zstd functions in editors like VS Code"],"what_it_does":"types-zstd is a type stub package that provides type annotations for the zstd compression library. It allows Python type checkers like mypy and pyright to understand and validate code that calls zstd functions, catching type errors at check time rather than runtime. The stubs are maintained as part of the typeshed project and track zstd version 1.5.7.3.\n\nThis package has no runtime dependencies and is purely for static analysis\u2014it does not affect how your code runs. You install it alongside zstd itself so that your type checker can resolve type information when analyzing code that imports and uses zstd.","worth_installing":"Yes, if you use zstd and run a type checker. It has no runtime cost, low install friction, and is actively maintained. Skip it only if you do not use static type checking or do not use zstd."},"id":"types-zstd","links":{"html":"https://skillfed.io/packages/types-zstd","md":"https://skillfed.io/packages/types-zstd.md","pypi":"https://pypi.org/project/types-zstd/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-22","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-zstd","python_support":"supports_current","summary":"Typing stubs for zstd"},"popularity":{"monthly_downloads":215677,"position":9395,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.7.3.20260722"}
