{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"}],"enrichment":{"capability":"Provides type stubs for Pydub, enabling static type checking and IDE autocompletion when working with Pydub's audio processing library.","skillfed_tags":["type-stubs","audio-processing"],"use_cases":["Add type checking to audio processing scripts that use Pydub, catching parameter mismatches before runtime.","Enable IDE autocompletion and inline documentation for Pydub methods while editing code.","Validate Pydub usage in a typed codebase that enforces strict type checking.","Document expected parameter types and return values for Pydub operations in team projects."],"what_it_does":"Pydub-stubs is a type stub package that adds static type information to Pydub, the Python audio processing library. It works alongside Pydub to enable type checkers and IDEs to understand Pydub's API, providing autocompletion and catching type errors at development time rather than runtime. The stubs cover Pydub's public interface and some undocumented functions, including AudioSegment methods, effects, generators, and utility modules.\n\nYou install it as a companion to Pydub itself\u2014it contains no runtime code, only type definitions. It depends only on typing-extensions and supports Python 3.9 through 3.13. The package is maintained to track Pydub releases, with recent fixes addressing function signatures and method availability on AudioSegment.","worth_installing":"Yes, if you use Pydub and want static type checking. Install it alongside Pydub to gain IDE support and type safety with minimal friction. The aging maintenance status is a minor concern but acceptable for a stable type stub that tracks a mature library. No security vulnerabilities and permissive licensing make it a low-risk addition."},"id":"pydub-stubs","links":{"html":"https://skillfed.io/packages/pydub-stubs","md":"https://skillfed.io/packages/pydub-stubs.md","pypi":"https://pypi.org/project/pydub-stubs/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-04-11","license_spdx":null,"license_treatment":"permissive","name":"pydub-stubs","python_support":"supports_current","summary":"Stub-only package containing type information for pydub"},"popularity":{"monthly_downloads":109940,"position":12492,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.25.1.6"}
