Skip to main content

Аналізатор гонки F1

Project description

Пакет task_6_report

task_6_report — Python package for analyzing Formula 1 race results: loading logs, building reports, output via CLI.


Installation

pip install task_6_report

Using

from race_report.report import RaceData
from pathlib import Path

# Specify the path to your data folder
folder = Path(r"your path to the folder/data")
data = RaceData(folder)
data.load_data()
report = data.build_report(order='asc')  # 'asc' або 'desc'
data.print_report(report)

Required data files:

abbreviations.txt:

DRR_Daniel Ricciardo_RED BULL RACING TAG HEUER
SVF_Sebastian Vettel_FERRARI
LHM_Lewis Hamilton_MERCEDES

start.log:

DRR2018-05-24_12:14:12.054
SVF2018-05-24_12:14:15.145
LHM2018-05-24_12:14:18.035

end.log:

DRR2018-05-24_12:15:26.399
SVF2018-05-24_12:15:29.750
LHM2018-05-24_12:15:33.082

An example of a report:

1. DRR_Daniel Ricciardo | RED BULL RACING TAG HEUER | 1:14.345
2. SVF_Sebastian Vettel | FERRARI | 1:14.788
...

Call in GitBash GitBash (CLI)

To run your report.py file with the --order option, use the following command:

race-report -p PATH_TO_DATA_FOLDER [-o asc|desc] [-d DRIVER_NAME]

Parameters:

  • -p, --path (required): path to the folder with the data files
  • -o, --order (optional): sort order (asc for ascending, desc for descending), default asc
  • -d, --driver (optional): pilot name to display information only for him/her

Examples:

  • Build the full report in ascending order:
race-report -p data/ -o asc
  • Build the full report in descending order:
race-report -p data/ -o desc
  • Get information only about a specific pilot:
race-report -p data/ -d "Sebastian Vettel"

The structure of the project

task_6_report/

├── src/
│   └── race_report/
│       ├── __init__.py
│       ├── report.py
│       └── cli.py
│
├── tests/
│   ├── __init__.py
│   ├── tests_load_data/
│   ├── tests_build_report/
│   ├── tests_print_report/
│   ├── tests_read_abbreviations/
│   └── tests_cli/
│
├── LICENSE
├── pyproject.toml
├── README.md
└── .gitignore

License

This project is licensed under the MIT License.

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

task_6_report-0.3.4.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

task_6_report-0.3.4-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file task_6_report-0.3.4.tar.gz.

File metadata

  • Download URL: task_6_report-0.3.4.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for task_6_report-0.3.4.tar.gz
Algorithm Hash digest
SHA256 03ab767d47c55f2bf08ba4340ac1e6fe42cdf51287938c177e6fdf409e741ca0
MD5 82b0eb85131f337a1a48154c7967ae5d
BLAKE2b-256 cfaefa9f0775a4b42ed82e31a8059217015228a10c59aabaf951159fc9e3f500

See more details on using hashes here.

File details

Details for the file task_6_report-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: task_6_report-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for task_6_report-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 060ead4c41aca46755ec2d767c9bbbb8a4c052a39f7418587bfacdf4c100900f
MD5 9eb4e6183e781b1d7615a530b76792ee
BLAKE2b-256 be442ce39a7ef794f3a87594796cf54da6afb6a9f1e5dbc0c13f87ea78742fce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page