Metadata-Version: 2.1
Name: types-pika
Version: 1.2.0b1
Summary: PEP-484 stubs for Pika
Home-page: https://github.com/qubidt/types-pika
Author: Bao Trinh
Author-email: qubidt@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Stubs Only
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

<a href="http://mypy-lang.org/">
<img src="http://mypy-lang.org/static/mypy_light.svg" alt="mypy logo" width="300px"/>
</a>

# 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 types-pika
```

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


