samudra-scale


Namesamudra-scale JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/dap23/samudra-scale
SummaryA python library for extracting weights from byte data
upload_time2024-10-18 22:11:11
maintainerNone
docs_urlNone
authorMuhammad Daffa
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```python
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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dap23/samudra-scale",
    "name": "samudra-scale",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Muhammad Daffa",
    "author_email": "mdaffa2301@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/3a/9295a0238af4292bdee964bb1a9a0a742829437fb6fc834a167498f112e9/samudra_scale-0.1.2.tar.gz",
    "platform": null,
    "description": "# Samudra Scale\n\nThis Library helps you extract weight from byte data encoded in a specific way, by mapping byte sequences to numeric digits\n\n## Example usage:\n\n```python\nfrom samudra_scale import decode_bytes\n\ndata = b'S\\xd4\\xacGS\\xac+\\xa000\\xb8950\\xeb\\xe7\\x8d\\n'\nweight = decode_bytes(data)\nprint(weight) # 8950\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python library for extracting weights from byte data",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/dap23/samudra-scale"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1ef7d891190543978526698fa112808a349e197ed4c99aca0dff2a4cd7b6b15",
                "md5": "f0dc363e0a2d263265fb8c53643c2233",
                "sha256": "f07fe588c72aa335090112ed554f2bbece63046ed23a1825beff8d7d3f50f8e5"
            },
            "downloads": -1,
            "filename": "samudra_scale-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0dc363e0a2d263265fb8c53643c2233",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2660,
            "upload_time": "2024-10-18T22:11:09",
            "upload_time_iso_8601": "2024-10-18T22:11:09.572072Z",
            "url": "https://files.pythonhosted.org/packages/c1/ef/7d891190543978526698fa112808a349e197ed4c99aca0dff2a4cd7b6b15/samudra_scale-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f3a9295a0238af4292bdee964bb1a9a0a742829437fb6fc834a167498f112e9",
                "md5": "e6a7defd596f9aa7b8c3cb40e88a080e",
                "sha256": "3866227fd6bbe0da65828d77dddee4cc8ead43d98cdffcfbb4285e0a07d7435c"
            },
            "downloads": -1,
            "filename": "samudra_scale-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e6a7defd596f9aa7b8c3cb40e88a080e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2637,
            "upload_time": "2024-10-18T22:11:11",
            "upload_time_iso_8601": "2024-10-18T22:11:11.290793Z",
            "url": "https://files.pythonhosted.org/packages/4f/3a/9295a0238af4292bdee964bb1a9a0a742829437fb6fc834a167498f112e9/samudra_scale-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 22:11:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dap23",
    "github_project": "samudra-scale",
    "github_not_found": true,
    "lcname": "samudra-scale"
}
        
Elapsed time: 0.44833s