pika-stubs 0.1.3


pip install pika-stubs

  Latest version

Released: Jun 10, 2020

Project Links

Meta
Author: Chi-En Wu
Requires Python: >=3.8

Classifiers

Development Status
  • 1 - Planning

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python :: 3

Topic
  • Software Development :: Libraries
  • Software Development :: Libraries :: Python Modules
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 pika-stubs

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

No dependencies