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
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: flake8 (~=4.0.0) ; extra == 'dev'
Requires-Dist: flake8-pyi ; extra == 'dev'
Requires-Dist: mypy (>=0.920) ; extra == 'dev'
Requires-Dist: pyright ; extra == 'dev'
Requires-Dist: pika (==1.2.0) ; extra == 'dev'
Requires-Dist: tornado ; extra == 'dev'
Requires-Dist: twisted ; extra == 'dev'

<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.


