{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"}],"enrichment":{"capability":"Provides type hints for the pyaudio library, enabling static type checkers like mypy and pyright to validate code that uses pyaudio.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses pyaudio for audio operations","Catch type errors in audio processing code before runtime in a CI/CD workflow","Get IDE autocomplete and type hints when writing code that calls pyaudio functions","Validate that audio device configuration code passes static type analysis"],"what_it_does":"types-pyaudio is a type stub package that provides type annotations for the pyaudio library. It allows static type checkers to understand the types and signatures of pyaudio's API, catching type errors during development rather than at runtime. The package is maintained as part of the typeshed project and is tested against mypy 1.20.0 and pyright 1.1.408.\n\nYou install it alongside pyaudio to enable type checking in your IDE or CI pipeline. It has no runtime dependencies and requires Python 3.10 or later. The stubs aim to cover pyaudio 0.2.* versions, allowing you to write type-safe code that uses pyaudio's audio functions.","worth_installing":"Yes, if you use pyaudio and want static type checking. Installation is frictionless, the package is actively maintained, and it's licensed permissively. Install it as a dev dependency alongside pyaudio to enable type safety in your audio code."},"id":"types-pyaudio","links":{"html":"https://skillfed.io/packages/types-pyaudio","md":"https://skillfed.io/packages/types-pyaudio.md","pypi":"https://pypi.org/project/types-pyaudio/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pyaudio","python_support":"supports_current","summary":"Typing stubs for pyaudio"},"popularity":{"monthly_downloads":83598,"position":14062,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.16.20260508"}
