Package count unique chars in file or string
Project description
Report of Monaco 2018 Racing
This module read data from 3 files, order racers by time and print report that shows the top 15 racers and the rest after underline.
abbreviations.txt ->
SVF_Sebastian Vettel_FERRARI
LHM_Lewis Hamilton_MERCEDES
KRF_Kimi Räikkönen_FERRARI
end.log ->
SVF2018-05-24_12:04:03.332
LHM2018-05-24_12:11:32.585
KRF2018-05-24_12:04:13.889
start.log ->
SVF2018-05-24_12:02:58.917
LHM2018-05-24_12:18:20.125
KRF2018-05-24_12:03:01.250
Examples:
Shows list of drivers and by asc:
python3.8 -m report_monaco --files road_data/ --asc
Return:
1. Sebastian Vettel | FERRARI | 0:01:04.415000
2. Valtteri Bottas | MERCEDES | 0:01:12.434000
3. Stoffel Vandoorne | MCLAREN RENAULT | 0:01:12.463000
.......
Shows list of drivers order by desc:
python3.8 -m report_monaco --files road_data/ --desc
Return:
1. Kevin Magnussen | HAAS FERRARI | 0:01:13.393000
2. Lance Stroll | WILLIAMS MERCEDES | 0:01:13.323000
3. Marcus Ericsson | SAUBER FERRARI | 0:01:13.265000
.......
Shows statistic about driver:
python3.8 -m report_monaco --files road_data/ --driver "Kevin Magnussen"
Return:
1. Kevin Magnussen | HAAS FERRARI | 0:01:13.393000
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
report_monaco_road-0.0.6.tar.gz
(10.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file report_monaco_road-0.0.6.tar.gz.
File metadata
- Download URL: report_monaco_road-0.0.6.tar.gz
- Upload date:
- Size: 10.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5921ced8fbae05a08f5adae6a7853a8186fe41df16862ff06584ada0b27ef7de
|
|
| MD5 |
b6cabc24f03bbbead67aae251c254ab6
|
|
| BLAKE2b-256 |
6e5a45471e864a55a4592ae3cc16850a49e730d93186d2c629cec8b40bde5acc
|
File details
Details for the file report_monaco_road-0.0.6-py3-none-any.whl.
File metadata
- Download URL: report_monaco_road-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7b82afa4ee416a213685932e5ff2e29e0efb3e755127f7708710c13e9d064ec
|
|
| MD5 |
9e863c8a0e51ecb87eddc4796df6be95
|
|
| BLAKE2b-256 |
0779ba08c871f93997414c43bbf9eda7337fdda5ecd3d7031f3330072e78a0f9
|