.gitlab-ci.yml
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
c2log/__init__.py
c2log/fields.py
c2log/logbook.py
c2log.egg-info/PKG-INFO
c2log.egg-info/SOURCES.txt
c2log.egg-info/dependency_links.txt
c2log.egg-info/not-zip-safe
c2log.egg-info/requires.txt
c2log.egg-info/top_level.txt
c2log/structures/__init__.py
c2log/structures/base.py
c2log/structures/fixed.py
c2log/structures/interval.py
c2log/structures/user.py
c2log/structures/variable.py
docs/Makefile
docs/conf.py
docs/how-to-use.rst
docs/index.rst
docs/introduction.rst
docs/api/c2log.rst
docs/api/c2log.structures.rst
docs/api/modules.rst
docs/file_formats/deviceloginfo.bin.rst
docs/file_formats/favorites.bin.rst
docs/file_formats/index.rst
docs/file_formats/logdataaccesstbl.bin.rst
docs/file_formats/logdatastorage.bin.rst
docs/file_formats/logstrokeinfo.bin.rst
docs/file_formats/strokedataaccesstbl.bin.rst
docs/file_formats/strokedatastorage.bin.rst
docs/file_formats/userdynamic.bin.rst
docs/file_formats/userstatic.bin.rst
tests/conftest.py
tests/test_base_workout.py
tests/test_fields.py
tests/test_logbook.py
tests/test_structures.py