f1-packets


Namef1-packets JSON
Version 2024.1.0 PyPI version JSON
download
home_pagehttps://github.com/P403n1x87/f1-packets
SummaryPython library for the official F1 game UDP telemetry data
upload_time2024-07-12 20:24:46
maintainerNone
docs_urlNone
authorGabriele N. Tornetta
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # F1 Packets

Python library for the official F1 game UDP telemetry data

## Packet spec generation

To generate the spec from the official document, follow these steps. Make sure
that `cog` is installed (`pipx install cogapp`) before continuing.

- Copy-paste the documentation into `data/spec.h`
- Comment-out (or delete) anything that is not part of the actual data spec
- Run `cog -Pr .\f1\packets.py` from the root folder.

## Credits

Most of the code is based on
[Telemetry-F1-2021](https://github.com/chrishannam/Telemetry-F1-2021).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/P403n1x87/f1-packets",
    "name": "f1-packets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Gabriele N. Tornetta",
    "author_email": "phoenix1987@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f0/b4/2fbd24ab5f2eb760e27a2f1a3a8beaab75429f18d6508179297728dfdf23/f1_packets-2024.1.0.tar.gz",
    "platform": null,
    "description": "# F1 Packets\n\nPython library for the official F1 game UDP telemetry data\n\n## Packet spec generation\n\nTo generate the spec from the official document, follow these steps. Make sure\nthat `cog` is installed (`pipx install cogapp`) before continuing.\n\n- Copy-paste the documentation into `data/spec.h`\n- Comment-out (or delete) anything that is not part of the actual data spec\n- Run `cog -Pr .\\f1\\packets.py` from the root folder.\n\n## Credits\n\nMost of the code is based on\n[Telemetry-F1-2021](https://github.com/chrishannam/Telemetry-F1-2021).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library for the official F1 game UDP telemetry data",
    "version": "2024.1.0",
    "project_urls": {
        "Homepage": "https://github.com/P403n1x87/f1-packets",
        "Repository": "https://github.com/P403n1x87/f1-packets",
        "issues": "https://github.com/P403n1x87/f1-packets/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94d634fa0f725f9146dd88e4a284c15aa9740f31eefbcf23c549c45ad7333e1c",
                "md5": "2cdaa6f7ae5d3733232f9ca9cd724140",
                "sha256": "71e4cad7d49a2fe06969710870b3cb96f6aeaa1157b1077dc8429ddfe3f7ba5f"
            },
            "downloads": -1,
            "filename": "f1_packets-2024.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cdaa6f7ae5d3733232f9ca9cd724140",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 8376,
            "upload_time": "2024-07-12T20:24:45",
            "upload_time_iso_8601": "2024-07-12T20:24:45.576023Z",
            "url": "https://files.pythonhosted.org/packages/94/d6/34fa0f725f9146dd88e4a284c15aa9740f31eefbcf23c549c45ad7333e1c/f1_packets-2024.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0b42fbd24ab5f2eb760e27a2f1a3a8beaab75429f18d6508179297728dfdf23",
                "md5": "ab3f453edd78007052f6566e15a82b86",
                "sha256": "961c4b92e3825b9e20d760eb41f542fafc35b43d46c81aadbe503873578f97f0"
            },
            "downloads": -1,
            "filename": "f1_packets-2024.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ab3f453edd78007052f6566e15a82b86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 7751,
            "upload_time": "2024-07-12T20:24:46",
            "upload_time_iso_8601": "2024-07-12T20:24:46.803495Z",
            "url": "https://files.pythonhosted.org/packages/f0/b4/2fbd24ab5f2eb760e27a2f1a3a8beaab75429f18d6508179297728dfdf23/f1_packets-2024.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-12 20:24:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "P403n1x87",
    "github_project": "f1-packets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "f1-packets"
}
        
Elapsed time: 1.80857s