{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"}],"enrichment":{"capability":"Provides type stubs for the pika AMQP client library, enabling static type checking of pika-based code with mypy, pyright, and other type checkers.","skillfed_tags":["type-stubs","amqp","typeshed"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses pika for RabbitMQ connections and message handling.","Catch type mismatches in pika API calls (e.g., incorrect parameter types to ConnectionParameters) during development.","Provide IDE autocomplete and inline type hints for pika objects when using a type-aware editor.","Enforce type safety in CI/CD pipelines that run static type checking on pika-dependent applications."],"what_it_does":"types-pika-ts is a type stub package that adds static type information to the pika AMQP client library. It allows type checkers like mypy and pyright to understand pika's API and catch type errors in code that uses pika for RabbitMQ communication. The package is maintained as part of the typeshed project and targets pika version 1.4.*.\n\nInstalling this package does not change pika's runtime behavior\u2014it only provides type hints for development and CI/CD type-checking workflows. It has no runtime dependencies and installs cleanly. The stubs are tested against multiple type checkers to ensure compatibility.","worth_installing":"Yes, if you use pika and run a type checker in your workflow. It has no runtime cost, no dependencies, and is actively maintained. Install it if you want static type checking of pika code; skip it if you don't use type checkers or don't use pika."},"id":"types-pika-ts","links":{"html":"https://skillfed.io/packages/types-pika-ts","md":"https://skillfed.io/packages/types-pika-ts.md","pypi":"https://pypi.org/project/types-pika-ts/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pika-ts","python_support":"supports_current","summary":"Typing stubs for pika"},"popularity":{"monthly_downloads":206669,"position":9566,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.0.20260730"}
