Forged.dev Client library
Project description
Forged Python Client
This package is a client to interface with the forged.dev manufacturing/provisioning service.
When used in the automated Forged provisioner UI, uploading data blocks can be accomplished as simply as:
import forged
def main():
# Upload a single block value for the current device.
forged.upload_value("my_block_name", 10.0)
Forged also supports async code natively:
from forged import Forged
async def main():
await Forged.upload_value("my_block", 10.0)
blocks = await Forged.blocks()
assert blocks["my_block"] == 10.0
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
forged_client-0.2.0.tar.gz
(4.2 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 forged_client-0.2.0.tar.gz.
File metadata
- Download URL: forged_client-0.2.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3796eae0c43f161afa29b608b6f3cf53ff775c6e872569e34e774d52eb91f755
|
|
| MD5 |
1ac69d83c95d231d20ca85535e3338e0
|
|
| BLAKE2b-256 |
29b88447f25129d48aa1623e2bf87a11a3d08b33ffc7c4de4a42f3e4103af261
|
File details
Details for the file forged_client-0.2.0-py3-none-any.whl.
File metadata
- Download URL: forged_client-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
051357e927331bc4a0a2a17b490d41331a99df411189f356db6036734e5281fe
|
|
| MD5 |
af05d1b506b9b053b7c614a3d2ca15dc
|
|
| BLAKE2b-256 |
186caa50b8557a34ea81ef68c2e72d22432711909632866f8b20e399714d0efc
|