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
- Host: GitHub
- URL: https://github.com/hahow/pika-stubs
- Owner: hahow
- License: mit
- Created: 2020-06-03T02:43:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:28:06.000Z (over 1 year ago)
- Last Synced: 2025-04-15T10:05:22.531Z (2 months ago)
- Topics: amqp, mypy, mypy-stubs, pep484, rabbitmq
- Language: Python
- Homepage: https://pypi.org/project/pika-stubs/
- Size: 94.7 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.