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.5.1.tar.gz (67.0 kB view details)

Uploaded Source

Built Distribution

google_cloud_iot-2.5.1-py2.py3-none-any.whl (64.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: google-cloud-iot-2.5.1.tar.gz
  • Upload date:
  • Size: 67.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for google-cloud-iot-2.5.1.tar.gz
Algorithm Hash digest
SHA256 63bd6fe74e5bc17115d6edbc585007b35d90c74b4a63b0438c509cfa806065cc
MD5 d9df22eda8fc7df2c1f68e309012819c
BLAKE2b-256 be7bbb5f01923c039b4c5657cead0b110f363459e0cd8670fbd1495bf84bcda5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for google_cloud_iot-2.5.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e5d6986f958204a832da4b2996476b45d980a980f423a5c081b4eb125af6f35b
MD5 3ba14f50fb48eada583f8310559fd247
BLAKE2b-256 1dda50a3bec733b65b0276835a0690c2b30c343776d37b8e504e42d422fa676f

See more details on using hashes here.

Provenance

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