Branch | Commit message | Author | Age |
main | Use empty `__init__.py` files. | Diego Elio Pettenò | 15 months |
mergify/Flameeyes/config-update | Mergify: configuration update | Diego Elio Pettenò | 5 years |
experimental-construct-freestyle | freestyle: replace the custom struct and bytemangling with construct. | Diego Elio Pettenò | 7 years |
experimental-bazel-test | Experiment: add some basic bazel support. | Diego Elio Pettenò | 7 years |
|
|
Age | Commit message | Author | Files | Lines |
2017-12-28 | freestyle: replace the custom struct and bytemangling with construct.experimental-construct-freestyle | Diego Elio Pettenò | 1 | -8/+11 |
2017-12-28 | Remove misleading MANIFEST template. | Diego Elio Pettenò | 1 | -1/+0 |
2017-12-28 | Update Python version target in the README as well. | Diego Elio Pettenò | 1 | -1/+1 |
2017-12-28 | Update documentation to be more useful. | Diego Elio Pettenò | 1 | -13/+21 |
2017-12-28 | test: use byte constants instead of encoding on the fly. | Diego Elio Pettenò | 1 | -2/+2 |
2017-12-28 | tests: fix OneTouch tests to use Python's own mock, and leverage absl-py. | Diego Elio Pettenò | 2 | -53/+26 |
2017-12-28 | Fix up link to the site. | Diego Elio Pettenò | 1 | -1/+1 |
2017-12-28 | test_common: use absl-py to increase coverage, and simplify. | Diego Elio Pettenò | 1 | -8/+23 |
2017-12-28 | accucheck_reports: fix bug for mg/dL native meters. | Diego Elio Pettenò | 3 | -17/+11 |
2017-12-28 | Use Python3 Enum class for measurement methods. | Diego Elio Pettenò | 2 | -10/+11 |
2017-12-28 | Use Python3 Enum class for meal flags. | Diego Elio Pettenò | 5 | -18/+19 |
2017-12-28 | Use Python3 Enum class for glucose units. | Diego Elio Pettenò | 12 | -43/+36 |
2017-12-28 | Raise minimum Python version to 3.4, to allow using the enum module. | Diego Elio Pettenò | 2 | -2/+3 |
2017-11-14 | otultraeasy: fix wrong module name for shared lifescan code. | Diego Elio Pettenò | 1 | -4/+4 |
2017-10-02 | Fix with_ketone | Leonard Lausen | 4 | -9/+4 |
2017-10-02 | Fix ketone reading | Leonard Lausen | 4 | -4/+9 |
2017-10-01 | Fix syntax error in fsprecisionneo.py | 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 | fsprecisionneo: add ketone reading support | Samuel Martin | 1 | -8/+19 |
2017-09-25 | fslibre: add ketone reading support | Samuel Martin | 1 | -4/+24 |
2017-09-25 | fslibre: set measure_method when parsing records | Samuel Martin | 1 | -2/+7 |
2017-09-25 | common: introduce the KetoneReading class | Samuel Martin | 1 | -3/+32 |
2017-09-25 | common: rename Reading class into GlucoseReading class | Samuel Martin | 10 | -12/+12 |
2017-09-25 | glucometer.py: restrict sorting choices to the common reading fields | Samuel Martin | 1 | -1/+1 |
2017-09-25 | common: add measure_method field to _ReadingBase class | Samuel Martin | 1 | -5/+10 |
2017-09-25 | common: add constants for measure methods | Samuel Martin | 1 | -0/+4 |
2017-09-25 | fslibre: fix reading-type comment | Samuel Martin | 1 | -1/+1 |
2017-09-25 | add udev rules | Samuel Martin | 1 | -0/+30 |
2017-09-13 | fslibre: fix insulin display | Samuel Martin | 1 | -4/+4 |
2017-09-13 | otverio2015: fix _MEAL_CODES map. | Diego Elio Pettenò | 1 | -3/+3 |
2017-09-13 | otverio2015: expose pre-/post-meal flags for Select Plus devices. | Diego Elio Pettenò | 1 | -7/+15 |
2017-09-13 | otverio2015: fix readings on Select Plus readers (Issue #22). | Diego Elio Pettenò | 1 | -3/+4 |
2017-09-13 | otverio2015: add debug logging to help track Issue #22. | Diego Elio Pettenò | 1 | -2/+8 |
2017-09-04 | Remove the gdef submodule import. | Diego Elio Pettenò | 2 | -3/+0 |
2017-07-24 | Tested with FreeStyle Optium Neo | Warren Moore | 1 | -1/+1 |
2017-06-24 | Fix typo on import statement | Ryan Jarvis | 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-15 | freestyle: add some debugging information. | Diego Elio Pettenò | 1 | -0/+3 |
2017-06-15 | hiddevice: default to no timeout, like before. | Diego Elio Pettenò | 1 | -5/+5 |
2017-06-07 | fsprecisionneo: FreeStyle Optium Neo H has been tested working | Diego Elio Pettenò | 1 | -1/+1 |
2017-06-06 | hiddevice: make hidapi calls take a timeout, default to 1 second. | Diego Elio Pettenò | 1 | -1/+8 |
2017-06-05 | Add new model name to list of supported devices. | Diego Elio Pettenò | 1 | -0/+1 |
2017-06-05 | Update message and fix line length. | Diego Elio Pettenò | 1 | -1/+2 |
2017-06-05 | hiddevice: add a 1-second timeout to reads. | Diego Elio Pettenò | 1 | -1/+6 |
2017-06-04 | Add a ne support class for HID-based devices. | Diego Elio Pettenò | 3 | -36/+90 |
2017-06-03 | Abbott devices: add support for using hidapi library. | Diego Elio Pettenò | 6 | -14/+49 |
2017-05-30 | Merge pull request #13 from DorianScholz/make_dateutil_optional | Diego Elio Pettenò | 1 | -2/+4 |
2017-05-30 | Merge pull request #12 from DorianScholz/show_import_error | Diego Elio Pettenò | 1 | -3/+3 |
2017-05-30 | Merge pull request #11 from DorianScholz/fix_encoding_info | Diego Elio Pettenò | 3 | -0/+2 |
2017-05-30 | Merge pull request #10 from DorianScholz/fix_fslibre_parsing | Diego Elio Pettenò | 1 | -5/+9 |
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 | Fix encoding info and add missing __init__.py file | Dorian Scholz | 3 | -0/+2 |
2017-05-30 | Make dateutil optional: | Dorian Scholz | 1 | -2/+4 |
2017-05-30 | Fix IndexError and KeyError: | Dorian Scholz | 1 | -5/+9 |
2017-04-17 | Add the Optium Neo as an untested supported device. | Diego Elio Pettenò | 1 | -1/+4 |
2017-04-17 | All drivers: move documentation of features from README to docstring. | Diego Elio Pettenò | 9 | -44/+101 |
2017-04-17 | Add support for a "help" action that prints the driver module's docstring. | Diego Elio Pettenò | 2 | -1/+24 |
2017-04-17 | Serial drivers: factor out opening of the serial port to a new base class. | Diego Elio Pettenò | 5 | -49/+85 |
2017-04-15 | Remove unused constants. | Diego Elio Pettenò | 1 | -4/+0 |
2017-04-15 | serial drivers: if no --device parameter is given, look for default cable. | Diego Elio Pettenò | 4 | -21/+21 |
2017-04-15 | fsoptium: use logging instead of writing to stderr directly. | Diego Elio Pettenò | 1 | -3/+2 |
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ò | 9 | -2/+45 |
2017-02-25 | Add a --vlog option to enable verbose logging. | Diego Elio Pettenò | 1 | -0/+8 |
2017-02-24 | fslibre: parse and output the scan and blood tests. | Diego Elio Pettenò | 1 | -19/+137 |
2017-02-23 | fslibre: new driver for Abbott FreeStyle Libre download. | Diego Elio Pettenò | 2 | -0/+75 |
2017-02-09 | sdcodefree: reformat and cleanup. | Diego Elio Pettenò | 1 | -135/+138 |
2017-01-20 | Merge pull request #8 from gonzojive/master | Diego Elio Pettenò | 1 | -1/+1 |
2017-01-20 | Include glucometerutils.support in setup.py. | Red Daly | 1 | -1/+1 |
2017-01-20 | Merge pull request #7 from gonzojive/master | Diego Elio Pettenò | 1 | -1/+1 |
2017-01-20 | Open OneTouch Verio devices in readwrite mode by default. | Red Daly | 1 | -1/+1 |
2017-01-17 | freestyle: error out if hidraw device does not exist. | Diego Elio Pettenò | 1 | -0/+4 |
2017-01-17 | fsinsulinx: add untested FreeStyle InsuLinx driver. | Diego Elio Pettenò | 2 | -1/+68 |
2017-01-17 | fsprecisionneo: move the version and serial number information to the common support class. | Diego Elio Pettenò | 2 | -10/+10 |
2017-01-17 | fsprecisionneo: fix mistake in readings dump command. | Diego Elio Pettenò | 1 | -1/+1 |
2017-01-17 | freestyle: improve error message on command failure, fix comment. | Diego Elio Pettenò | 1 | -2/+2 |
2017-01-17 | freestyle: raise NotImplementedError when trying to zero-log. | Diego Elio Pettenò | 1 | -0/+4 |
2017-01-17 | fsprecisionneo: add support for setting date and time. | Diego Elio Pettenò | 2 | -16/+30 |
2017-01-16 | Update copyrights, cleanup whitespace where needed. | Diego Elio Pettenò | 9 | -13/+22 |
2017-01-16 | Fix README to share the same Markdown syntax. | Diego Elio Pettenò | 1 | -10/+6 |
2017-01-16 | Add new driver for the Abbott FreeStyle Precision Neo. | Diego Elio Pettenò | 3 | -11/+271 |
2017-01-16 | Rename freestyle_optium to fsoptium. | Diego Elio Pettenò | 2 | -3/+3 |
2017-01-16 | LifeScan devices: move lifescan_common to the support directory. | Diego Elio Pettenò | 6 | -25/+25 |
2017-01-16 | Add an emacs local configuration file. | Diego Elio Pettenò | 1 | -0/+4 |
2017-01-15 | Move the readings-to-csv conversion to the Reading class. | Diego Elio Pettenò | 2 | -3/+7 |
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ò | 8 | -57/+78 |
2017-01-15 | Add a submodule pointing at gdef, to start implementing gdef export. | Diego Elio Pettenò | 2 | -0/+3 |
2016-11-17 | Merge pull request #6 from lgp171188/map_func_call_fix | Diego Elio Pettenò | 1 | -2/+2 |
2016-11-16 | Fix error in call to map() function | L. Guruprasad | 1 | -2/+2 |
2016-08-31 | freestyle_optium: ignore β-ketones results from dumps. | Diego Elio Pettenò | 1 | -4/+7 |
2016-08-31 | freestyle_optium: fix reversed parameters to map(). | Diego Elio Pettenò | 1 | -1/+1 |
2016-08-31 | freestyle_optium: remove debugging print. | Diego Elio Pettenò | 1 | -1/+0 |
2016-06-19 | sdcodefree: fix brainfart in README. | Diego Elio Pettenò | 1 | -1/+1 |
2016-06-19 | sdcodefree: new driver. | Diego Elio Pettenò | 2 | -0/+193 |
2016-05-21 | otverio2015: fix date/time handling, which was broken outside of UTC. | Diego Elio Pettenò | 1 | -1/+1 |
2016-05-21 | otverio2015: implement proper glucose unit identification. | Diego Elio Pettenò | 1 | -3/+22 |
2016-03-02 | Add backup files to .gitignore. | Diego Elio Pettenò | 1 | -0/+1 |
[...] |
|
Clone |
http://ni.4a.si./anonymous/glucometerutils |
https://ni.4a.si./anonymous/glucometerutils |