FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · dtcooper/python-fitparse · GitHub
dtcooper
/
python-fitparse
Public
Notifications
You must be signed in to change notification settings
Fork
186
Star
818
Code
Issues
25
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jan 28, 2025
Merge pull request #147 from roboes/update-datetime-module
Show description for d88bb69
dlenski
authored
d88bb69
View commit details
Copy full SHA for d88bb69
Browse repository at this point
Commits on Jan 25, 2025
Update datetime module as datetime.datetime.utcfromtimestamp() is deprecated
roboes
committed
142578c
View commit details
Copy full SHA for 142578c
Browse repository at this point
Commits on Jan 19, 2025
License bump. Happy New Year!
dtcooper
committed
0ae62ab
View commit details
Copy full SHA for 0ae62ab
Browse repository at this point
Commits on Jan 14, 2024
Fix typo in api docs (#145)
Show description for 9bd14c4
pR0Ps
authored
9bd14c4
View commit details
Copy full SHA for 9bd14c4
Browse repository at this point
Commits on Apr 7, 2023
Add strava_product subfield to identify FIT files generated by Strava apps
dlenski
committed
4fc9cd8
View commit details
Copy full SHA for 4fc9cd8
Browse repository at this point
Cleanup Python versions used for GitHub Actions
Show description for 2459451
dlenski
committed
2459451
View commit details
Copy full SHA for 2459451
Browse repository at this point
Commits on Feb 22, 2023
Update README.md
Show description for c180257
dtcooper
authored
c180257
View commit details
Copy full SHA for c180257
Browse repository at this point
Commits on Sep 7, 2022
Fix indexing
TomFryers
authored and
dtcooper
committed
4372b36
View commit details
Copy full SHA for 4372b36
Browse repository at this point
Pyupgrade tests scripts and tests
TomFryers
authored and
dtcooper
committed
90d0aac
View commit details
Copy full SHA for 90d0aac
Browse repository at this point
Remove Python 2 compatibility code
TomFryers
authored and
dtcooper
committed
06b68d6
View commit details
Copy full SHA for 06b68d6
Browse repository at this point
Use pyupgrade
TomFryers
authored and
dtcooper
committed
301970f
View commit details
Copy full SHA for 301970f
Browse repository at this point
Update README.md
Show description for 2a99f92
dtcooper
authored
2a99f92
View commit details
Copy full SHA for 2a99f92
Browse repository at this point
Commits on Apr 3, 2022
Remove unsupported Python versions from CI script
pR0Ps
committed
f28f220
View commit details
Copy full SHA for f28f220
Browse repository at this point
Handle error when parsing field with sleep_time of 86400 (#138)
Show description for 71fc57b
maethub
authored
71fc57b
View commit details
Copy full SHA for 71fc57b
Browse repository at this point
Commits on Jan 7, 2022
Update LICENSE
Show description for fd3bd56
dtcooper
authored
fd3bd56
View commit details
Copy full SHA for fd3bd56
Browse repository at this point
Commits on May 3, 2021
Ignore developer data errors by passing check_developer_data=False
Show description for af4cf3a
AartGoossens
authored and
dtcooper
committed
af4cf3a
View commit details
Copy full SHA for af4cf3a
Browse repository at this point
Another #127 fix
dtcooper
authored
11e7dbb
View commit details
Copy full SHA for 11e7dbb
Browse repository at this point
Update README.md
Show description for 13535bd
dtcooper
authored
13535bd
View commit details
Copy full SHA for 13535bd
Browse repository at this point
Commits on Apr 23, 2021
Merge pull request #126 from AartGoossens/feature/fix_multithreading
Show description for 3d3c19b
dtcooper
authored
3d3c19b
View commit details
Copy full SHA for 3d3c19b
Browse repository at this point
Commits on Apr 22, 2021
Introduces DeveloperDataMixin to make python-fitparse thread-safe
Show description for f9ad987
AartGoossens
committed
f9ad987
View commit details
Copy full SHA for f9ad987
Browse repository at this point
Commits on Jan 2, 2021
License bump. Happy New Year!
dtcooper
authored
78241f3
View commit details
Copy full SHA for 78241f3
Browse repository at this point
Commits on Dec 30, 2020
Add basic GPX output (#108)
Show description for 0f4e23e
emirpnet
authored and
pR0Ps
committed
0f4e23e
View commit details
Copy full SHA for 0f4e23e
Browse repository at this point
Commits on Dec 25, 2020
Break optional functionality out of FitFile class (#120)
Show description for 08d49be
pR0Ps
authored
08d49be
View commit details
Copy full SHA for 08d49be
Browse repository at this point
Commits on Dec 22, 2020
Emit a warning instead of printing a message
pR0Ps
committed
55a30f2
View commit details
Copy full SHA for 55a30f2
Browse repository at this point
Commits on Dec 20, 2020
Add pathlib support to fileish_open (#101)
AartGoossens
authored and
pR0Ps
committed
52a6f01
View commit details
Copy full SHA for 52a6f01
Browse repository at this point
Add support for badly terminated files (#114)
scott-phillips-ah
authored and
pR0Ps
committed
7c0b764
View commit details
Copy full SHA for 7c0b764
Browse repository at this point
Add Github actions workflow for test and coverage (#119)
Show description for 5c0bff1
dlenski
authored
5c0bff1
View commit details
Copy full SHA for 5c0bff1
Browse repository at this point
Commits on Dec 16, 2020
Warn and fall back to byte encoding in the case of a mismatched field size (#116)
Show description for 64b7d26
dlenski
authored
64b7d26
View commit details
Copy full SHA for 64b7d26
Browse repository at this point
Merge pull request #117 from dlenski/update_docs_Python_3
Show description for 7b49b9d
pR0Ps
authored
7b49b9d
View commit details
Copy full SHA for 7b49b9d
Browse repository at this point
Python 3 definitely supported now
Show description for 4b02915
dlenski
committed
4b02915
View commit details
Copy full SHA for 4b02915
Browse repository at this point
Commits on Sep 7, 2020
Bump version to v1.2.0
pR0Ps
committed
d46429e
View commit details
Copy full SHA for d46429e
Browse repository at this point
Merge pull request #110 from dtcooper/bugfix/misc
Show description for 1284b1c
pR0Ps
authored
1284b1c
View commit details
Copy full SHA for 1284b1c
Browse repository at this point
Commits on Aug 9, 2020
Fix processing enhanced_speed when it's a tuple
Show description for e7ba0bc
pR0Ps
committed
e7ba0bc
View commit details
Copy full SHA for e7ba0bc
Browse repository at this point
Give unnamed dev fields a default name
Show description for 5b712e9
pR0Ps
committed
5b712e9
View commit details
Copy full SHA for 5b712e9
Browse repository at this point
Properly serialize times to json
pR0Ps
committed
4a9c719
View commit details
Copy full SHA for 4a9c719
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL