A library for telemetry data analysis
Project description
Telemetry
This repository contains Jupyter notebooks for analyzing racing data and a Python library for telemetry data analysis.
Directory Structure
notebooks/
: Jupyter notebooks for data analysis.telemetry/
: Python library for telemetry data analysis.tests/
: Unit tests for the library.setup.py
: Packaging and distribution configuration.README.md
: Project overview..gitignore
: Git ignore file.
Installation with Pipenv
To install the library using Pipenv, run:
pipenv install
To activate the virtual environment, use:
pipenv shell
Installation with pip
To install the library, run:
pip install .
Running Tests
To run the tests, use:
pipenv run pytest
Usage
You can use the library in your notebooks as follows:
from telemetry import Telemetry
# Example usage
telemetry = Telemetry()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
racing_telemetry-0.1.0.tar.gz
(15.6 kB
view details)
Built Distribution
File details
Details for the file racing_telemetry-0.1.0.tar.gz
.
File metadata
- Download URL: racing_telemetry-0.1.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df6b585ae4a5bb53047e15ab5be288ce0c4035c02c918fd507b45d2f9a1f7467 |
|
MD5 | 7677ca54ce4b35b9ae99c2361564fcb1 |
|
BLAKE2b-256 | c4981aa9cfc0bd7acf712651cdbdca2feaeb889304bf1d92a44a31d4bbc580c3 |
File details
Details for the file racing_telemetry-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: racing_telemetry-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33efbdb6e1e1b06dd4858407928433f3904449b24781fadb8eab52bb7034fdea |
|
MD5 | ee52f144abd87934edcf1e7205ec43d0 |
|
BLAKE2b-256 | ab9d11b22f0fc6fa7c9beab63ae8f657e608660008d9ff63e5612c8be543cb54 |