@@ -3,17 +3,26 @@ python-fitparse
33
44Here's a Python library to parse ANT/Garmin ` .FIT ` files.
55
6- Welcome to python-fitparse! After a few years of laying dormant we are back to
7- active development! The old version is archived as
8- [ ` v1-archive ` ] ( https://github.com/dtcooper/python-fitparse/releases/tag/v1-archive ) .
9-
10- The FIT (Flexible and Interoperable Data Transfer) file protocol is specified by
11- ANT (http://www.thisisant.com/ ) and an SDK is available for download at
12- http://www.thisisant.com/pages/products/fit-sdk .
6+ Install from [ ![ PyPI] ( https://img.shields.io/pypi/v/fitparse.svg )] ( https://pypi.python.org/pypi/fitparse/ ) :
7+ ```
8+ pip install fitparse
9+ ```
1310
11+ FIT files
12+ ------------
13+ - FIT files contain data stored in a binary file format.
14+ - The FIT (Flexible and Interoperable Data Transfer) file protocol is specified
15+ by [ ANT] ( http://www.thisisant.com/ ) .
16+ - The SDK, code examples, and detailed documentation can be found in the
17+ [ ANT FIT SDK] ( http://www.thisisant.com/resources/fit ) .
18+
1419Major Changes From Original Version
1520-----------------------------------
1621
22+ After a few years of laying dormant we are back to active development!
23+ The old version is archived as
24+ [ ` v1-archive ` ] ( https://github.com/dtcooper/python-fitparse/releases/tag/v1-archive ) .
25+
1726 * New, hopefully cleaner public API with a clear division between accessible
1827 and internal parts. (Still unstable and partially complete.)
1928
@@ -53,9 +62,8 @@ Major Changes From Original Version
5362
5463Updating to new FIT SDK versions
5564--------------------------------
56- Download the latest SDK from http://www.thisisant.com/pages/products/fit-sdk
57-
58- Update the profile:
65+ - Download the latest [ ANT FIT SDK] ( http://www.thisisant.com/resources/fit ) .
66+ - Update the profile:
5967```
6068python3 scripts/generate_profile.py /path/to/fit_sdk.zip fitparse/profile.py
6169```
0 commit comments