summaryrefslogtreecommitdiffstats
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update minimum supported version to Python 3.9.Diego Elio Pettenò2023-08-031-1/+1
|
* If present, load the actual keys from freestyle-keys package.Diego Elio Pettenò2023-08-031-0/+2
|
* Use the new APIs from usbmon-tools to simplify chatter extraction.Diego Elio Pettenò2021-05-161-1/+1
| | | | | The HID support module, together with the search by IDs make it easier to write a reliable extractor.
* Make sure to install usbmon-tools when enabling tools.Diego Elio Pettenò2020-10-041-0/+1
| | | | Also make sure to install tools when running tests.
* Backport the one test that was present in glucometerutils.Diego Elio Pettenò2020-10-041-0/+3
| | | | This also sets up the whole pytest configuration and Travis CI integration.
* Add missing py.typed files to package.Diego Elio Pettenò2020-10-041-0/+3
|
* Initial import of freestyle-hid.freestyle-hid-1.0.0Diego Elio Pettenò2020-10-041-0/+60
This library is a factor-out of https://github.com/glucometers-tech/glucometerutils to only include the FreeStyle implementation, to make it easier to use outside of glucometerutils, and in particular to make it easier to build better reverse engineering tooling around it. Note that since the code was a mix of MIT and Apache-2.0 license, the overall license of the library is written down as Apache-2.0, as that would be a super-set of the requirements from MIT.