wiotp-sdk


Namewiotp-sdk JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ibm-watson-iot/iot-python
SummaryPython SDK for Maximo IoT and IBM Watson IoT Platform
upload_time2024-07-01 16:11:14
maintainerNone
docs_urlNone
authorDavid Parker
requires_pythonNone
licenseEclipse Public License - v1.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python for IBM Watson IoT Platform
==================================

|GitHub issues| |GitHub| |PyPI| |Project Status| |Downloads| |image1|
|Code Style: Black|

Python module for interacting with **Maximo IoT** and `IBM Watson IoT
Platform <https://internetofthings.ibmcloud.com>`__

-  Python 3.11
-  Python 3.10
-  Python 3.9

Product Withdrawal Notice
-------------------------

Per the September 8, 2020
`announcement <https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS920-136#rprodnx>`__
IBM Watson IoT Platform (5900-A0N) has been withdrawn from marketing
effective **December 9, 2020**. As a result, updates to this project
will be limited.

Dependencies
------------

-  `paho-mqtt <https://pypi.python.org/pypi/paho-mqtt>`__
-  `iso8601 <https://pypi.python.org/pypi/iso8601>`__
-  `pytz <https://pypi.python.org/pypi/pytz>`__
-  `requests <https://pypi.python.org/pypi/requests>`__

Installation
------------

Install the `latest version <https://pypi.org/project/wiotp-sdk/>`__ of
the library with pip

::

   # pip install wiotp-sdk

Uninstall
---------

Uninstalling the module is simple.

::

   # pip uninstall wiotp-sdk

Documentation
-------------

https://ibm-watson-iot.github.io/iot-python/

Supported Features
------------------

-  **Device Connectivity**: Connect your device(s) to Watson IoT
   Platform with ease using this library
-  **Gateway Connectivity**: Connect your gateway(s) to Watson IoT
   Platform with ease using this library
-  **Application connectivity**: Connect your application(s) to Watson
   IoT Platform with ease using this library
-  **Watson IoT API**: Support for the interacting with the Watson IoT
   Platform through REST APIs
-  **SSL/TLS**: By default, this library connects your devices, gateways
   and applications securely to Watson IoT Platform registered service.
   Ports ``8883`` (default) and ``443`` support secure connections using
   TLS with the MQTT and HTTP protocol. Support for MQTT with TLS
   requires at least Python v2.7.9 or v3.5, and openssl v1.0.1
-  **Device Management for Device**: Connects your device(s) as managed
   device(s) to Watson IoT Platform.
-  **Device Management for Gateway**: Connects your gateway(s) as
   managed device(s) to Watson IoT Platform.
-  **Device Management Extensions**: Provides support for custom device
   management actions.
-  **Scalable Applications**: Supports load balancing of MQTT
   subscriptions over multiple application instances.
-  **Auto Reconnect**: All clients support automatic reconnect to the
   Platform in the event of a network interruption.
-  **Websockets**: Support device/gateway/application connectivity to
   Watson IoT Platform using WebSocket

.. |GitHub issues| image:: https://img.shields.io/github/issues/ibm-watson-iot/iot-python.svg
   :target: https://github.com/ibm-watson-iot/iot-python/issues
.. |GitHub| image:: https://img.shields.io/github/license/ibm-watson-iot/iot-python.svg
   :target: https://github.com/ibm-watson-iot/iot-python/blob/master/LICENSE
.. |PyPI| image:: https://img.shields.io/pypi/v/wiotp-sdk.svg
   :target: https://pypi.org/project/wiotp-sdk/
.. |Project Status| image:: https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue
.. |Downloads| image:: https://pepy.tech/badge/ibmiotf
   :target: https://pepy.tech/project/ibmiotf
.. |image1| image:: https://pepy.tech/badge/wiotp-sdk
   :target: https://pepy.tech/project/wiotp-sdk
.. |Code Style: Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ibm-watson-iot/iot-python",
    "name": "wiotp-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "David Parker",
    "author_email": "parkerda@uk.ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/94/67e822928897ad2de7a5e1eae4966d3b8d75f4ece218dc85ba4b6885e365/wiotp_sdk-1.0.0.tar.gz",
    "platform": null,
    "description": "Python for IBM Watson IoT Platform\n==================================\n\n|GitHub issues| |GitHub| |PyPI| |Project Status| |Downloads| |image1|\n|Code Style: Black|\n\nPython module for interacting with **Maximo IoT** and `IBM Watson IoT\nPlatform <https://internetofthings.ibmcloud.com>`__\n\n-  Python 3.11\n-  Python 3.10\n-  Python 3.9\n\nProduct Withdrawal Notice\n-------------------------\n\nPer the September 8, 2020\n`announcement <https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca&infotype=an&appname=iSource&supplier=897&letternum=ENUS920-136#rprodnx>`__\nIBM Watson IoT Platform (5900-A0N) has been withdrawn from marketing\neffective **December 9, 2020**. As a result, updates to this project\nwill be limited.\n\nDependencies\n------------\n\n-  `paho-mqtt <https://pypi.python.org/pypi/paho-mqtt>`__\n-  `iso8601 <https://pypi.python.org/pypi/iso8601>`__\n-  `pytz <https://pypi.python.org/pypi/pytz>`__\n-  `requests <https://pypi.python.org/pypi/requests>`__\n\nInstallation\n------------\n\nInstall the `latest version <https://pypi.org/project/wiotp-sdk/>`__ of\nthe library with pip\n\n::\n\n   # pip install wiotp-sdk\n\nUninstall\n---------\n\nUninstalling the module is simple.\n\n::\n\n   # pip uninstall wiotp-sdk\n\nDocumentation\n-------------\n\nhttps://ibm-watson-iot.github.io/iot-python/\n\nSupported Features\n------------------\n\n-  **Device Connectivity**: Connect your device(s) to Watson IoT\n   Platform with ease using this library\n-  **Gateway Connectivity**: Connect your gateway(s) to Watson IoT\n   Platform with ease using this library\n-  **Application connectivity**: Connect your application(s) to Watson\n   IoT Platform with ease using this library\n-  **Watson IoT API**: Support for the interacting with the Watson IoT\n   Platform through REST APIs\n-  **SSL/TLS**: By default, this library connects your devices, gateways\n   and applications securely to Watson IoT Platform registered service.\n   Ports ``8883`` (default) and ``443`` support secure connections using\n   TLS with the MQTT and HTTP protocol. Support for MQTT with TLS\n   requires at least Python v2.7.9 or v3.5, and openssl v1.0.1\n-  **Device Management for Device**: Connects your device(s) as managed\n   device(s) to Watson IoT Platform.\n-  **Device Management for Gateway**: Connects your gateway(s) as\n   managed device(s) to Watson IoT Platform.\n-  **Device Management Extensions**: Provides support for custom device\n   management actions.\n-  **Scalable Applications**: Supports load balancing of MQTT\n   subscriptions over multiple application instances.\n-  **Auto Reconnect**: All clients support automatic reconnect to the\n   Platform in the event of a network interruption.\n-  **Websockets**: Support device/gateway/application connectivity to\n   Watson IoT Platform using WebSocket\n\n.. |GitHub issues| image:: https://img.shields.io/github/issues/ibm-watson-iot/iot-python.svg\n   :target: https://github.com/ibm-watson-iot/iot-python/issues\n.. |GitHub| image:: https://img.shields.io/github/license/ibm-watson-iot/iot-python.svg\n   :target: https://github.com/ibm-watson-iot/iot-python/blob/master/LICENSE\n.. |PyPI| image:: https://img.shields.io/pypi/v/wiotp-sdk.svg\n   :target: https://pypi.org/project/wiotp-sdk/\n.. |Project Status| image:: https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue\n.. |Downloads| image:: https://pepy.tech/badge/ibmiotf\n   :target: https://pepy.tech/project/ibmiotf\n.. |image1| image:: https://pepy.tech/badge/wiotp-sdk\n   :target: https://pepy.tech/project/wiotp-sdk\n.. |Code Style: Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/ambv/black\n",
    "bugtrack_url": null,
    "license": "Eclipse Public License - v1.0",
    "summary": "Python SDK for Maximo IoT and IBM Watson IoT Platform",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/ibm-watson-iot/iot-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97a5cd68d9f452de9ed1b4edf4074ae0e2b81034996c3a70ffe3348379e7e01a",
                "md5": "92e0dc9f1f62d11cae795f968fe32a61",
                "sha256": "4598e32b59b927698e58f1696009a9ad58d2aad424afd6e155800e402a2ea83a"
            },
            "downloads": -1,
            "filename": "wiotp_sdk-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92e0dc9f1f62d11cae795f968fe32a61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 92648,
            "upload_time": "2024-07-01T16:11:12",
            "upload_time_iso_8601": "2024-07-01T16:11:12.277871Z",
            "url": "https://files.pythonhosted.org/packages/97/a5/cd68d9f452de9ed1b4edf4074ae0e2b81034996c3a70ffe3348379e7e01a/wiotp_sdk-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee9467e822928897ad2de7a5e1eae4966d3b8d75f4ece218dc85ba4b6885e365",
                "md5": "c851b891b1e8a3217aaf0074d5006772",
                "sha256": "1139baa56f90f9d4761a23c389ffbae7baac455c32eed21462489f8bce9ef9c2"
            },
            "downloads": -1,
            "filename": "wiotp_sdk-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c851b891b1e8a3217aaf0074d5006772",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 97963,
            "upload_time": "2024-07-01T16:11:14",
            "upload_time_iso_8601": "2024-07-01T16:11:14.005085Z",
            "url": "https://files.pythonhosted.org/packages/ee/94/67e822928897ad2de7a5e1eae4966d3b8d75f4ece218dc85ba4b6885e365/wiotp_sdk-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 16:11:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ibm-watson-iot",
    "github_project": "iot-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wiotp-sdk"
}
        
Elapsed time: 0.38177s