Library for parsing log files generated by Concept2 rowers.
Project description
c2log
c2log is a library for parsing log files generated by the Concept2 PM5. Documentation can be found at https://rmoe.gitlab.io/c2log/.
Installation
- Requirements:
Python 3.4+
Install from PyPi:
$ pip install c2log
Usage
>>> from c2log.logbook import LogBook
>>> logbook = LogBook.from_directory('/path/to/pm5/logs')
>>> logbook.workouts
>>> for workout in logbook.workouts:
... print(workout.workout_name)
...
16073m
15849m
2x10:00/0:12r
0:06:54
14557m
4x750m/0:12r
14877m
6x500m/0:12r
>>>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
c2log-0.1.1.tar.gz
(28.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
c2log-0.1.1-py3-none-any.whl
(22.4 kB
view details)
File details
Details for the file c2log-0.1.1.tar.gz.
File metadata
- Download URL: c2log-0.1.1.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb216cb3a40548fef3aa5a27b04531bda3abe6ffc5ca66a1e70c3dfcb07cf6f1
|
|
| MD5 |
5232fc50d4d9adc0ef85f75449c9ac51
|
|
| BLAKE2b-256 |
9ce61ab0bb3fe5db542e414e0cdd6ca9d0cd54789464eb6d82182295c045e8c1
|
File details
Details for the file c2log-0.1.1-py3-none-any.whl.
File metadata
- Download URL: c2log-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f5729a1eebf9cc0dd9f014b50a40669a5eeb0460257bc90662e375c429028e1
|
|
| MD5 |
c31dc1fd54c5a33d2b48cb21d1389c49
|
|
| BLAKE2b-256 |
34daef283fdaf7eae40b3ec8f20866efa7b3f3e6519849b7f86efeda81d17da9
|