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.5.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.5.tar.gz.
File metadata
- Download URL: report_monaco_road-0.0.5.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 |
bb8fa4aaadfda644a21a873ca4e20ad1abdc47d5bc2c444652a34436ad550610
|
|
| MD5 |
c87a2e0d444cb3740dfaae137272ace3
|
|
| BLAKE2b-256 |
fceb936c2d61f112718e16aad2306329b30e4a93ec6bc50f4c70e36b257983a1
|
File details
Details for the file report_monaco_road-0.0.5-py3-none-any.whl.
File metadata
- Download URL: report_monaco_road-0.0.5-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 |
16d24294a7e3bc013ef48e5627003354bcf39c6117babcf89b1afaaa5006f4f2
|
|
| MD5 |
012a4021a5c23ce31247c0c8c93f9c11
|
|
| BLAKE2b-256 |
03f87e8b3bcdd8d1fbbe6ba75507d29b370882768329b1f93b908468733f5124
|