summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/accuchek_reports.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-2/+2
* format code with blackBen2020-03-081-37/+36
* factor out common driver methodsBen2020-02-181-2/+4
* 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-25/+32
* Reindent all files to match the 4-spaces indentation.Diego Elio Pettenò2018-12-121-87/+87
* accucheck_reports: fix bug for mg/dL native meters.Diego Elio Pettenò2017-12-281-2/+4
* Use Python3 Enum class for meal flags.Diego Elio Pettenò2017-12-281-3/+3
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-2/+2
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* All drivers: move documentation of features from README to docstring.Diego Elio Pettenò2017-04-171-3/+6
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+5
* Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò2017-01-161-2/+2
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-7/+5
* accuchek_reports: add a new driver for Accu-Chek Mobile meters.Diego Elio Pettenò2016-02-151-0/+129