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
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.9.tar.gz.
File metadata
- Download URL: report_monaco_road-0.0.9.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
059c15938c7a7a48292f581def4823113b8e5d073cf5346d002856247aea08d3
|
|
| MD5 |
0ea3db7f2b73e991c429b6df19651ef2
|
|
| BLAKE2b-256 |
cdad43cdfecbe11d8f45a90839e476e6881b7f0d930e9868e29ddf4e417d9c6f
|
File details
Details for the file report_monaco_road-0.0.9-py3-none-any.whl.
File metadata
- Download URL: report_monaco_road-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8ce28cd8ff5cb6cfd42c986786b452f8a28244378cbd207f661ce95fd8b04c0
|
|
| MD5 |
cc781fbb63c3aebed2a882ac074ede02
|
|
| BLAKE2b-256 |
9aa66220e3db27ee975f9611c7a89305820501c89cbe5ff410692b6802d49622
|