Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 590 Bytes
mypy logo

Typing stubs for Pika library

This package contains type stubs to provide more precise static types and type inference for pika, the RabbitMQ client library.

An updated fork of pika-stubs, written by Chi-En Wu of Hahow

Installation

pip install types-pika

That's all, run Mypy and it should be able to pick up these stubs.