librds


Namelibrds JSON
Version 1.95 PyPI version JSON
download
home_pagehttps://flerken.zapto.org:1115/kuba/librds
SummaryRDS Group Generator
upload_time2024-06-08 11:56:38
maintainerNone
docs_urlNone
authorkuba201
requires_pythonNone
licenseNone
keywords radiodatasystem rds broadcast_fm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LibRDS
[![pipeline status](https://flerken.zapto.org:1115/kuba/librds/badges/main/pipeline.svg)](https://flerken.zapto.org:1115/kuba/librds/-/commits/main)


LibRDS is a simple library that you can use to generate and decode the RDS groups, just the groups, so something like `3000 2000 7575 7575` the origins of development of this started on 12 May, later creating the [rdPy](https://github.com/KubaPro010/rdPy) repository

Example code:
```python
import librds

basic = librds.GroupGenerator.basic(0x3000)
print(basic)

print(librds.GroupGenerator.ps(basic,"hi",0))
```

Output:
```
    Group(a=12288, b=0, c=0, d=0, is_version_b=None)
    Group(a=12288, b=8, c=57549, d=26729, is_version_b=False)
```

**Note** that LibRDS required Python 3.10+ to run due to its use of `match`

# Decoder
LibRDS also includes a RDS Group decoder, so you can encode with librds and then also decode it, currently librds's decoder decodes all of the groups it can encode (such as CT, IH, TDC, etc...)

            

Raw data

            {
    "_id": null,
    "home_page": "https://flerken.zapto.org:1115/kuba/librds",
    "name": "librds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "radiodatasystem, rds, broadcast_fm",
    "author": "kuba201",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d9/26/e37ab530400be2afd3a28c92828c0cb659cb31a5b3b8fdaca46ac7b780c4/librds-1.95.tar.gz",
    "platform": null,
    "description": "# LibRDS\n[![pipeline status](https://flerken.zapto.org:1115/kuba/librds/badges/main/pipeline.svg)](https://flerken.zapto.org:1115/kuba/librds/-/commits/main)\n\n\nLibRDS is a simple library that you can use to generate and decode the RDS groups, just the groups, so something like `3000 2000 7575 7575` the origins of development of this started on 12 May, later creating the [rdPy](https://github.com/KubaPro010/rdPy) repository\n\nExample code:\n```python\nimport librds\n\nbasic = librds.GroupGenerator.basic(0x3000)\nprint(basic)\n\nprint(librds.GroupGenerator.ps(basic,\"hi\",0))\n```\n\nOutput:\n```\n    Group(a=12288, b=0, c=0, d=0, is_version_b=None)\n    Group(a=12288, b=8, c=57549, d=26729, is_version_b=False)\n```\n\n**Note** that LibRDS required Python 3.10+ to run due to its use of `match`\n\n# Decoder\nLibRDS also includes a RDS Group decoder, so you can encode with librds and then also decode it, currently librds's decoder decodes all of the groups it can encode (such as CT, IH, TDC, etc...)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RDS Group Generator",
    "version": "1.95",
    "project_urls": {
        "Homepage": "https://flerken.zapto.org:1115/kuba/librds",
        "Source": "https://flerken.zapto.org:1115/kuba/librds"
    },
    "split_keywords": [
        "radiodatasystem",
        " rds",
        " broadcast_fm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9146b43f028b99dc55afeb7770c42001797ffe17352bd1bde5676bb167af3d10",
                "md5": "c9a8b4e8a3a8cb4a1faa20a036c15e96",
                "sha256": "228b3ba802865ccf01d777ef04c04c4b23ac1e38d886b90471a8e1e5ef015f95"
            },
            "downloads": -1,
            "filename": "librds-1.95-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9a8b4e8a3a8cb4a1faa20a036c15e96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27227,
            "upload_time": "2024-06-08T11:56:36",
            "upload_time_iso_8601": "2024-06-08T11:56:36.511600Z",
            "url": "https://files.pythonhosted.org/packages/91/46/b43f028b99dc55afeb7770c42001797ffe17352bd1bde5676bb167af3d10/librds-1.95-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d926e37ab530400be2afd3a28c92828c0cb659cb31a5b3b8fdaca46ac7b780c4",
                "md5": "973790374eae7baa3aeb2277a0000b9f",
                "sha256": "d3a998a82996a97685cb79a997fccd27176882c014e286de048f147b91da83d8"
            },
            "downloads": -1,
            "filename": "librds-1.95.tar.gz",
            "has_sig": false,
            "md5_digest": "973790374eae7baa3aeb2277a0000b9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26117,
            "upload_time": "2024-06-08T11:56:38",
            "upload_time_iso_8601": "2024-06-08T11:56:38.380860Z",
            "url": "https://files.pythonhosted.org/packages/d9/26/e37ab530400be2afd3a28c92828c0cb659cb31a5b3b8fdaca46ac7b780c4/librds-1.95.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-08 11:56:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "librds"
}
        
Elapsed time: 0.36424s