Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 717 Bytes

This is a hard fork of hahow/pika-stubs made to work with older versions of Python besides 3.8


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.

Installation

pip install https://github.com/caian-org/pika-stubs/releases/download/v0.1.3/pika_stubs-0.1.3-py3-none-any.whl

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