google-cloud-iot


Namegoogle-cloud-iot JSON
Version 2.9.2 PyPI version JSON
download
home_pagehttps://github.com/googleapis/python-iot
SummaryGoogle Cloud Iot API client library
upload_time2023-07-05 15:45:31
maintainer
docs_urlNone
authorGoogle LLC
requires_python>=3.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Python Client for Google Cloud Internet of Things (IoT) Core API
================================================================

|stable| |pypi| |versions|

`Google Cloud Internet of Things (IoT) Core API`_: is a complete set of tools to connect, process, store, and analyze data both at the edge and in the cloud. The platform consists of scalable, fully-managed cloud services; an integrated software stack for edge/on-premises computing with machine learning capabilities for all your IoT needs.

- `Client Library Documentation`_
- `Product Documentation`_

.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
   :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iot.svg
   :target: https://pypi.org/project/google-cloud-iot/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg
   :target: https://pypi.org/project/google-cloud-iot/
.. _Google Cloud Internet of Things (IoT) Core API: https://cloud.google.com/iot
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/cloudiot/latest
.. _Product Documentation:  https://cloud.google.com/iot

Quick Start
-----------

In order to use this library, you first need to go through the following steps:

1. `Select or create a Cloud Platform project.`_
2. `Enable billing for your project.`_
3. `Enable the Google Cloud Internet of Things (IoT) Core API.`_
4. `Setup Authentication.`_

.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
.. _Enable the Google Cloud Internet of Things (IoT) Core API.:  https://cloud.google.com/iot
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html

Installation
~~~~~~~~~~~~

Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to
create isolated Python environments. The basic problem it addresses is one of
dependencies and versions, and indirectly permissions.

With `virtualenv`_, it's possible to install this library without needing system
install permissions, and without clashing with the installed system
dependencies.

.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/


Code samples and snippets
~~~~~~~~~~~~~~~~~~~~~~~~~

Code samples and snippets live in the `samples/` folder.


Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
Python.

Python >= 3.7

.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches

Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python <= 3.6

If you are using an `end-of-life`_
version of Python, we recommend that you update as soon as possible to an actively supported version.

.. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches

Mac/Linux
^^^^^^^^^

.. code-block:: console

    pip install virtualenv
    virtualenv <your-env>
    source <your-env>/bin/activate
    <your-env>/bin/pip install google-cloud-iot


Windows
^^^^^^^

.. code-block:: console

    pip install virtualenv
    virtualenv <your-env>
    <your-env>\Scripts\activate
    <your-env>\Scripts\pip.exe install google-cloud-iot

Next Steps
~~~~~~~~~~

-  Read the `Client Library Documentation`_ for Google Cloud Internet of Things (IoT) Core API
   to see other available methods on the client.
-  Read the `Google Cloud Internet of Things (IoT) Core API Product documentation`_ to learn
   more about the product and see How-to Guides.
-  View this `README`_ to see the full list of Cloud
   APIs that we cover.

.. _Google Cloud Internet of Things (IoT) Core API Product documentation:  https://cloud.google.com/iot
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/googleapis/python-iot",
    "name": "google-cloud-iot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Google LLC",
    "author_email": "googleapis-packages@google.com",
    "download_url": "https://files.pythonhosted.org/packages/69/db/8bfda0a448309ad51f14cbee196c97c9f9922d55b4c78dcff62cc8b3fd5d/google-cloud-iot-2.9.2.tar.gz",
    "platform": "Posix; MacOS X; Windows",
    "description": "Python Client for Google Cloud Internet of Things (IoT) Core API\n================================================================\n\n|stable| |pypi| |versions|\n\n`Google Cloud Internet of Things (IoT) Core API`_: is a complete set of tools to connect, process, store, and analyze data both at the edge and in the cloud. The platform consists of scalable, fully-managed cloud services; an integrated software stack for edge/on-premises computing with machine learning capabilities for all your IoT needs.\n\n- `Client Library Documentation`_\n- `Product Documentation`_\n\n.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg\n   :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels\n.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iot.svg\n   :target: https://pypi.org/project/google-cloud-iot/\n.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg\n   :target: https://pypi.org/project/google-cloud-iot/\n.. _Google Cloud Internet of Things (IoT) Core API: https://cloud.google.com/iot\n.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/cloudiot/latest\n.. _Product Documentation:  https://cloud.google.com/iot\n\nQuick Start\n-----------\n\nIn order to use this library, you first need to go through the following steps:\n\n1. `Select or create a Cloud Platform project.`_\n2. `Enable billing for your project.`_\n3. `Enable the Google Cloud Internet of Things (IoT) Core API.`_\n4. `Setup Authentication.`_\n\n.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project\n.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project\n.. _Enable the Google Cloud Internet of Things (IoT) Core API.:  https://cloud.google.com/iot\n.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html\n\nInstallation\n~~~~~~~~~~~~\n\nInstall this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to\ncreate isolated Python environments. The basic problem it addresses is one of\ndependencies and versions, and indirectly permissions.\n\nWith `virtualenv`_, it's possible to install this library without needing system\ninstall permissions, and without clashing with the installed system\ndependencies.\n\n.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/\n\n\nCode samples and snippets\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCode samples and snippets live in the `samples/` folder.\n\n\nSupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^\nOur client libraries are compatible with all current `active`_ and `maintenance`_ versions of\nPython.\n\nPython >= 3.7\n\n.. _active: https://devguide.python.org/devcycle/#in-development-main-branch\n.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches\n\nUnsupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\nPython <= 3.6\n\nIf you are using an `end-of-life`_\nversion of Python, we recommend that you update as soon as possible to an actively supported version.\n\n.. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches\n\nMac/Linux\n^^^^^^^^^\n\n.. code-block:: console\n\n    pip install virtualenv\n    virtualenv <your-env>\n    source <your-env>/bin/activate\n    <your-env>/bin/pip install google-cloud-iot\n\n\nWindows\n^^^^^^^\n\n.. code-block:: console\n\n    pip install virtualenv\n    virtualenv <your-env>\n    <your-env>\\Scripts\\activate\n    <your-env>\\Scripts\\pip.exe install google-cloud-iot\n\nNext Steps\n~~~~~~~~~~\n\n-  Read the `Client Library Documentation`_ for Google Cloud Internet of Things (IoT) Core API\n   to see other available methods on the client.\n-  Read the `Google Cloud Internet of Things (IoT) Core API Product documentation`_ to learn\n   more about the product and see How-to Guides.\n-  View this `README`_ to see the full list of Cloud\n   APIs that we cover.\n\n.. _Google Cloud Internet of Things (IoT) Core API Product documentation:  https://cloud.google.com/iot\n.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Google Cloud Iot API client library",
    "version": "2.9.2",
    "project_urls": {
        "Homepage": "https://github.com/googleapis/python-iot"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "361f14571995d4003f43cd1b9779f4fcdc8cdd2a0ab67398204c2c62d68bd0c0",
                "md5": "1454f845ee142db3ceb714ff4c3fc816",
                "sha256": "67f37738b9ca137518155ba420a827b398907514a7cb452778ce1e09628a273a"
            },
            "downloads": -1,
            "filename": "google_cloud_iot-2.9.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1454f845ee142db3ceb714ff4c3fc816",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 73357,
            "upload_time": "2023-07-05T15:45:29",
            "upload_time_iso_8601": "2023-07-05T15:45:29.285533Z",
            "url": "https://files.pythonhosted.org/packages/36/1f/14571995d4003f43cd1b9779f4fcdc8cdd2a0ab67398204c2c62d68bd0c0/google_cloud_iot-2.9.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69db8bfda0a448309ad51f14cbee196c97c9f9922d55b4c78dcff62cc8b3fd5d",
                "md5": "758699adbf72d62306e85ac5395420f2",
                "sha256": "a4b42073047cf45fbd8dc483b56ff9fba1b2f9693b5d07f8883e3dbc33e437d5"
            },
            "downloads": -1,
            "filename": "google-cloud-iot-2.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "758699adbf72d62306e85ac5395420f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 85118,
            "upload_time": "2023-07-05T15:45:31",
            "upload_time_iso_8601": "2023-07-05T15:45:31.306202Z",
            "url": "https://files.pythonhosted.org/packages/69/db/8bfda0a448309ad51f14cbee196c97c9f9922d55b4c78dcff62cc8b3fd5d/google-cloud-iot-2.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 15:45:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "googleapis",
    "github_project": "python-iot",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "google-cloud-iot"
}
        
Elapsed time: 0.10712s