A python library for extracting weights from byte data
Project description
Samudra Scale
This Library helps you extract weight from byte data encoded in a specific way, by mapping byte sequences to numeric digits
Example usage:
from samudra_scale import decode_bytes
data = b'S\xd4\xacGS\xac+\xa000\xb8950\xeb\xe7\x8d\n'
weight = decode_bytes(data)
print(weight) # 8950
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
samudra_scale-0.1.2.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for samudra_scale-0.1.2-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | f07fe588c72aa335090112ed554f2bbece63046ed23a1825beff8d7d3f50f8e5 |
|
| MD5 | f0dc363e0a2d263265fb8c53643c2233 |
|
| BLAKE2b-256 | c1ef7d891190543978526698fa112808a349e197ed4c99aca0dff2a4cd7b6b15 |