Skip to main content

Ango-Hub SDK

Project description

SDK for developing custom plugins that can be integrated to Ango-Hub platform.

from ango import plugin


# Create callback function for your plugin. 
# Input and output definitions are set on Ango-Hub on plugin register
def callback(data):
    result = model(data)
    return result


p = plugin.Plugin("<YOUR_PLUGIN_ID>", callback)

plugin.run(p)

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

ango-0.0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

ango-0.0.3-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

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