muffin-kafka


Namemuffin-kafka JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://github.com/klen/muffin-kafka
SummaryKafka Integration for Muffin framework
upload_time2024-03-27 09:47:09
maintainerNone
docs_urlNone
authorKirill Klenov
requires_python<4.0,>=3.9
licenseMIT
keywords kafka asyncio asgi muffin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Muffin-Kafka

**Muffin-Kafka** – [Apache Kafka](https://kafka.apache.org) integration for [Muffin](https://klen.github.io/muffin) framework

[![Tests Status](https://github.com/klen/muffin-kafka/workflows/tests/badge.svg)](https://github.com/klen/muffin-kafka/actions)
[![PYPI Version](https://img.shields.io/pypi/v/muffin-kafka)](https://pypi.org/project/muffin-kafka/)
[![Python Versions](https://img.shields.io/pypi/pyversions/muffin-kafka)](https://pypi.org/project/muffin-kafka/)

## Requirements

* python >= 3.9

## Installation

**muffin-kafka** should be installed using pip:

```shell
$ pip install muffin-kafka
```

## Usage

```python
    from muffin import Application
    import muffin_kafka

    # Create Muffin Application
    app = Application('example')

    # Initialize the plugin
    kafka = muffin_kafka.Plugin(app, **options)

    # As alternative:
    # kafka = muffin_kafka.Plugin()
    # ...
    # kafka.setup(app, dsn="DSN_URL")

```

### Setup the plugin

TODO

## Bug tracker

If you have any suggestions, bug reports or annoyances please report them to
the issue tracker at https://github.com/klen/muffin-kafka/issues


## Contributing

Development of the project happens at: https://github.com/klen/muffin-kafka


## License

Licensed under a [MIT License](http://opensource.org/licenses/MIT)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/klen/muffin-kafka",
    "name": "muffin-kafka",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "kafka, asyncio, asgi, muffin",
    "author": "Kirill Klenov",
    "author_email": "horneds@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/31/abd5e59dadce08ee7d82b151b15a92ca67d27543a837338dc34410096049/muffin_kafka-0.2.6.tar.gz",
    "platform": null,
    "description": "# Muffin-Kafka\n\n**Muffin-Kafka** \u2013 [Apache Kafka](https://kafka.apache.org) integration for [Muffin](https://klen.github.io/muffin) framework\n\n[![Tests Status](https://github.com/klen/muffin-kafka/workflows/tests/badge.svg)](https://github.com/klen/muffin-kafka/actions)\n[![PYPI Version](https://img.shields.io/pypi/v/muffin-kafka)](https://pypi.org/project/muffin-kafka/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/muffin-kafka)](https://pypi.org/project/muffin-kafka/)\n\n## Requirements\n\n* python >= 3.9\n\n## Installation\n\n**muffin-kafka** should be installed using pip:\n\n```shell\n$ pip install muffin-kafka\n```\n\n## Usage\n\n```python\n    from muffin import Application\n    import muffin_kafka\n\n    # Create Muffin Application\n    app = Application('example')\n\n    # Initialize the plugin\n    kafka = muffin_kafka.Plugin(app, **options)\n\n    # As alternative:\n    # kafka = muffin_kafka.Plugin()\n    # ...\n    # kafka.setup(app, dsn=\"DSN_URL\")\n\n```\n\n### Setup the plugin\n\nTODO\n\n## Bug tracker\n\nIf you have any suggestions, bug reports or annoyances please report them to\nthe issue tracker at https://github.com/klen/muffin-kafka/issues\n\n\n## Contributing\n\nDevelopment of the project happens at: https://github.com/klen/muffin-kafka\n\n\n## License\n\nLicensed under a [MIT License](http://opensource.org/licenses/MIT)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Kafka Integration for Muffin framework",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "https://github.com/klen/muffin-kafka",
        "Repository": "https://github.com/klen/muffin-kafka"
    },
    "split_keywords": [
        "kafka",
        " asyncio",
        " asgi",
        " muffin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c9b19840fd8dd7c5af340e7755b563638f5dfba22bd9349441b61a2f47236f9",
                "md5": "ec8f6f3c188bdaa5bd0834840a9ca279",
                "sha256": "667ffb157df7a3e51c19e4038b535f1be99e9e6ae8df8e1c3df4f240726d2c7c"
            },
            "downloads": -1,
            "filename": "muffin_kafka-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec8f6f3c188bdaa5bd0834840a9ca279",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 4423,
            "upload_time": "2024-03-27T09:47:04",
            "upload_time_iso_8601": "2024-03-27T09:47:04.527464Z",
            "url": "https://files.pythonhosted.org/packages/7c/9b/19840fd8dd7c5af340e7755b563638f5dfba22bd9349441b61a2f47236f9/muffin_kafka-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a931abd5e59dadce08ee7d82b151b15a92ca67d27543a837338dc34410096049",
                "md5": "54361a56c2d6c672b8fc4d0102cc1d5c",
                "sha256": "6dd4c244cb65b892128d93c03ea92c7f123e7c50ff70da3571421f50e1fa0aa3"
            },
            "downloads": -1,
            "filename": "muffin_kafka-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "54361a56c2d6c672b8fc4d0102cc1d5c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 4255,
            "upload_time": "2024-03-27T09:47:09",
            "upload_time_iso_8601": "2024-03-27T09:47:09.037821Z",
            "url": "https://files.pythonhosted.org/packages/a9/31/abd5e59dadce08ee7d82b151b15a92ca67d27543a837338dc34410096049/muffin_kafka-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 09:47:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "klen",
    "github_project": "muffin-kafka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "muffin-kafka"
}
        
Elapsed time: 0.22860s