文件名称:python-fitparse:用于解析ANTGarmin .FIT文件的Python库
文件大小:2.02MB
文件格式:ZIP
更新时间:2024-06-01 04:06:02
garmin ant fit fit-sdk fitparse
python-fitparse 这是一个用于解析ANT / Garmin .FIT文件的Python库。 从安装 : pip install fitparse FIT文件 FIT文件包含以二进制文件格式存储的数据。 FIT(灵活和可互操作数据传输)文件协议由指定。 可以在找到该SDK,代码示例和详细文档。 用法 一个从拟合文件中打印记录的简单示例: import fitparse # Load the FIT file fitfile = fitparse . FitFile ( "my_activity.fit" ) # Iterate over all messages of type "record" # (other types include "device_info", "file_creator", "event", etc) for record in fit
【文件预览】:
python-fitparse-master
----etc()
--------requirements-test.in(19B)
----.gitignore(756B)
----README.md(4KB)
----fitparse()
--------base.py(24KB)
--------profile.py(409KB)
--------records.py(14KB)
--------utils.py(2KB)
--------__init__.py(336B)
--------processors.py(5KB)
----.github()
--------workflows()
----tests()
--------doctests.py(53B)
--------test.py(18KB)
--------test_records.py(675B)
--------api_examples.txt(969B)
--------test_utils.py(2KB)
--------files()
----docs()
--------conf.py(8KB)
--------index.rst(2KB)
--------api.rst(6KB)
--------Makefile(5KB)
----LICENSE(1KB)
----CONTRIBUTING.md(505B)
----requirements-test.txt(58B)
----scripts()
--------unit_tool.py(2KB)
--------generate_profile.py(22KB)
--------fitdump(7KB)
----MANIFEST.in(34B)
----setup.py(623B)
----run_tests.py(335B)