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
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
moveread_sdk-0.1.3.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file moveread_sdk-0.1.3.tar.gz.
File metadata
- Download URL: moveread_sdk-0.1.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44b8590e333240c99ab4cd12eae148fd7efb61b739606c18a33273fbc998c814
|
|
| MD5 |
cf657830872e403f792cea47e38d1099
|
|
| BLAKE2b-256 |
49592657688bf54cb58b1aaec2494b4d824fbdcf4c23b6c7d0777606719a0145
|
File details
Details for the file moveread_sdk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: moveread_sdk-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a7d9f5639b1e3c4121fc5f937dcae0053ecd084e9c386c0047b082304747eb8
|
|
| MD5 |
c48a73e06b84f172a2bfeadb7fbb8626
|
|
| BLAKE2b-256 |
b044c3ca3c776a8774379a59178567a6b9f47e65daaa8420da71167d83a11346
|