summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/fsoptium.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-1/+1
* format code with blackBen2020-03-081-69/+65
* factor out common driver methodsBen2020-02-181-17/+4
* Bugfix: get current time within the functionBen2020-02-181-1/+4
* fsoptium: fix error in date stirng parsing.Diego Elio Pettenò2019-09-021-1/+1
* Use the new website URL for glucometer-protocols.Diego Elio Pettenò2019-09-021-1/+1
* 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-49/+52
* Reindent all files to match the 4-spaces indentation.Diego Elio Pettenò2018-12-121-184/+184
* fsoptium: add debug logging when sending commands.Diego Elio Pettenò2018-03-171-0/+4
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-4/+4
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* Fix typo on import statementRyan Jarvis2017-06-241-1/+1
* All drivers: move documentation of features from README to docstring.Diego Elio Pettenò2017-04-171-0/+8
* Serial drivers: factor out opening of the serial port to a new base class.Diego Elio Pettenò2017-04-171-12/+4
* serial drivers: if no --device parameter is given, look for default cable.Diego Elio Pettenò2017-04-151-5/+4
* fsoptium: use logging instead of writing to stderr directly.Diego Elio Pettenò2017-04-151-3/+2
* 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
* Rename freestyle_optium to fsoptium.Diego Elio Pettenò2017-01-161-0/+271