index
:
anonymous/glucometerutils
experimental-bazel-test
experimental-construct-freestyle
main
mergify/Flameeyes/config-update
Unnamed repository; edit this file 'description' to name the repository.
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
glucometer.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-28
Use Python3 Enum class for glucose units.
Diego Elio Pettenò
1
-1
/
+2
2017-12-28
Raise minimum Python version to 3.4, to allow using the enum module.
Diego Elio Pettenò
1
-2
/
+2
2017-10-02
Fix with_ketone
Leonard Lausen
1
-1
/
+1
2017-10-02
Fix ketone reading
Leonard Lausen
1
-1
/
+1
2017-09-25
glucometer.py: add --with-ketone option to the dump action
Samuel Martin
1
-0
/
+7
2017-09-25
glucometer.py: restrict sorting choices to the common reading fields
Samuel Martin
1
-1
/
+1
2017-06-18
Use python3 in the shebang to mark this as not Python 2-compatible.
Diego Elio Pettenò
1
-1
/
+1
2017-06-15
Raise an exception right away if the Python version is unsupported.
Diego Elio Pettenò
1
-0
/
+4
2017-06-05
Update message and fix line length.
Diego Elio Pettenò
1
-1
/
+2
2017-05-30
Show import error when loading driver, so the actual cause of the problem can be seen
Dorian Scholz
1
-3
/
+3
2017-05-30
Make dateutil optional:
Dorian Scholz
1
-2
/
+4
2017-04-17
Add support for a "help" action that prints the driver module's docstring.
Diego Elio Pettenò
1
-0
/
+10
2017-04-15
glucometer: make the error fatal and more clear when setting an invalid date.
Diego Elio Pettenò
1
-2
/
+4
2017-04-15
glucometer: log a better error if the driver name is not found.
Diego Elio Pettenò
1
-1
/
+8
2017-04-15
all drivers: make --device optional at the tool level.
Diego Elio Pettenò
1
-2
/
+3
2017-02-25
Add a --vlog option to enable verbose logging.
Diego Elio Pettenò
1
-0
/
+8
2017-01-16
Update copyrights, cleanup whitespace where needed.
Diego Elio Pettenò
1
-1
/
+1
2017-01-15
Move the readings-to-csv conversion to the Reading class.
Diego Elio Pettenò
1
-3
/
+1
2017-01-15
Fetch the device information in all commands.
Diego Elio Pettenò
1
-4
/
+6
2017-01-15
Wrap the meter information to a namedtuple, instead of a string.
Diego Elio Pettenò
1
-1
/
+5
2014-01-29
Add connect/disconnect methods to otultra2 and send \x11\r on connection.
Diego Elio Pettenò
1
-0
/
+4
2013-12-14
Add confirmation prompt to zero log argument
jimsiff
1
-2
/
+7
2013-12-11
Clean up the code to remove methods that should be functions and imports.
Diego Elio Pettenò
1
-1
/
+0
2013-12-11
Allow sorting the dumped data; sort by date by default.
Diego Elio Pettenò
1
-1
/
+11
2013-12-11
glucometer.py: if no unit is provided on command line, use the default of the meter.
Diego Elio Pettenò
1
-1
/
+5
2013-12-11
Generalise the meal/comment handling to the Reading object.
Diego Elio Pettenò
1
-2
/
+3
2013-12-08
Better error handling.
Diego Elio Pettenò
1
-21
/
+23
2013-12-08
Add a new command to dump the identification of the glucometer.
Diego Elio Pettenò
1
-4
/
+8
2013-12-08
otultra2: implement a zero log command to clear a device's memory.
Diego Elio Pettenò
1
-0
/
+9
2013-12-08
otultra2: implement decoding of meal and comment codes.
Diego Elio Pettenò
1
-1
/
+2
2013-09-29
Read more data out of the OTUltra2 dump lines. Return data in a Reading object.
Diego Elio Pettenò
1
-2
/
+2
2013-08-04
glucometer: allow providing a freeform arbitrary date to set on the meter.
Diego Elio Pettenò
1
-2
/
+10
2013-08-03
glucometer: mark executable.
Diego Elio Pettenò
1
-0
/
+0
2013-08-03
Relicense everything under MIT license.
Diego Elio Pettenò
1
-1
/
+1
2013-08-03
glucometer: remove unused argv usage.
Diego Elio Pettenò
1
-2
/
+1
2013-08-03
Update function names to follow PEP8.
Diego Elio Pettenò
1
-3
/
+3
2013-08-03
Add utf-8 encoding specification to all files.
Diego Elio Pettenò
1
-0
/
+1
2013-08-03
glucometer: add support for selecting output units on dump.
Diego Elio Pettenò
1
-1
/
+4
2013-08-03
glucometer: fix script to actually work and provide actions.
Diego Elio Pettenò
1
-2
/
+13