{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/8"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"}],"enrichment":{"capability":"Provides type stubs for the Pika RabbitMQ client library, enabling static type checking and improved IDE autocompletion when working with Pika in your Python code.","skillfed_tags":["type-stubs","rabbitmq"],"use_cases":["Enable type checking on code that uses Pika for RabbitMQ message publishing and consumption.","Improve IDE autocompletion and inline documentation when writing Pika client code.","Catch type errors in RabbitMQ connection setup and channel operations before runtime.","Maintain type safety in larger projects that integrate Pika alongside other typed libraries."],"what_it_does":"types-pika is a type stub package that adds static type information to the Pika RabbitMQ client library. It implements PEP 484 stubs, allowing type checkers to understand Pika's API and provide accurate type hints and autocompletion in your IDE. The package contains no runtime code\u2014it is purely for development-time type checking.\n\nWhen installed, type checkers automatically discover these stubs and use them to validate your Pika code without requiring changes to your imports or runtime behavior. This is useful for catching type-related bugs early and improving code clarity in projects that use Pika for RabbitMQ communication.","worth_installing":"Yes, if you use Pika and run a compatible type checker. The package is lightweight, permissively licensed, and has no runtime dependencies. However, note that the package has not been updated since 2022-01-18; verify that the stubs cover your target Pika version before relying on them in production type-checking workflows."},"id":"types-pika","links":{"html":"https://skillfed.io/packages/types-pika","md":"https://skillfed.io/packages/types-pika.md","pypi":"https://pypi.org/project/types-pika/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-01-18","license_spdx":null,"license_treatment":"permissive","name":"types-pika","python_support":"unspecified","summary":"PEP-484 stubs for Pika"},"popularity":{"monthly_downloads":154097,"position":10861,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.0b1"}
