summaryrefslogtreecommitdiffstats
path: root/glucometerutils/glucometer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* When no action is provided by user, print the help output instead.Diego Elio Pettenò2020-04-091-3/+4
* Move driver loading to glucometerutils.driver.Diego Elio Pettenò2020-04-091-6/+4
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-271-0/+1
* Bring up command line error as we only support Python 3.7+ now.Diego Elio Pettenò2020-03-271-2/+2
* Combine a strangely-separated string.Diego Elio Pettenò2020-03-271-1/+1
* Fix errors identified by flake8.Diego Elio Pettenò2020-03-261-1/+1
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-8/+4
* format code with blackBen2020-03-081-61/+97
* Drop support for Python 3.4.Diego Elio Pettenò2019-09-021-2/+2
* Get and set the patient name on supported meters.Diego Elio Pettenò2019-07-071-0/+22
* Fix syntax error.Diego Elio Pettenò2019-07-011-1/+2
* Introduce an explicit InvalidDateTime exception for meters with unset time.Diego Elio Pettenò2019-07-011-3/+3
* handle device.get_datetime() value error exceptionmatmutant2019-07-011-0/+2
* 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-27/+30
* Reindent all files to match the 4-spaces indentation.Diego Elio Pettenò2018-12-121-118/+118
* Remove --sort-by flag.Diego Elio Pettenò2018-12-121-9/+1
* Move the binary script to glucometerutils/ and create a starting shim.Diego Elio Pettenò2017-12-281-0/+147