types-confluent-kafka


Nametypes-confluent-kafka JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/benbenbang/types-confluent-kafka
Summary
upload_time2024-02-08 07:13:25
maintainer
docs_urlNone
authorbenbenbang
requires_python>=3.8,<4.0
licenseApache-2.0 license
keywords types typings stubs confluent_kafka mypy lsp completion type hints type checking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "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/d3/79/c00fd782f9c72b77584fb2ea3f18d694fdf36522fcd778d6b917261958e3/types_confluent_kafka-1.2.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",
    "bugtrack_url": null,
    "license": "Apache-2.0 license",
    "summary": "",
    "version": "1.2.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": "7e6f7836db78f1ad5e09d8ca092bf7f6a7c10313731f97a35550704347aaf934",
                "md5": "516fecedd0e8110bcd023aedf5759381",
                "sha256": "19070aec05aa76a96e35daccfa20bd670e9a7880b8b920872ac9ed2cdcc93f19"
            },
            "downloads": -1,
            "filename": "types_confluent_kafka-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "516fecedd0e8110bcd023aedf5759381",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 32769,
            "upload_time": "2024-02-08T07:13:24",
            "upload_time_iso_8601": "2024-02-08T07:13:24.341906Z",
            "url": "https://files.pythonhosted.org/packages/7e/6f/7836db78f1ad5e09d8ca092bf7f6a7c10313731f97a35550704347aaf934/types_confluent_kafka-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d379c00fd782f9c72b77584fb2ea3f18d694fdf36522fcd778d6b917261958e3",
                "md5": "a93f21c06f0dfc620c5281fa54b17588",
                "sha256": "4c509b35e48eb3d19d6297edafb383b9ce7294c9f1833e7aa226bb5b7e088c2f"
            },
            "downloads": -1,
            "filename": "types_confluent_kafka-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a93f21c06f0dfc620c5281fa54b17588",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 20285,
            "upload_time": "2024-02-08T07:13:25",
            "upload_time_iso_8601": "2024-02-08T07:13:25.922973Z",
            "url": "https://files.pythonhosted.org/packages/d3/79/c00fd782f9c72b77584fb2ea3f18d694fdf36522fcd778d6b917261958e3/types_confluent_kafka-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 07:13:25",
    "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"
}
        
Elapsed time: 0.18965s