Metadata-Version: 2.1
Name: f1-2019-telemetry
Version: 1.1.4
Summary: A package to handle UDP telemetry data as sent by the F1 2019 game.
Home-page: https://pypi.org/project/f1-2019-telemetry/
Author: Sidney Cadot
Author-email: sidney@jigsaw.nl
License: UNKNOWN
Project-URL: Documentation, https://f1-2019-telemetry.readthedocs.io/en/latest/
Project-URL: Source Repository, https://gitlab.com/reddish/f1-2019-telemetry/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Games/Entertainment
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


F1 2019 UDP Telemetry package
=============================

The f1-2019-telemetry package provides support for interpreting telemetry information as sent out over the network by [the F1 2019 game by CodeMasters](http://www.codemasters.com/game/f1-2019/).
It also provides command-line tools to record, playback, and monitor F1 2019 session data.

With each yearly release of the F1 series game, CodeMasters post a descripton of the corresponding telemetry packet format on their forum.
For F1 2019, the packet format is described here: https://forums.codemasters.com/topic/38920-f1-2019-udp-specification/.

The package should work on Python 3.6 and above.


Project information
-------------------

The f1-2019-telemetry package and its documentation are currently at version **1.1.4**.

The project can be installed using the standard Python 3 _pip_ tool as follows:

    pip install f1-2019-telemetry

The project is hosted as a Git repository on [GitLab](https://gitlab.com):

  https://gitlab.com/reddish/f1-2019-telemetry/

The pip-installable package is hosted on [PyPI](https://pypi.org):

  https://pypi.org/project/f1-2019-telemetry/

The documentation is hosted on [Read the Docs](https://readthedocs.org):

  https://f1-2019-telemetry.readthedocs.io/en/latest/


