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

File metadata

File hashes

Hashes for ubo_app_raw_bindings-2.0.1.dev260710103101555098.tar.gz
Algorithm Hash digest
SHA256 fb1edc7b745284c8f5101194835284ca2a1ec1c90beb1f29c01a075f58d7f7d8
MD5 1cc0e8ed96de421a786f3cbfa33e44cc
BLAKE2b-256 4107feaaf1a2fd1da391c7f3f1a0c22af3b5784937c9390cc3378a79433a3d95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ubo_app_raw_bindings-2.0.1.dev260710103101555098-py3-none-any.whl
Algorithm Hash digest
SHA256 d71ffa7558320a129a095df19bc867fe80bb91c9a5b89f279c7ba8e60cbcaf46
MD5 104ec63ff1fd93bf7bd3ad9363ed67a0
BLAKE2b-256 d038295b9bedcc1591f8fac6531248c00ff5fa9a841a70dc9d68686f281ad837

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