gpx_reader
A tool to read GPX files and rename the files according to the location and time of the track.
usage
to rename your .gpx files
import the function rename: from gpx_reader import rename.
call the function, with the argument the folder containing the files as the first argument, and the folder where to write the new files as second argument:
rename('input_files', 'output_folder')
optionally, set the keyword argument move=True in order to delete the files after being processed:
rename('input_files', 'output_folder', move=True)
Release files for gpx-reader 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gpx_reader-0.3.0.tar.gz | 13.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gpx_reader-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.6 kB
Release files / gpx_reader-0.3.0.tar.gz
| Download URL | gpx_reader-0.3.0.tar.gz |
|---|---|
| Size | 13.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba7c4f8d3e91d16bb62ac4baed1219792b1bdbca51e5b3fc94b938ffbf75a58a
|
|
BLAKE2b-256 checksum How to use checksums |
86ceac34883eee2cd398876ad78d494044bcdc08dd7ee1de80d84ccf3a69f83c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|
Release files / gpx_reader-0.3.0-py3-none-any.whl
| Download URL | gpx_reader-0.3.0-py3-none-any.whl |
|---|---|
| Size | 16.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
430b560c522f28094d8779169cce94a2ba68f613dad5f061fe5eaf6e40e879d9
|
|
BLAKE2b-256 checksum How to use checksums |
21d98f04dbc6bb94dfda65d322a80f83dc937d1295d8ba48ec7d3b0afd5497aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|