sfisop-messaging-sdk


Namesfisop-messaging-sdk JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-08 09:23:59
maintainerNone
docs_urlNone
authorYo581515
requires_python<4.0.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Messaging Service Client SDK


Client library for accessing the SmartOcean ingestion and core messaging services.

The messaging services rely on the [MQTT Standard](https://mqtt.org/) 

This client SDK implementation utilises the [Paho MQTT](https://pypi.org/project/paho-mqtt/) library. The Paho MQTT library may also be used directly to access the messaging services in case more advanced use is required.

## Sample Client Code

A sample implementation accessing the messaging service is available in the [sample.py](subscriber_sample.py) script.

## Credentials

Credentials for accessing the service being consumed must be placed in a `.env` file with the following content

```
MESSAGE_SERVICE_USERNAME=<username>
MESSAGE_SERVICE_PASSWORD=<password>
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sfisop-messaging-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Yo581515",
    "author_email": "581515@stud.hvl.no",
    "download_url": "https://files.pythonhosted.org/packages/03/c2/71695f55584ea59298f502965eb3b4df56d5c2f0252be2ea8c56ec175b09/sfisop_messaging_sdk-0.1.0.tar.gz",
    "platform": null,
    "description": "# Messaging Service Client SDK\n\n\nClient library for accessing the SmartOcean ingestion and core messaging services.\n\nThe messaging services rely on the [MQTT Standard](https://mqtt.org/) \n\nThis client SDK implementation utilises the [Paho MQTT](https://pypi.org/project/paho-mqtt/) library. The Paho MQTT library may also be used directly to access the messaging services in case more advanced use is required.\n\n## Sample Client Code\n\nA sample implementation accessing the messaging service is available in the [sample.py](subscriber_sample.py) script.\n\n## Credentials\n\nCredentials for accessing the service being consumed must be placed in a `.env` file with the following content\n\n```\nMESSAGE_SERVICE_USERNAME=<username>\nMESSAGE_SERVICE_PASSWORD=<password>\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ba0867a5de01e60ab015212a838229e90d9598ac4a8e545319b31ff259a94cc",
                "md5": "bae575260fd812cae909fcf177ba3536",
                "sha256": "c441cefd4b705a4192a9b8c6ce097e280ec7996493b8e15ac6463c6928937c5c"
            },
            "downloads": -1,
            "filename": "sfisop_messaging_sdk-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bae575260fd812cae909fcf177ba3536",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9",
            "size": 7186,
            "upload_time": "2024-10-08T09:23:57",
            "upload_time_iso_8601": "2024-10-08T09:23:57.320124Z",
            "url": "https://files.pythonhosted.org/packages/5b/a0/867a5de01e60ab015212a838229e90d9598ac4a8e545319b31ff259a94cc/sfisop_messaging_sdk-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03c271695f55584ea59298f502965eb3b4df56d5c2f0252be2ea8c56ec175b09",
                "md5": "6f76996fa31c0b75a68252c01c6a6778",
                "sha256": "a4a546efef020cdc3ec3e4350a41e305398f2014893f9661adb72fa1af47281a"
            },
            "downloads": -1,
            "filename": "sfisop_messaging_sdk-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6f76996fa31c0b75a68252c01c6a6778",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.9",
            "size": 4329,
            "upload_time": "2024-10-08T09:23:59",
            "upload_time_iso_8601": "2024-10-08T09:23:59.015343Z",
            "url": "https://files.pythonhosted.org/packages/03/c2/71695f55584ea59298f502965eb3b4df56d5c2f0252be2ea8c56ec175b09/sfisop_messaging_sdk-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 09:23:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sfisop-messaging-sdk"
}
        
Elapsed time: 0.32560s