Skip to main content

Raw bindings for UBO App.

Project description

Ubo App Python Bindings

This repository contains Python bindings for the Ubo App, allowing developers to interact with the Ubo App's functionality using Python over gRPC.

Sample Usage

import asyncio

from ubo_bindings.client import AsyncRemoteStore
from ubo_bindings.ubo.v1 import Action, Notification, NotificationsAddAction

loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)


async def main():
    client = AsyncRemoteStore("localhost", 50051)

    action = Action(
        notifications_add_action=NotificationsAddAction(
            notification=Notification(
                title="Test Notification",
                content="This is a test notification.",
            ),
        ),
    )

    await client.dispatch_async(action=action)
    client.channel.close()


loop.run_until_complete(main())

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

ubo_app_raw_bindings-1.7.0.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ubo_app_raw_bindings-1.7.0-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

Details for the file ubo_app_raw_bindings-1.7.0.tar.gz.

File metadata

  • Download URL: ubo_app_raw_bindings-1.7.0.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ubo_app_raw_bindings-1.7.0.tar.gz
Algorithm Hash digest
SHA256 8fccf51db5fafc389a75f144fdd8fb4d69015fdcc1468df371c78d1d16e4e354
MD5 a4d4ec85424a81f2e3b3e44919bd4b68
BLAKE2b-256 38d8238e6359865bce0848282c9b550eb22fddd1a12b10be61aecf5f8c9138a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ubo_app_raw_bindings-1.7.0.tar.gz:

Publisher: integration_delivery.yml on ubopod/ubo_app

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ubo_app_raw_bindings-1.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ubo_app_raw_bindings-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43d33fa83193f459eebb499b53a9fb422685dd7637619e3fc7659937626f8f61
MD5 c7a93473e1e36d8b2acd587f617128a1
BLAKE2b-256 896da8d00c6fb795ce551d318b3716d9c6c3cd9a5a098ac86cbffd9d66124a67

See more details on using hashes here.

Provenance

The following attestation bundles were made for ubo_app_raw_bindings-1.7.0-py3-none-any.whl:

Publisher: integration_delivery.yml on ubopod/ubo_app

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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