rabbit-client


Namerabbit-client JSON
Version 3.3.0 PyPI version JSON
download
home_pagehttps://github.com/amenezes/rabbit-client
Summaryasync rabbit client
upload_time2024-03-23 22:17:03
maintainerNone
docs_urlNone
authorAlexandre Menezes
requires_python>=3.8.0
licenseApache-2.0
keywords "asyncio" "aioamqp" "amqp" "rabbitmq"
VCS
bugtrack_url
requirements aioamqp attrs click rich trogon
Travis-CI No Travis.
coveralls test coverage
            [![ci](https://github.com/amenezes/rabbit-client/workflows/ci/badge.svg)](https://github.com/amenezes/rabbit-client/actions)
[![codecov](https://codecov.io/gh/amenezes/rabbit-client/branch/master/graph/badge.svg)](https://codecov.io/gh/amenezes/rabbit-client)
[![PyPI version](https://badge.fury.io/py/rabbit-client.svg)](https://badge.fury.io/py/rabbit-client)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rabbit-client)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# rabbit-client

asyncio rabbit client powered by [aioamqp](https://github.com/Polyconseil/aioamqp).

rabbit-client provides a simple and automatic configuration to work with:  

  - pub/sub and [Dead Letter Exchanges](https://www.rabbitmq.com/dlx.html) with [rabbitmq](https://www.rabbitmq.com);  
  - [polling publisher pattern](https://microservices.io/patterns/data/polling-publisher.html) `out-of-box`;
  - connection and reconnection management with broker;
  - automatic channel configuration;
  - concurrent task execution `[optional]`;
  - [publisher confirms](https://www.rabbitmq.com/confirms.html#publisher-confirms) `[optional]`;
  - automatic qos configuration;
  - different strategies to delay error events.

## Installing

Install and update using pip:

```bash
pip install -U rabbit-client
```

## Links

- License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)
- Code: [https://github.com/amenezes/rabbit-client](https://github.com/amenezes/rabbit-client)
- Issue Tracker: [https://github.com/amenezes/rabbit-client/issues](https://github.com/amenezes/rabbit-client/issues)
- Documentation: [https://rabbit-client.amenezes.net](https://rabbit-client.amenezes.net)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/amenezes/rabbit-client",
    "name": "rabbit-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "\"asyncio\", \"aioamqp\", \"amqp\", \"rabbitmq\"",
    "author": "Alexandre Menezes",
    "author_email": "alexandre.fmenezes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/b7/282cdadd6331f4191919e721bd590b6638094f54d1cfd28d087b1aff9f3b/rabbit-client-3.3.0.tar.gz",
    "platform": null,
    "description": "[![ci](https://github.com/amenezes/rabbit-client/workflows/ci/badge.svg)](https://github.com/amenezes/rabbit-client/actions)\n[![codecov](https://codecov.io/gh/amenezes/rabbit-client/branch/master/graph/badge.svg)](https://codecov.io/gh/amenezes/rabbit-client)\n[![PyPI version](https://badge.fury.io/py/rabbit-client.svg)](https://badge.fury.io/py/rabbit-client)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rabbit-client)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# rabbit-client\n\nasyncio rabbit client powered by [aioamqp](https://github.com/Polyconseil/aioamqp).\n\nrabbit-client provides a simple and automatic configuration to work with:  \n\n  - pub/sub and [Dead Letter Exchanges](https://www.rabbitmq.com/dlx.html) with [rabbitmq](https://www.rabbitmq.com);  \n  - [polling publisher pattern](https://microservices.io/patterns/data/polling-publisher.html) `out-of-box`;\n  - connection and reconnection management with broker;\n  - automatic channel configuration;\n  - concurrent task execution `[optional]`;\n  - [publisher confirms](https://www.rabbitmq.com/confirms.html#publisher-confirms) `[optional]`;\n  - automatic qos configuration;\n  - different strategies to delay error events.\n\n## Installing\n\nInstall and update using pip:\n\n```bash\npip install -U rabbit-client\n```\n\n## Links\n\n- License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)\n- Code: [https://github.com/amenezes/rabbit-client](https://github.com/amenezes/rabbit-client)\n- Issue Tracker: [https://github.com/amenezes/rabbit-client/issues](https://github.com/amenezes/rabbit-client/issues)\n- Documentation: [https://rabbit-client.amenezes.net](https://rabbit-client.amenezes.net)\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "async rabbit client",
    "version": "3.3.0",
    "project_urls": {
        "Changes": "https://github.com/amenezes/rabbit-client/releases",
        "Code": "https://github.com/amenezes/rabbit-client",
        "Documentation": "https://rabbit-client.amenezes.net",
        "Homepage": "https://github.com/amenezes/rabbit-client",
        "Issue tracker": "https://github.com/amenezes/rabbit-client/issues"
    },
    "split_keywords": [
        "\"asyncio\"",
        " \"aioamqp\"",
        " \"amqp\"",
        " \"rabbitmq\""
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e494e445d7f73dd709cb77139723aeba6451d91e44a36936912e48d5283fafe",
                "md5": "09cec94f5bef8dc98d83dcdc44cbe4a2",
                "sha256": "d9c6737d991b1abc5dbafaba7ffd770c858fbbbb5ba1d42e92b19ed74edc748c"
            },
            "downloads": -1,
            "filename": "rabbit_client-3.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09cec94f5bef8dc98d83dcdc44cbe4a2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8.0",
            "size": 26116,
            "upload_time": "2024-03-23T22:17:00",
            "upload_time_iso_8601": "2024-03-23T22:17:00.830076Z",
            "url": "https://files.pythonhosted.org/packages/4e/49/4e445d7f73dd709cb77139723aeba6451d91e44a36936912e48d5283fafe/rabbit_client-3.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3b7282cdadd6331f4191919e721bd590b6638094f54d1cfd28d087b1aff9f3b",
                "md5": "ccf27f1647b9ba15e793553b66bd0e0e",
                "sha256": "dc25b42c8da587acc918aa4d73006352708e597dac9189a8926f646ff0da6cd9"
            },
            "downloads": -1,
            "filename": "rabbit-client-3.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ccf27f1647b9ba15e793553b66bd0e0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 20299,
            "upload_time": "2024-03-23T22:17:03",
            "upload_time_iso_8601": "2024-03-23T22:17:03.009824Z",
            "url": "https://files.pythonhosted.org/packages/d3/b7/282cdadd6331f4191919e721bd590b6638094f54d1cfd28d087b1aff9f3b/rabbit-client-3.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 22:17:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "amenezes",
    "github_project": "rabbit-client",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "aioamqp",
            "specs": [
                [
                    ">=",
                    "0.15.0"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    ">=",
                    "19.1.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "trogon",
            "specs": []
        }
    ],
    "lcname": "rabbit-client"
}
        
Elapsed time: 0.25260s