Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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())

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-2.0.1.dev260711103485451985.tar.gz.

File metadata

File hashes

Hashes for ubo_app_raw_bindings-2.0.1.dev260711103485451985.tar.gz
Algorithm Hash digest
SHA256 22618a771f37f018d9723cda3a05abe7157db32c2735694326e67eb361fa12c8
MD5 be2f3a3521c1c970699eeec89362f4c3
BLAKE2b-256 daa5a39d62b17bc9eaac56ce9085e736e2c93c68bdeed9294fca8db7d294d21e

See more details on using hashes here.

File details

Details for the file ubo_app_raw_bindings-2.0.1.dev260711103485451985-py3-none-any.whl.

File metadata

File hashes

Hashes for ubo_app_raw_bindings-2.0.1.dev260711103485451985-py3-none-any.whl
Algorithm Hash digest
SHA256 df2cddbd6dacb046375c3952cad20ee69eaecd5376b1fccfd57a696619cbdf34
MD5 9ad808357eeec91d8fa4cded7be25d53
BLAKE2b-256 2c2d5b7df9e92634e81fec4185470b2e0c31c6bacf6ba9abbc305e2216ae98cc

See more details on using hashes here.

Release history Release notifications | RSS feed

2.1.0

2 files

This release

2.0.0

2 files

1.7.0

2 files

1.6.0

2 files

Supported by

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