index
:
anonymous/glucometerutils
experimental-bazel-test
experimental-construct-freestyle
main
mergify/Flameeyes/config-update
Unnamed repository; edit this file 'description' to name the repository.
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
glucometerutils
/
common.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update typing to PEP 585 style.
Diego Elio Pettenò
2023-08-03
1
-4
/
+5
*
Reformat with the new black.
Diego Elio Pettenò
2023-04-16
1
-2
/
+0
*
Round mg/dL conversion to one decimal place.
Diego Elio Pettenò
2021-03-27
1
-1
/
+1
*
CSV: use the same number of fields foreach reading
Pierre-Louis Bonicoli
2021-03-08
1
-2
/
+2
*
Add missing SPDX-FileCopyrightText throughout the project.
Diego Elio Pettenò
2020-03-27
1
-0
/
+1
*
The big typing cleanup.
Diego Elio Pettenò
2020-03-27
1
-2
/
+9
*
Use PEP526 declarations rather than `attr.ib()` calls all over.
Diego Elio Pettenò
2020-03-27
1
-38
/
+32
*
Fix errors identified by flake8.
Diego Elio Pettenò
2020-03-26
1
-1
/
+1
*
Fix version information formatting.
Diego Elio Pettenò
2020-03-14
1
-1
/
+3
*
Now that Python 3.6 is the minimum supported version, use f-strings.
Diego Elio Pettenò
2020-03-14
1
-12
/
+5
*
format code with black
Ben
2020-03-08
1
-34
/
+53
*
Remove try/except around typing imports.
Diego Elio Pettenò
2019-09-24
1
-5
/
+1
*
Use type= parameters in attr.ib() declarations.
Diego Elio Pettenò
2019-09-02
1
-16
/
+18
*
Replace the device_id attribute with a more generic extra_data dictionary.
Diego Elio Pettenò
2019-09-02
1
-3
/
+3
*
add internal device id to glucose measurements (and other entries) to prepare for better sorting
Ben
2019-09-02
1
-0
/
+3
*
fslibre: expose patient name if the device knows it.
Diego Elio Pettenò
2019-07-07
1
-2
/
+9
*
Fix type annotations.
Diego Elio Pettenò
2019-07-01
1
-4
/
+4
*
common: Correctly show ketone sample type in csv
Andreas Sandberg
2019-05-19
1
-1
/
+1
*
add time adjustments to fslibre dump
Ben
2019-05-05
1
-0
/
+17
*
Replace epydoc metadata with SPDX identifiers.
Diego Elio Pettenò
2019-02-08
1
-5
/
+2
*
Replace flameeyes.eu with flameeyes.com.
Diego Elio Pettenò
2019-02-08
1
-1
/
+1
*
Fix most of the pylint output, and hide away some that is not needed.
Diego Elio Pettenò
2018-12-12
1
-6
/
+3
*
Sprinkle more type annotations throughout the codebase.
Diego Elio Pettenò
2018-12-12
1
-5
/
+8
*
Fix indentation of common.py.
Diego Elio Pettenò
2018-12-12
1
-83
/
+86
*
Make GlucoseReading and KetoneReading use attrs, too.
Diego Elio Pettenò
2018-12-12
1
-44
/
+24
*
Use [attrs](http://www.attrs.org/) instead of namedtuple for MeterInfo.
Diego Elio Pettenò
2018-12-12
1
-18
/
+18
*
Fix error in meter info output, after conversion of Unit to enum.
Diego Elio Pettenò
2017-12-29
1
-1
/
+1
*
accucheck_reports: fix bug for mg/dL native meters.
Diego Elio Pettenò
2017-12-28
1
-5
/
+5
*
Use Python3 Enum class for measurement methods.
Diego Elio Pettenò
2017-12-28
1
-6
/
+7
*
Use Python3 Enum class for meal flags.
Diego Elio Pettenò
2017-12-28
1
-6
/
+7
*
Use Python3 Enum class for glucose units.
Diego Elio Pettenò
2017-12-28
1
-17
/
+9
*
common: introduce the KetoneReading class
Samuel Martin
2017-09-25
1
-3
/
+32
*
common: rename Reading class into GlucoseReading class
Samuel Martin
2017-09-25
1
-2
/
+2
*
common: add measure_method field to _ReadingBase class
Samuel Martin
2017-09-25
1
-5
/
+10
*
common: add constants for measure methods
Samuel Martin
2017-09-25
1
-0
/
+4
*
Remove unused constants.
Diego Elio Pettenò
2017-04-15
1
-4
/
+0
*
Move the readings-to-csv conversion to the Reading class.
Diego Elio Pettenò
2017-01-15
1
-0
/
+6
*
Wrap the meter information to a namedtuple, instead of a string.
Diego Elio Pettenò
2017-01-15
1
-0
/
+34
*
otultra2: make the before/after meal constants in common module.
Diego Elio Pettenò
2016-02-15
1
-1
/
+6
*
common: fix namedtuple usage to allow for optional parameters.
Diego Elio Pettenò
2014-01-29
1
-3
/
+3
*
Clean up the code to remove methods that should be functions and imports.
Diego Elio Pettenò
2013-12-11
1
-2
/
+2
*
Allow sorting the dumped data; sort by date by default.
Diego Elio Pettenò
2013-12-11
1
-5
/
+7
*
Change all the internal representations to mg/dL for compatibility with LifeScan.
Diego Elio Pettenò
2013-12-11
1
-10
/
+8
*
Generalise the meal/comment handling to the Reading object.
Diego Elio Pettenò
2013-12-11
1
-2
/
+12
*
otultra2: implement decoding of meal and comment codes.
Diego Elio Pettenò
2013-12-08
1
-1
/
+2
*
Read more data out of the OTUltra2 dump lines. Return data in a Reading object.
Diego Elio Pettenò
2013-09-29
1
-0
/
+19
*
Relicense everything under MIT license.
Diego Elio Pettenò
2013-08-03
1
-1
/
+1
*
Update function names to follow PEP8.
Diego Elio Pettenò
2013-08-03
1
-1
/
+1
*
Add utf-8 encoding specification to all files.
Diego Elio Pettenò
2013-08-03
1
-0
/
+1
*
Initial import of the raw data.
Diego Elio Pettenò
2013-08-03
1
-0
/
+48