python-fitparse 2.1.4__tar.gz → 2.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/PKG-INFO +1 -1
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/fitparse/profile.py +3 -2
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/pyproject.toml +1 -1
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/.gitignore +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/LICENSE +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/README.md +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/fitparse/__init__.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/fitparse/base.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/fitparse/processors.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/fitparse/records.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/fitparse/utils.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/patches/message_types/location.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/scripts/fitdump +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/scripts/generate_profile.py +0 -0
- {python_fitparse-2.1.4 → python_fitparse-2.1.5}/scripts/unit_tool.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-fitparse
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.5
|
|
4
4
|
Summary: Python library to parse ANT/Garmin .FIT files
|
|
5
5
|
Project-URL: Homepage, https://github.com/nbr23/python-fitparse
|
|
6
6
|
Project-URL: Repository, https://github.com/nbr23/python-fitparse
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# ***************** BEGIN AUTOMATICALLY GENERATED FIT PROFILE ******************
|
|
2
2
|
# *************************** DO NOT EDIT THIS FILE ****************************
|
|
3
|
-
# *********** EXPORTED PROFILE FROM SDK VERSION 21.
|
|
4
|
-
# ********* PARSED 201 TYPES (
|
|
3
|
+
# *********** EXPORTED PROFILE FROM SDK VERSION 21.201 ON 2026-04-22 ***********
|
|
4
|
+
# ********* PARSED 201 TYPES (4395 VALUES), 124 MESSAGES (1407 FIELDS) *********
|
|
5
5
|
|
|
6
6
|
from fitparse.records import (
|
|
7
7
|
ComponentField,
|
|
@@ -3131,6 +3131,7 @@ FIELD_TYPES = {
|
|
|
3131
3131
|
347: 'jespr',
|
|
3132
3132
|
348: 'huawei',
|
|
3133
3133
|
349: 'gotoes',
|
|
3134
|
+
350: 'cadence_app',
|
|
3134
3135
|
5759: 'actigraphcorp',
|
|
3135
3136
|
},
|
|
3136
3137
|
),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|