summaryrefslogtreecommitdiffstats
path: root/glucometerutils/common.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-4/+5
* Reformat with the new black.Diego Elio Pettenò2023-04-161-2/+0
* Round mg/dL conversion to one decimal place.Diego Elio Pettenò2021-03-271-1/+1
* CSV: use the same number of fields foreach readingPierre-Louis Bonicoli2021-03-081-2/+2
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-271-0/+1
* The big typing cleanup.Diego Elio Pettenò2020-03-271-2/+9
* Use PEP526 declarations rather than `attr.ib()` calls all over.Diego Elio Pettenò2020-03-271-38/+32
* Fix errors identified by flake8.Diego Elio Pettenò2020-03-261-1/+1
* Fix version information formatting.Diego Elio Pettenò2020-03-141-1/+3
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-12/+5
* format code with blackBen2020-03-081-34/+53
* Remove try/except around typing imports.Diego Elio Pettenò2019-09-241-5/+1
* Use type= parameters in attr.ib() declarations.Diego Elio Pettenò2019-09-021-16/+18
* Replace the device_id attribute with a more generic extra_data dictionary.Diego Elio Pettenò2019-09-021-3/+3
* add internal device id to glucose measurements (and other entries) to prepare for better sortingBen2019-09-021-0/+3
* fslibre: expose patient name if the device knows it.Diego Elio Pettenò2019-07-071-2/+9
* Fix type annotations.Diego Elio Pettenò2019-07-011-4/+4
* common: Correctly show ketone sample type in csvAndreas Sandberg2019-05-191-1/+1
* add time adjustments to fslibre dumpBen2019-05-051-0/+17
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+2
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò2018-12-121-6/+3
* Sprinkle more type annotations throughout the codebase.Diego Elio Pettenò2018-12-121-5/+8
* Fix indentation of common.py.Diego Elio Pettenò2018-12-121-83/+86
* Make GlucoseReading and KetoneReading use attrs, too.Diego Elio Pettenò2018-12-121-44/+24
* Use [attrs](http://www.attrs.org/) instead of namedtuple for MeterInfo.Diego Elio Pettenò2018-12-121-18/+18
* Fix error in meter info output, after conversion of Unit to enum.Diego Elio Pettenò2017-12-291-1/+1
* accucheck_reports: fix bug for mg/dL native meters.Diego Elio Pettenò2017-12-281-5/+5
* Use Python3 Enum class for measurement methods.Diego Elio Pettenò2017-12-281-6/+7
* Use Python3 Enum class for meal flags.Diego Elio Pettenò2017-12-281-6/+7
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-17/+9
* common: introduce the KetoneReading classSamuel Martin2017-09-251-3/+32
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-2/+2
* common: add measure_method field to _ReadingBase classSamuel Martin2017-09-251-5/+10
* common: add constants for measure methodsSamuel Martin2017-09-251-0/+4
* Remove unused constants.Diego Elio Pettenò2017-04-151-4/+0
* Move the readings-to-csv conversion to the Reading class.Diego Elio Pettenò2017-01-151-0/+6
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-0/+34
* otultra2: make the before/after meal constants in common module.Diego Elio Pettenò2016-02-151-1/+6
* common: fix namedtuple usage to allow for optional parameters.Diego Elio Pettenò2014-01-291-3/+3
* Clean up the code to remove methods that should be functions and imports.Diego Elio Pettenò2013-12-111-2/+2
* Allow sorting the dumped data; sort by date by default.Diego Elio Pettenò2013-12-111-5/+7
* Change all the internal representations to mg/dL for compatibility with LifeScan.Diego Elio Pettenò2013-12-111-10/+8
* Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò2013-12-111-2/+12
* otultra2: implement decoding of meal and comment codes.Diego Elio Pettenò2013-12-081-1/+2
* Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò2013-09-291-0/+19
* Relicense everything under MIT license.Diego Elio Pettenò2013-08-031-1/+1
* Update function names to follow PEP8.Diego Elio Pettenò2013-08-031-1/+1
* Add utf-8 encoding specification to all files.Diego Elio Pettenò2013-08-031-0/+1
* Initial import of the raw data.Diego Elio Pettenò2013-08-031-0/+48