Metadata-Version: 2.1
Name: types-confluent-kafka
Version: 0.1.0
Summary: 
License: Apache2
Author: benbenbang
Author-email: bn@bitbrew.dev
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# types-confluent-kafka

This package only contains type hints for the `confluent-kafka` python package. It may be useful to add type checking for `mypy`, or autocompletion in your *language server*.

This package is not endorsed by Confluent.

## Installation

The package can be installed from [PyPI](https://pypi.org/project/types-confluent-kafka/)

```bash
pip install types-confluent-kafka
```

alternatively
```
mypy ./your_codebase
mypy --install-types
```

