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.7.tar.gz
(10.0 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.7.tar.gz.
File metadata
- Download URL: report_monaco_road-0.0.7.tar.gz
- Upload date:
- Size: 10.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68d4f3e31fbb543522b43528703d2413472cd81cb011eb91218d70c7b43f48d1
|
|
| MD5 |
ba74beef2d9db14e22ee9af8e67c425c
|
|
| BLAKE2b-256 |
27b83003fa30024a8ee86266febd99f6309009e145427d7097f3f0fbd9f5f2ab
|
File details
Details for the file report_monaco_road-0.0.7-py3-none-any.whl.
File metadata
- Download URL: report_monaco_road-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
ccfb1be440408c6a4a5de7a21ac54e30f6497dbe9a13adf9b25bed40759c9ea0
|
|
| MD5 |
3c82ffb2bfa552cf4ba360db1f66609c
|
|
| BLAKE2b-256 |
f3df0ee02b86669ea4f8ad0e0169964fd18238a856daa1e704d242451f55acca
|