Skip to main content

Python SDK for the Moveread Core

Project description

Moveread SDK

Python SDK for the Moveread Core

Usage

  • Local API (install with pip install moveread-sdk[local])
from moveread.sdk import MovereadAPI

api = MovereadAPI.at('path/to/data')
await api.games.create('new-game', [[b'img1'], [b'img2']])

await api.images.annotate(...)
  • Any API
from moveread.core import CoreAPI
from moveread.sdk import MovereadAPI

class CustomAPI(CoreAPI):
  ...

api = MovereadAPI(CustomAPI())

Project details


Download files

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

Source Distribution

moveread_sdk-0.1.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

moveread_sdk-0.1.3-py3-none-any.whl (10.1 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