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.dev260811103975110156.tar.gz.

File metadata

File hashes

Hashes for ubo_app_raw_bindings-2.0.1.dev260811103975110156.tar.gz
Algorithm Hash digest
SHA256 3024f89e8d6b3335eca0a2b8ed0d88b9a9be9e0b3b7d8682e5464bd8a2e43c8e
MD5 52d1958cbe3273ef4244faa2dcf9ec7c
BLAKE2b-256 506acfd3c05e09e54391c0fc5715269965563a6ddccfd23205d8e9b3c7542aef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ubo_app_raw_bindings-2.0.1.dev260811103975110156-py3-none-any.whl
Algorithm Hash digest
SHA256 86f6d689760f7185dd6e8b44449cdd9b62dd40331472a9c28b2a702b0f500550
MD5 a9354604cb7afa94d41ef5e2810befe7
BLAKE2b-256 6285fb862da7e1cac9809068b74bf958f7a175ae5b3ab1467e6314fb3d28486b

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