An open API service indexing awesome lists of open source software.

https://github.com/hahow/pika-stubs

PEP-484 stubs for Pika
https://github.com/hahow/pika-stubs

amqp mypy mypy-stubs pep484 rabbitmq

Last synced: about 2 months ago
JSON representation

PEP-484 stubs for Pika

Awesome Lists containing this project

README

        


mypy logo

# Typing stubs for Pika library

This package contains [type stubs](https://www.python.org/dev/peps/pep-0561/) to provide more precise static types and type inference for [pika](https://github.com/pika/pika), the RabbitMQ client library.

## Installation

```bash
pip install pika-stubs
```

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