BENCHLAB PyCore - Python Interface for BENCHLAB
Project description
BENCHLAB Python Core (benchlab-pycore)
BENCHLAB PyCore provides low-level telemetry, sensor IO, and device communication utilities for BENCHLAB. It includes standardized interfaces for reading sensors, handling serial communication, and publishing telemetry data.
Features
- Read and translate sensor data from BENCHLAB devices
- Communicate via serial ports
- Designed to be easily integrated into larger telemetry pipelines
Installation
pip install benchlab-pycore
Usage Example
import benchlab from benchlab.core import get_fleet_info, read_sensors
info = get_fleet_info() print(info)
Project Layout
benchlab/ ├── core/ │ ├── serial_io.py │ ├── sensor_translation.py │ └── ...
Development
Clone and install locally:
git clone https://github.com/BenchLab-io/benchlab-pycore.git cd benchlab-pycore pip install -e .
License
MIT License © 2025 BenchLab Contributors
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
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 benchlab_pycore-0.1.1.tar.gz.
File metadata
- Download URL: benchlab_pycore-0.1.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef96cf5eca813278d6978ee34619b9c8d1cf5cc6707b7516d5168d3fc433910a
|
|
| MD5 |
6606867a0828f42ef9c50beb0cf2c23f
|
|
| BLAKE2b-256 |
0f0c64ac79c355ff61a927b4746e8444b16d56179a1b6334b6594ca7868100ac
|
File details
Details for the file benchlab_pycore-0.1.1-py3-none-any.whl.
File metadata
- Download URL: benchlab_pycore-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
158c68c6973675e108c5fa422d0bb0b1347f38667d55a2f862644d4e6b619440
|
|
| MD5 |
a36f4a17fe8aeace888a0139724ee277
|
|
| BLAKE2b-256 |
f72d059c4d090ab44c8106b46b1e3fe553298a16ffbf15245fc0a8cd66e80a10
|