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


Release history Release notifications | RSS feed

Download files

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

Source Distribution

Built Distribution

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

File details

Details for the file ubo_app_raw_bindings-1.7.1.dev260608103499798499.tar.gz.

File metadata

File hashes

Hashes for ubo_app_raw_bindings-1.7.1.dev260608103499798499.tar.gz
Algorithm Hash digest
SHA256 aacd2654c9dd57554a5b38c3fa3a9b13879e67221afeef87c82dccdce9167c32
MD5 4ec7b9b1cf071a51e937902dd8f81198
BLAKE2b-256 0aaf0e4352eb557dbdd68d163c5d1108de43dc58a2af2345e21800b700bb7541

See more details on using hashes here.

File details

Details for the file ubo_app_raw_bindings-1.7.1.dev260608103499798499-py3-none-any.whl.

File metadata

File hashes

Hashes for ubo_app_raw_bindings-1.7.1.dev260608103499798499-py3-none-any.whl
Algorithm Hash digest
SHA256 4976134a4be839b0d00b9b7d906b11e92385b5ac218e14ebfd81010de07d1c2f
MD5 8dd4b78703fb402b275852526b659f69
BLAKE2b-256 02979281457bcbdea488136172219f72354fb821218e77948ed342bfff82417f

See more details on using hashes here.

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