python-fitparse 2.1.6__tar.gz → 2.1.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-fitparse
3
- Version: 2.1.6
3
+ Version: 2.1.7
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
@@ -54,7 +54,7 @@ python-fitparse
54
54
  > This fork continues active development with support for new FIT SDK versions and patches.
55
55
 
56
56
  Here's a Python library to parse ANT/Garmin `.FIT` files.
57
- [![Build Status](https://github.com/nbr23/python-fitparse/workflows/test/badge.svg)](https://github.com/nbr23/python-fitparse/actions?query=workflow%3Atest)
57
+ [![Build Status](https://github.com/nbr23/python-fitparse/workflows/Main%20CI%2FCD%20Pipeline/badge.svg)](https://github.com/nbr23/python-fitparse/actions?query=workflow%3A%22Main+CI%2FCD+Pipeline%22)
58
58
 
59
59
 
60
60
  Install from [![PyPI](https://img.shields.io/pypi/v/python-fitparse.svg)](https://pypi.python.org/pypi/python-fitparse/):
@@ -6,7 +6,7 @@ python-fitparse
6
6
  > This fork continues active development with support for new FIT SDK versions and patches.
7
7
 
8
8
  Here's a Python library to parse ANT/Garmin `.FIT` files.
9
- [![Build Status](https://github.com/nbr23/python-fitparse/workflows/test/badge.svg)](https://github.com/nbr23/python-fitparse/actions?query=workflow%3Atest)
9
+ [![Build Status](https://github.com/nbr23/python-fitparse/workflows/Main%20CI%2FCD%20Pipeline/badge.svg)](https://github.com/nbr23/python-fitparse/actions?query=workflow%3A%22Main+CI%2FCD+Pipeline%22)
10
10
 
11
11
 
12
12
  Install from [![PyPI](https://img.shields.io/pypi/v/python-fitparse.svg)](https://pypi.python.org/pypi/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.202 ON 2026-04-29 ***********
4
- # ********* PARSED 201 TYPES (4395 VALUES), 124 MESSAGES (1411 FIELDS) *********
3
+ # *********** EXPORTED PROFILE FROM SDK VERSION 21.205 ON 2026-05-20 ***********
4
+ # ********* PARSED 201 TYPES (4399 VALUES), 124 MESSAGES (1411 FIELDS) *********
5
5
 
6
6
  from fitparse.records import (
7
7
  ComponentField,
@@ -2230,9 +2230,13 @@ FIELD_TYPES = {
2230
2230
  4759: 'instinct3_solar_50mm',
2231
2231
  4775: 'tactix8_amoled',
2232
2232
  4776: 'tactix8_solar',
2233
+ 4814: 'fr170_music',
2234
+ 4815: 'fr170',
2233
2235
  4825: 'approach_j1',
2234
2236
  4879: 'd2_mach2',
2237
+ 4916: 'fr70_2026',
2235
2238
  4944: 'd2_air_x15',
2239
+ 5056: 'd2_mach2_pro',
2236
2240
  10007: 'sdm4', # SDM4 footpod
2237
2241
  10014: 'edge_remote',
2238
2242
  20119: 'training_center',
@@ -12192,7 +12196,7 @@ MESSAGE_TYPES = {
12192
12196
  type=BASE_TYPES[0x84], # uint16
12193
12197
  def_num=1,
12194
12198
  scale=1000,
12195
- units='degC',
12199
+ units='C',
12196
12200
  ),
12197
12201
  253: FIELD_TYPE_TIMESTAMP,
12198
12202
  },
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "python-fitparse"
7
- version = "2.1.6"
7
+ version = "2.1.7"
8
8
  description = "Python library to parse ANT/Garmin .FIT files"
9
9
  authors = [
10
10
  {name = "David Cooper", email = "dave@kupesoft.com"},
File without changes