summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support/hiddevice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-2/+2
* Add the handle_ attribute typing to the class.Diego Elio Pettenò2022-12-171-1/+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-7/+9
* Make HID support a "session" class rather than a base class.Diego Elio Pettenò2020-03-221-33/+25
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-4/+2
* format code with blackBen2020-03-081-12/+14
* Remove try/except around typing imports.Diego Elio Pettenò2019-09-241-5/+1
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+3
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* hiddevice: fix support for modern hidapi.Diego Elio Pettenò2019-01-291-3/+3
* Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò2018-12-121-5/+5
* hiddevice: split handle_ and hidapi_handle_.Diego Elio Pettenò2018-12-121-9/+15
* Sprinkle more type annotations throughout the codebase.Diego Elio Pettenò2018-12-121-1/+4
* Experimentally start adding type annotations, and mypy configs.Diego Elio Pettenò2018-12-121-4/+9
* Fix with_ketoneLeonard Lausen2017-10-021-3/+1
* Fix ketone readingLeonard Lausen2017-10-021-1/+3
* hiddevice: default to no timeout, like before.Diego Elio Pettenò2017-06-151-5/+5
* hiddevice: make hidapi calls take a timeout, default to 1 second.Diego Elio Pettenò2017-06-061-1/+8
* hiddevice: add a 1-second timeout to reads.Diego Elio Pettenò2017-06-051-1/+6
* Add a ne support class for HID-based devices.Diego Elio Pettenò2017-06-041-0/+79