summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/sdcodefree.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-1/+2
* Reformat with the new black.Diego Elio Pettenò2023-04-161-1/+0
* Make use of modern Python ordered kwargs.Svetlana Pantelejeva2020-08-021-19/+18
* Rename driver.GlucometerDriver to driver.GlucometerDevice.Diego Elio Pettenò2020-04-091-1/+1
* Move driver_base to glucometerutils.driver instead.Diego Elio Pettenò2020-04-091-3/+3
* 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-16/+17
* 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-53/+55
* factor out common driver methodsBen2020-02-181-6/+4
* Bugfix: get current time within the functionBen2020-02-181-1/+4
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-6/+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-10/+11
* sdcodefree: allows an arbitrary number of null-bytes before challenge.Diego Elio Pettenò2018-12-091-6/+9
* Fix sdcodefree driver, the same as the lifescan changes.Diego Elio Pettenò2018-07-241-1/+1
* Update sdcodefree.pyArkadiusz Bulski2018-03-171-2/+2
* SymmetricMapping was renamed to MappingArkadiusz Bulski2018-03-171-2/+2
* construct-code is (almost) uptodateArkadiusz Bulski2018-03-171-4/+5
* sdcodefree: rewrite using construct and improve readability.Diego Elio Pettenò2017-12-311-87/+78
* 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-1/+1
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* Add support for a "help" action that prints the driver module's docstring.Diego Elio Pettenò2017-04-171-1/+14
* Serial drivers: factor out opening of the serial port to a new base class.Diego Elio Pettenò2017-04-171-14/+5
* serial drivers: if no --device parameter is given, look for default cable.Diego Elio Pettenò2017-04-151-6/+7
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+5
* sdcodefree: reformat and cleanup.Diego Elio Pettenò2017-02-091-135/+138
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-2/+2
* sdcodefree: new driver.Diego Elio Pettenò2016-06-191-0/+190