Unofficial Python client for Bambulab's Cloud API
Project description
bambulab-cloud-py
Python implementation of bambulab-rs
An unofficial Python client for Bambulab's Cloud API.
🛠️ Usage
from bambulab_cloud import BambuClient
client = await BambuClient.login(email, password)
profile = await client.get_profile()
print(profile)
devices = await client.get_devices()
print(devices)
tasks = await client.get_tasks()
print(tasks)
Supported calls so far are just GET
requests for data.
License
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
bambulab_cloud-0.0.1.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file bambulab_cloud-0.0.1.tar.gz
.
File metadata
- Download URL: bambulab_cloud-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a13f7af7b8bac483800bb98b0c4732597ce087f61363652b872d00de44000243 |
|
MD5 | 6e1d2f18b90f193f582c816f28f436ed |
|
BLAKE2b-256 | 6e35cca4b6551b48f26c1a904911a88099b30bab2faf1e2d58248f0f86810a7c |
File details
Details for the file bambulab_cloud-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: bambulab_cloud-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbc12db5f926324dc74a2819eb7b9d6bd5d266724aadacc7d8f33e0cf9f73efc |
|
MD5 | e8d6526791c1429fe4850927c7468ef6 |
|
BLAKE2b-256 | 20d33a2e7287ef3fa0fc26de1d8b3c8c8380bed02639918ac09c6baffcd1f512 |