clink


Nameclink JSON
Version 0.34.0 PyPI version JSON
download
home_pagehttps://bitbucket.csiro.au/projects/ASKAPSDP/repos/clink/
SummaryComponent Link.
upload_time2023-01-04 01:01:54
maintainer
docs_urlNone
authorMatt Austin
requires_python>=3.6
licenseGPL-2.0
keywords clink amqp cloudevent messaging producer consumer queue event
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Component Link

[![pipeline status](https://gitlab.com/ASKAPSDP/clink/badges/develop/pipeline.svg)](https://gitlab.com/ASKAPSDP/clink/commits/develop) [![coverage](https://gitlab.com/ASKAPSDP/clink/badges/develop/coverage.svg)](https://askapsdp.gitlab.io/clink/coverage/)


Documentation: <https://askapsdp.gitlab.io/clink/>


CLINK is a Python library designed to make it easy to build
[CloudEvent](https://cloudevents.io/) consumers and producers (CLINK
participants). It uses [Kombu](https://kombu.readthedocs.io/) and
[AMQP](https://amqp.org/) for messaging.


CLINK supports Python 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11.


## Installation

Install from the
[Python Package Index, (pypi)](https://pypi.org/project/clink/), using
[pip](https://pip.pypa.io/en/stable/):

```bash
python -m pip install clink
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.csiro.au/projects/ASKAPSDP/repos/clink/",
    "name": "clink",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "clink,amqp,cloudevent,messaging,producer,consumer,queue,event",
    "author": "Matt Austin",
    "author_email": "matt.austin@csiro.au",
    "download_url": "",
    "platform": null,
    "description": "# Component Link\n\n[![pipeline status](https://gitlab.com/ASKAPSDP/clink/badges/develop/pipeline.svg)](https://gitlab.com/ASKAPSDP/clink/commits/develop) [![coverage](https://gitlab.com/ASKAPSDP/clink/badges/develop/coverage.svg)](https://askapsdp.gitlab.io/clink/coverage/)\n\n\nDocumentation: <https://askapsdp.gitlab.io/clink/>\n\n\nCLINK is a Python library designed to make it easy to build\n[CloudEvent](https://cloudevents.io/) consumers and producers (CLINK\nparticipants). It uses [Kombu](https://kombu.readthedocs.io/) and\n[AMQP](https://amqp.org/) for messaging.\n\n\nCLINK supports Python 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11.\n\n\n## Installation\n\nInstall from the\n[Python Package Index, (pypi)](https://pypi.org/project/clink/), using\n[pip](https://pip.pypa.io/en/stable/):\n\n```bash\npython -m pip install clink\n```\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-2.0",
    "summary": "Component Link.",
    "version": "0.34.0",
    "split_keywords": [
        "clink",
        "amqp",
        "cloudevent",
        "messaging",
        "producer",
        "consumer",
        "queue",
        "event"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90a2a4a1d20cc4f585d12f246878d371ede8ca0ea1fbdda957f714d86d38c725",
                "md5": "b923e16c19a4c910894bf9583c1c53b6",
                "sha256": "2388eb5881ae40674094205f740a4b6a40597f5b6a08a0ea5441e90156379759"
            },
            "downloads": -1,
            "filename": "clink-0.34.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b923e16c19a4c910894bf9583c1c53b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 34369,
            "upload_time": "2023-01-04T01:01:54",
            "upload_time_iso_8601": "2023-01-04T01:01:54.784718Z",
            "url": "https://files.pythonhosted.org/packages/90/a2/a4a1d20cc4f585d12f246878d371ede8ca0ea1fbdda957f714d86d38c725/clink-0.34.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-04 01:01:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "clink"
}
        
Elapsed time: 0.02447s