Skip to main content

Cloud IoT API API client library

Project description

GA pypi versions

Cloud IoT API: Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform.

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 Cloud IoT API.

  4. Setup Authentication.

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.

Supported Python Versions

Python >= 3.6

Deprecated Python Versions

Python == 2.7.

The last version of this library compatible with Python 2.7 is google-cloud-iot==1.0.0.

Mac/Linux

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

Windows

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

Preview

DeviceManagerClient

from google.cloud import iot_v1

client = iot_v1.DeviceManagerClient()

parent = client.location_path('[PROJECT]', '[LOCATION]')


# Iterate over all results
for element in client.list_device_registries(parent):
    # process element
    pass

# Or iterate over results one page at a time
for page in client.list_device_registries(parent).pages:
    for element in page:
        # process element
        pass

Next Steps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-cloud-iot-2.0.1.tar.gz (67.2 kB view details)

Uploaded Source

Built Distribution

google_cloud_iot-2.0.1-py2.py3-none-any.whl (68.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file google-cloud-iot-2.0.1.tar.gz.

File metadata

  • Download URL: google-cloud-iot-2.0.1.tar.gz
  • Upload date:
  • Size: 67.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for google-cloud-iot-2.0.1.tar.gz
Algorithm Hash digest
SHA256 8af2be9c74697a350d5cc8ead00ae6cb4e85943564f1d782e8060d0d5eb15723
MD5 979e119ca708b4683ad2709fb5dea8f6
BLAKE2b-256 2b99a16b4f6155d9c4a6c142fcfa5618b4e8bcde3738841e4ff04e12e31ec058

See more details on using hashes here.

File details

Details for the file google_cloud_iot-2.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: google_cloud_iot-2.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 68.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for google_cloud_iot-2.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a47b43f9fa1e7304b147ece2f0885bec33e0b9c08c0ba29e2d64f5665f15f4a2
MD5 ee65a9941f55b6fb11f1000639730623
BLAKE2b-256 f36a2a74aeebd6ac767da81102f2581f5c7d5396b9b975092927748b1f441e5d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page