Branch | Commit message | Author | Age |
main | Use empty `__init__.py` files. | Diego Elio Pettenò | 16 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 |
2020-03-25 | Mergify: configuration updatemergify/Flameeyes/config-update | Diego Elio Pettenò | 1 | -2/+2 |
2020-03-23 | Check type annotations for tools with mypy, too. | Diego Elio Pettenò | 3 | -1/+1 |
2020-03-23 | Add an `all` extension that includes all dependencies. | Diego Elio Pettenò | 2 | -22/+33 |
2020-03-23 | otverio2015: remove python-scsi from dependencies. | Diego Elio Pettenò | 1 | -1/+1 |
2020-03-23 | Travis CI: install hidapi build dependencies. | Diego Elio Pettenò | 1 | -0/+6 |
2020-03-23 | Increase minimum supported Python version to 3.7. | Diego Elio Pettenò | 4 | -6/+5 |
2020-03-22 | Make HID support a "session" class rather than a base class. | Diego Elio Pettenò | 9 | -127/+153 |
2020-03-16 | Exclude mypy from Python 3.9 | Diego Elio Pettenò | 1 | -1/+2 |
2020-03-16 | Refresh Python versions. | Diego Elio Pettenò | 1 | -1/+2 |
2020-03-16 | Add mypy to continuous integration. | Diego Elio Pettenò | 2 | -1/+2 |
2020-03-16 | Add the README to the generated pypi package. | Diego Elio Pettenò | 1 | -0/+6 |
2020-03-16 | Update references to the repository to point to the glucometers-tech org. | Diego Elio Pettenò | 1 | -4/+4 |
2020-03-16 | Move tests to be organized within the source directory. | Diego Elio Pettenò | 15 | -11/+3 |
2020-03-16 | Mergify: configuration update | Diego Elio Pettenò | 1 | -0/+15 |
2020-03-14 | Fix version information formatting. | Diego Elio Pettenò | 1 | -1/+3 |
2020-03-14 | Now that Python 3.6 is the minimum supported version, use f-strings. | Diego Elio Pettenò | 15 | -74/+50 |
2020-03-14 | Expand line length in Emacs to match black. | Diego Elio Pettenò | 1 | -1/+1 |
2020-03-08 | Update minimum Python version. | Diego Elio Pettenò | 1 | -2/+1 |
2020-03-08 | Remove the python3.6 version override on pre-commit. | Diego Elio Pettenò | 1 | -2/+0 |
2020-03-08 | only run pre-commit on python3.6 | Ben | 1 | -6/+7 |
2020-03-08 | format code with black | Ben | 35 | -1162/+1297 |
2020-03-08 | pre-commit guide in README | Ben | 2 | -3/+21 |
2020-03-08 | add configuration for pre-commit, black and isort | Ben | 5 | -60/+93 |
2020-03-06 | FreeStyle: fix keepalive message handling for non-Libre devices. | Diego Elio Pettenò | 1 | -1/+1 |
2020-03-06 | Fix typo. | Diego Elio Pettenò | 1 | -2/+2 |
2020-02-18 | factor out common driver methods | Ben | 14 | -101/+114 |
2020-02-18 | Bugfix: get current time within the function | Ben | 8 | -8/+30 |
2020-02-14 | update AUTHORS | Ben | 1 | -0/+1 |
2020-02-01 | Clean up the extraction script, and make it more user friendly. | Diego Elio Pettenò | 1 | -13/+37 |
2020-01-25 | contourusb: fix mypy typing. | Diego Elio Pettenò | 1 | -6/+9 |
2020-01-25 | freestyle: add some (rough) support for encrypted messages. | Diego Elio Pettenò | 1 | -17/+80 |
2020-01-25 | freestyle: raise exceptions if a command returned an error state. | Diego Elio Pettenò | 1 | -0/+7 |
2020-01-25 | freestyle: simplify the code for initialization further. | Diego Elio Pettenò | 1 | -9/+3 |
2020-01-24 | extract_freestyle: add an option to not print keepalive messages. | Diego Elio Pettenò | 1 | -1/+16 |
2020-01-24 | freestyle: only send command 0x01 to initialize the device. | Diego Elio Pettenò | 1 | -1/+1 |
2020-01-24 | Avoid heuristics, and instead add an explicit --libre2 flag. | Diego Elio Pettenò | 1 | -12/+16 |
2020-01-24 | Add a tool to extract a FreeStyle protocol chatter from an usbmon capture. | Diego Elio Pettenò | 1 | -0/+109 |
2019-12-04 | Update AUTHORS | matmutant | 1 | -0/+1 |
2019-09-27 | Fix the freestyle_hid_console to use Python 3.5 compatible formatting. | Diego Elio Pettenò | 1 | -2/+2 |
2019-09-26 | Make InvalidChecksum parameters and message harder to misunderstand. | Diego Elio Pettenò | 1 | -3/+3 |
2019-09-25 | Add driver implementation for Ascensia ContourUSB. | Arvanitis Christos | 6 | -1/+531 |
2019-09-24 | Remove try/except around typing imports. | Diego Elio Pettenò | 4 | -20/+4 |
2019-09-21 | freestyle: fix return type for empty log. | Diego Elio Pettenò | 1 | -1/+1 |
2019-09-21 | Ooops remove my duplicate line. | Diego Elio Pettenò | 1 | -1/+0 |
2019-09-21 | Add an AUTHORS file listing contributors with a name-looking handle. | Diego Elio Pettenò | 2 | -1/+23 |
2019-09-15 | Add the list of known FreeStyle commands to the tools directory. | Diego Elio Pettenò | 1 | -0/+48 |
2019-09-08 | fslibre: add support for factory resetting FreeStyle Libre device. | Diego Elio Pettenò | 1 | -1/+5 |
2019-09-08 | freestyle_hid_console: allow feeding a list of known commands. | Diego Elio Pettenò | 1 | -1/+7 |
2019-09-08 | freestyle devices: don't error out if there are no readings. | Diego Elio Pettenò | 1 | -0/+4 |
2019-09-08 | Add a simple-ish script to use access a FreeStyle HID-compatible commands. | Diego Elio Pettenò | 1 | -0/+46 |
2019-09-02 | Add fsoptium basic tests for clock parsing. | Diego Elio Pettenò | 1 | -0/+39 |
2019-09-02 | fsoptium: fix error in date stirng parsing. | Diego Elio Pettenò | 1 | -1/+1 |
2019-09-02 | Use the new website's URL. | Diego Elio Pettenò | 1 | -1/+1 |
2019-09-02 | Drop support for Python 3.4. | Diego Elio Pettenò | 4 | -5/+4 |
2019-09-02 | Use the new website URL for glucometer-protocols. | Diego Elio Pettenò | 5 | -9/+8 |
2019-09-02 | Use type= parameters in attr.ib() declarations. | Diego Elio Pettenò | 1 | -16/+18 |
2019-09-02 | Replace the device_id attribute with a more generic extra_data dictionary. | Diego Elio Pettenò | 2 | -6/+8 |
2019-09-02 | add internal device id to glucose measurements (and other entries) to prepare for better sorting | Ben | 2 | -3/+11 |
2019-09-01 | Add type: ignore comments when using lifescan_binary_protocol.Timestamp. | Diego Elio Pettenò | 3 | -9/+9 |
2019-08-31 | Fix the PIP URL to install glucometerutils. | Diego Elio Pettenò | 1 | -1/+1 |
2019-08-06 | td4277: add to the setup.py dependencies. | Diego Elio Pettenò | 1 | -5/+6 |
2019-08-03 | td4277: new driver for rebranded TaiDoc TD-4277 glucometers. | Diego Elio Pettenò | 3 | -17/+291 |
2019-07-30 | Fix invalid attribute in setup() method. | Diego Elio Pettenò | 1 | -1/+1 |
2019-07-30 | travis: add Python 3.8 to the list of versions to test. | Diego Elio Pettenò | 1 | -0/+1 |
2019-07-30 | FreeStyle devices: don't error out for non-ASCII patient names. | Diego Elio Pettenò | 1 | -15/+27 |
2019-07-08 | and patient_name support | matmutant | 1 | -2/+4 |
2019-07-07 | Get and set the patient name on supported meters. | Diego Elio Pettenò | 3 | -1/+33 |
2019-07-07 | fslibre: expose patient name if the device knows it. | Diego Elio Pettenò | 3 | -4/+19 |
2019-07-01 | Fix type annotations. | Diego Elio Pettenò | 1 | -4/+4 |
2019-07-01 | Fix syntax error. | Diego Elio Pettenò | 1 | -1/+2 |
2019-07-01 | Introduce an explicit InvalidDateTime exception for meters with unset time. | Diego Elio Pettenò | 3 | -4/+18 |
2019-07-01 | handle device.get_datetime() value error exception | matmutant | 1 | -0/+2 |
2019-05-19 | common: Correctly show ketone sample type in csv | Andreas Sandberg | 1 | -1/+1 |
2019-05-19 | fsprecisionneo: Scale ketone readings to mmol/l | Andreas Sandberg | 3 | -14/+18 |
2019-05-16 | freestyle support: restore correct order of parameters. | Diego Elio Pettenò | 2 | -1/+24 |
2019-05-05 | new line at end of .gitignore, rename arresult entry map | Ben | 2 | -3/+3 |
2019-05-05 | add time adjustments to fslibre dump | Ben | 3 | -9/+45 |
2019-05-05 | Bug fix: incorrect argument order in call to construct.Const. | André Caldas | 1 | -1/+1 |
2019-03-31 | Add SPDX license to .dir-locals.el. | Diego Elio Pettenò | 1 | -0/+1 |
2019-03-31 | fslibre: correct the ketone reading. | Diego Elio Pettenò | 1 | -2/+9 |
2019-02-08 | Replace epydoc metadata with SPDX identifiers. | Diego Elio Pettenò | 27 | -126/+55 |
2019-02-08 | Replace flameeyes.eu with flameeyes.com. | Diego Elio Pettenò | 28 | -29/+30 |
2019-01-29 | hiddevice: fix support for modern hidapi. | Diego Elio Pettenò | 1 | -3/+3 |
2019-01-28 | exceptions: avoid using kwargs for message, as it's not correct. | Diego Elio Pettenò | 1 | -2/+2 |
2018-12-19 | Include the OneTouch Select Plus Flex in the otverio2015 list. | Diego Elio Pettenò | 1 | -16/+18 |
2018-12-19 | otverio2015: fix string parsing to include the full prefix. | Diego Elio Pettenò | 1 | -5/+2 |
2018-12-12 | Fix most of the pylint output, and hide away some that is not needed. | Diego Elio Pettenò | 17 | -202/+228 |
2018-12-12 | Simplify exceptions hierarchy. | Diego Elio Pettenò | 1 | -14/+10 |
2018-12-12 | Reindent all files to match the 4-spaces indentation. | Diego Elio Pettenò | 6 | -630/+630 |
2018-12-12 | hiddevice: split handle_ and hidapi_handle_. | Diego Elio Pettenò | 1 | -9/+15 |
2018-12-12 | Sprinkle more type annotations throughout the codebase. | Diego Elio Pettenò | 6 | -7/+30 |
2018-12-12 | Fix indentation of common.py. | Diego Elio Pettenò | 1 | -83/+86 |
2018-12-12 | Make GlucoseReading and KetoneReading use attrs, too. | Diego Elio Pettenò | 1 | -44/+24 |
2018-12-12 | Remove --sort-by flag. | Diego Elio Pettenò | 1 | -9/+1 |
2018-12-12 | Experimentally start adding type annotations, and mypy configs. | Diego Elio Pettenò | 5 | -13/+38 |
2018-12-12 | otverio2015: fix one remaining entry referencing the now-gone COMMAND_SUCCESS constant. | Diego Elio Pettenò | 1 | -1/+1 |
2018-12-12 | Use [attrs](http://www.attrs.org/) instead of namedtuple for MeterInfo. | Diego Elio Pettenò | 2 | -18/+21 |
2018-12-09 | sdcodefree: allows an arbitrary number of null-bytes before challenge. | Diego Elio Pettenò | 1 | -6/+9 |
2018-11-16 | Travis: make dist xenial for python 3.7 support | Diego Elio Pettenò | 1 | -0/+2 |
2018-11-16 | Travis: add Python 3.7 support. | Diego Elio Pettenò | 1 | -0/+1 |
[...] |
|
Clone |
http://ni.sijanec.eu/anonymous/glucometerutils |
https://ni.sijanec.eu/anonymous/glucometerutils |