# types-confluent-kafka
[![PyPI version](https://badge.fury.io/py/types-confluent-kafka.svg)](https://badge.fury.io/py/types-confluent-kafka) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-confluent-kafka) [![GitHub issues](https://img.shields.io/github/issues/benbenbang/types-confluent-kafka)](https://github.com/benbenbang/types-confluent-kafka/issues) ![pre-commit enable](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white) [![main](https://github.com/benbenbang/types-confluent-kafka/actions/workflows/main.yml/badge.svg)](https://github.com/benbenbang/types-confluent-kafka/actions/workflows/main.yml) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://semver.org/)
`types-confluent-kafka` is a package that provides type hints for the `confluent-kafka` Python package. It's designed to enhance your development experience by enabling type checking with tools like `mypy` and providing auto-completion support in your LSP (language server).
**Important Note:** Confluent **does not** officially endorse this package.
## Compatibility
please check the [table](https://github.com/benbenbang/types-confluent-kafka/blob/main/compatibility.md)
## Installation
The package can be installed from [PyPI](https://pypi.org/project/types-confluent-kafka/)
```bash
pip install --no-cache-dir types-confluent-kafka
```
alternatively, if you use `poetry`, for example,
```bash
poetry add --group dev types-confluent-kafka
```
## Semantic versioning
`types-confluent-kafka` follows [Semantic Versioning 2.0.0](https://semver.org/). This means that we use version numbers like `MAJOR.MINOR.PATCH` to indicate changes in the package:
- `MAJOR` version for incompatible API changes,
- `MINOR` version for adding new features in a backward-compatible manner,
- `PATCH` version for backward-compatible bug fixes.
This package will be released as frequently as possible to iterate faster and provide you with the latest features and improvements. Frequent releases also allow us to quickly address and release bug fixes to ensure the stability of the package.
The commit follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), which is the driver of how the versioning works.
## Contribution
Contributions to `types-confluent-kafka` are welcome and encouraged! If you want to contribute, please follow these steps:
1. Fork this repository.
2. Create a new branch for your contribution: `git checkout -b feature/your-feature-name`.
3. Make your changes and ensure that the tests are passing.
4. Open a pull request describing your changes and their purpose.
5. The PR needs to link to an issue.
Please note that this project follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.
## Development
please check the [development guide](https://github.com/benbenbang/types-confluent-kafka/blob/main/.github/CONTRIBUTING.md)
## License
This project is licensed under the [Apache 2.0 License](https://chat.openai.com/c/LICENSE). You are free to use, modify, and distribute the code according to the terms of this license.
Raw data
{
"_id": null,
"home_page": "https://github.com/benbenbang/types-confluent-kafka",
"name": "types-confluent-kafka",
"maintainer": null,
"docs_url": null,
"requires_python": "<=3.13,>=3.9",
"maintainer_email": null,
"keywords": "types, typings, stubs, confluent_kafka, mypy, lsp, completion, type hints, type checking",
"author": "benbenbang",
"author_email": "bn@bitbrew.dev",
"download_url": "https://files.pythonhosted.org/packages/ef/41/0fafcbb5705f97819767f2cc0be09de161aa0a9d9ba09cce8976f5a2bc3a/types_confluent_kafka-1.3.0.tar.gz",
"platform": null,
"description": "# types-confluent-kafka\n\n [![PyPI version](https://badge.fury.io/py/types-confluent-kafka.svg)](https://badge.fury.io/py/types-confluent-kafka) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-confluent-kafka) [![GitHub issues](https://img.shields.io/github/issues/benbenbang/types-confluent-kafka)](https://github.com/benbenbang/types-confluent-kafka/issues) ![pre-commit enable](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white) [![main](https://github.com/benbenbang/types-confluent-kafka/actions/workflows/main.yml/badge.svg)](https://github.com/benbenbang/types-confluent-kafka/actions/workflows/main.yml) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://semver.org/)\n\n`types-confluent-kafka` is a package that provides type hints for the `confluent-kafka` Python package. It's designed to enhance your development experience by enabling type checking with tools like `mypy` and providing auto-completion support in your LSP (language server).\n\n\n\n**Important Note:** Confluent **does not** officially endorse this package.\n\n\n\n## Compatibility\nplease check the [table](https://github.com/benbenbang/types-confluent-kafka/blob/main/compatibility.md)\n\n## Installation\n\nThe package can be installed from [PyPI](https://pypi.org/project/types-confluent-kafka/)\n\n```bash\npip install --no-cache-dir types-confluent-kafka\n```\n\nalternatively, if you use `poetry`, for example,\n\n```bash\npoetry add --group dev types-confluent-kafka\n```\n\n\n## Semantic versioning\n\n`types-confluent-kafka` follows [Semantic Versioning 2.0.0](https://semver.org/). This means that we use version numbers like `MAJOR.MINOR.PATCH` to indicate changes in the package:\n\n- `MAJOR` version for incompatible API changes,\n- `MINOR` version for adding new features in a backward-compatible manner,\n- `PATCH` version for backward-compatible bug fixes.\n\nThis package will be released as frequently as possible to iterate faster and provide you with the latest features and improvements. Frequent releases also allow us to quickly address and release bug fixes to ensure the stability of the package.\n\nThe commit follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), which is the driver of how the versioning works.\n\n\n\n## Contribution\n\nContributions to `types-confluent-kafka` are welcome and encouraged! If you want to contribute, please follow these steps:\n\n1. Fork this repository.\n2. Create a new branch for your contribution: `git checkout -b feature/your-feature-name`.\n3. Make your changes and ensure that the tests are passing.\n4. Open a pull request describing your changes and their purpose.\n5. The PR needs to link to an issue.\n\nPlease note that this project follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.\n\n\n\n## Development\n\nplease check the [development guide](https://github.com/benbenbang/types-confluent-kafka/blob/main/.github/CONTRIBUTING.md)\n\n\n\n## License\n\nThis project is licensed under the [Apache 2.0 License](https://chat.openai.com/c/LICENSE). You are free to use, modify, and distribute the code according to the terms of this license.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0 license",
"summary": null,
"version": "1.3.0",
"project_urls": {
"Homepage": "https://github.com/benbenbang/types-confluent-kafka",
"Repository": "https://github.com/benbenbang/types-confluent-kafka"
},
"split_keywords": [
"types",
" typings",
" stubs",
" confluent_kafka",
" mypy",
" lsp",
" completion",
" type hints",
" type checking"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "31dcfcb2938e3d05f3112aa7ad0f386a4e1b135b14c5e239632d2360de3b5846",
"md5": "de14eb9d39577e788742a7498d6a89a9",
"sha256": "b82e35c9af3cb24a329494c8e30d0457c41a3f0c143e025bb6e43996f5004978"
},
"downloads": -1,
"filename": "types_confluent_kafka-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de14eb9d39577e788742a7498d6a89a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<=3.13,>=3.9",
"size": 35269,
"upload_time": "2024-12-12T20:56:46",
"upload_time_iso_8601": "2024-12-12T20:56:46.907748Z",
"url": "https://files.pythonhosted.org/packages/31/dc/fcb2938e3d05f3112aa7ad0f386a4e1b135b14c5e239632d2360de3b5846/types_confluent_kafka-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ef410fafcbb5705f97819767f2cc0be09de161aa0a9d9ba09cce8976f5a2bc3a",
"md5": "0bea908e36a5759f7aa36a77f0436330",
"sha256": "b4c5bacb08e6270576f4098f02a013156ae494e7abdeab57d1cbe9a58540e91e"
},
"downloads": -1,
"filename": "types_confluent_kafka-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "0bea908e36a5759f7aa36a77f0436330",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<=3.13,>=3.9",
"size": 22080,
"upload_time": "2024-12-12T20:56:47",
"upload_time_iso_8601": "2024-12-12T20:56:47.986333Z",
"url": "https://files.pythonhosted.org/packages/ef/41/0fafcbb5705f97819767f2cc0be09de161aa0a9d9ba09cce8976f5a2bc3a/types_confluent_kafka-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 20:56:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "benbenbang",
"github_project": "types-confluent-kafka",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "types-confluent-kafka"
}