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 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 samudra_scale-0.1.2.tar.gz.
File metadata
- Download URL: samudra_scale-0.1.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3866227fd6bbe0da65828d77dddee4cc8ead43d98cdffcfbb4285e0a07d7435c
|
|
| MD5 |
e6a7defd596f9aa7b8c3cb40e88a080e
|
|
| BLAKE2b-256 |
4f3a9295a0238af4292bdee964bb1a9a0a742829437fb6fc834a167498f112e9
|
File details
Details for the file samudra_scale-0.1.2-py3-none-any.whl.
File metadata
- Download URL: samudra_scale-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f07fe588c72aa335090112ed554f2bbece63046ed23a1825beff8d7d3f50f8e5
|
|
| MD5 |
f0dc363e0a2d263265fb8c53643c2233
|
|
| BLAKE2b-256 |
c1ef7d891190543978526698fa112808a349e197ed4c99aca0dff2a4cd7b6b15
|