python-fitparse 2.1.5__tar.gz → 2.1.6__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.5 → python_fitparse-2.1.6}/PKG-INFO +1 -1
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/fitparse/profile.py +30 -2
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/pyproject.toml +1 -1
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/.gitignore +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/LICENSE +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/README.md +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/fitparse/__init__.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/fitparse/base.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/fitparse/processors.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/fitparse/records.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/fitparse/utils.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/patches/message_types/location.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/scripts/fitdump +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/scripts/generate_profile.py +0 -0
- {python_fitparse-2.1.5 → python_fitparse-2.1.6}/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.6
|
|
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 (4395 VALUES), 124 MESSAGES (
|
|
3
|
+
# *********** EXPORTED PROFILE FROM SDK VERSION 21.202 ON 2026-04-29 ***********
|
|
4
|
+
# ********* PARSED 201 TYPES (4395 VALUES), 124 MESSAGES (1411 FIELDS) *********
|
|
5
5
|
|
|
6
6
|
from fitparse.records import (
|
|
7
7
|
ComponentField,
|
|
@@ -6391,6 +6391,13 @@ MESSAGE_TYPES = {
|
|
|
6391
6391
|
),
|
|
6392
6392
|
),
|
|
6393
6393
|
),
|
|
6394
|
+
78: Field(
|
|
6395
|
+
name='active_time',
|
|
6396
|
+
type=BASE_TYPES[0x86], # uint32
|
|
6397
|
+
def_num=78,
|
|
6398
|
+
scale=1000,
|
|
6399
|
+
units='s',
|
|
6400
|
+
),
|
|
6394
6401
|
82: Field(
|
|
6395
6402
|
name='player_score',
|
|
6396
6403
|
type=BASE_TYPES[0x84], # uint16
|
|
@@ -7484,6 +7491,13 @@ MESSAGE_TYPES = {
|
|
|
7484
7491
|
def_num=63,
|
|
7485
7492
|
units='bpm',
|
|
7486
7493
|
),
|
|
7494
|
+
70: Field(
|
|
7495
|
+
name='active_time',
|
|
7496
|
+
type=BASE_TYPES[0x86], # uint32
|
|
7497
|
+
def_num=70,
|
|
7498
|
+
scale=1000,
|
|
7499
|
+
units='s',
|
|
7500
|
+
),
|
|
7487
7501
|
71: Field(
|
|
7488
7502
|
name='wkt_step_index',
|
|
7489
7503
|
type=FIELD_TYPES['message_index'],
|
|
@@ -10712,6 +10726,13 @@ MESSAGE_TYPES = {
|
|
|
10712
10726
|
offset=500,
|
|
10713
10727
|
units='m',
|
|
10714
10728
|
),
|
|
10729
|
+
78: Field( # Active time of split rounds
|
|
10730
|
+
name='active_time',
|
|
10731
|
+
type=BASE_TYPES[0x86], # uint32
|
|
10732
|
+
def_num=78,
|
|
10733
|
+
scale=1000,
|
|
10734
|
+
units='s',
|
|
10735
|
+
),
|
|
10715
10736
|
110: Field(
|
|
10716
10737
|
name='total_moving_time',
|
|
10717
10738
|
type=BASE_TYPES[0x86], # uint32
|
|
@@ -10805,6 +10826,13 @@ MESSAGE_TYPES = {
|
|
|
10805
10826
|
def_num=13,
|
|
10806
10827
|
units='kcal',
|
|
10807
10828
|
),
|
|
10829
|
+
65: Field( # total active time in all split rounds
|
|
10830
|
+
name='active_time',
|
|
10831
|
+
type=BASE_TYPES[0x86], # uint32
|
|
10832
|
+
def_num=65,
|
|
10833
|
+
scale=1000,
|
|
10834
|
+
units='s',
|
|
10835
|
+
),
|
|
10808
10836
|
77: Field(
|
|
10809
10837
|
name='total_moving_time',
|
|
10810
10838
|
type=BASE_TYPES[0x86], # uint32
|
|
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
|