summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
mainUse empty `__init__.py` files.Diego Elio Pettenò9 months
mergify/Flameeyes/config-updateMergify: configuration updateDiego Elio Pettenò4 years
experimental-construct-freestylefreestyle: replace the custom struct and bytemangling with construct.Diego Elio Pettenò6 years
experimental-bazel-testExperiment: add some basic bazel support.Diego Elio Pettenò6 years
 
 
AgeCommit messageAuthorFilesLines
2023-08-03Use empty `__init__.py` files.HEADmainDiego Elio Pettenò6-18/+0
2023-08-03pre-commit autoupdateDiego Elio Pettenò1-3/+3
2023-08-03Update typing to PEP 585 style.Diego Elio Pettenò17-38/+53
2023-08-03Update minimum supported Python version to 3.9.Diego Elio Pettenò6-7/+7
2023-08-03Update AUTHORS.Diego Elio Pettenò1-0/+1
2023-08-03Update supported devices, and dependencies.Diego Elio Pettenò2-0/+2
2023-08-03Fixes for pre-commit.Diego Elio Pettenò1-6/+3
2023-08-03supporting all the stuffStefanie Tellex1-3/+6
2023-08-03working dumpStefanie Tellex1-95/+57
2023-08-03freedomlite initial commitStefanie Tellex1-0/+266
2023-08-03FreeStyle Libre: implement glucose unit identificaton.Diego Elio Pettenò1-4/+8
2023-08-03Initial import of FreeStyle Libre 2 driver.Diego Elio Pettenò6-260/+318
2023-04-16Reformat with the new black.Diego Elio Pettenò4-6/+0
2023-04-16Update pre-commit config.Diego Elio Pettenò1-3/+3
2022-12-17Include Python version 3.11 in CI.Diego Elio Pettenò1-1/+1
2022-12-17Update all GitHub actions versions to v3.Diego Elio Pettenò2-5/+5
2022-12-17Add the handle_ attribute typing to the class.Diego Elio Pettenò1-1/+3
2022-12-17pre-commit autoupdateDiego Elio Pettenò1-6/+6
2021-11-02Mergify: simplify the pull request rules.Diego Elio Pettenò1-11/+3
2021-11-02pre-commit autoupgrade.Diego Elio Pettenò1-3/+3
2021-11-02CI: include Python 3.10 in the list of tested platforms.Diego Elio Pettenò1-1/+1
2021-11-02Add missing dependency on types-python-dateutil.Diego Elio Pettenò1-0/+1
2021-09-18Update fsprecisionneo.pyONO,Tetsuo1-2/+2
2021-09-18Update fsprecisionneo.pyONO,Tetsuo1-0/+2
2021-05-17pre-commit autoupgrade.Diego Elio Pettenò1-5/+5
2021-05-17CI: Replace Travis CI with GitHub Actions.Diego Elio Pettenò4-30/+38
2021-03-27glucomenareo: new driver added.Diego Elio Pettenò4-0/+230
2021-03-27serial meters support: allow selection of parity mode.Diego Elio Pettenò1-1/+2
2021-03-27Round mg/dL conversion to one decimal place.Diego Elio Pettenò1-1/+1
2021-03-27Add .vscode/ to the ignored list.Diego Elio Pettenò1-0/+1
2021-03-08CSV: use the same number of fields foreach readingPierre-Louis Bonicoli2-2/+33
2021-03-03Travis CI: update matrix of Python versions.Diego Elio Pettenò1-1/+2
2021-03-03freestyle: use freestyle-hid 1.0.2 encoding parameter.Diego Elio Pettenò3-8/+13
2021-03-01fslibre: add a debug log for the retrieved arresults.Diego Elio Pettenò1-0/+2
2021-03-01fslibre: don't drop the first and last characters of the comment.Diego Elio Pettenò1-1/+1
2021-03-01Re-add missing td42xx tests.Diego Elio Pettenò1-0/+28
2021-02-25td42xx: updat eextra definition in setup.py.Diego Elio Pettenò1-1/+1
2021-02-25td42xx: rename the previous td4277 driver, and support TD-4236B.Diego Elio Pettenò3-40/+22
2021-02-25Update pre-commit configuration.Diego Elio Pettenò1-9/+3
2020-10-04Spell freestyle-hid consistently in the dependencies list.Diego Elio Pettenò2-8/+8
2020-10-04Only run pytest for glucometerutils directory.Diego Elio Pettenò1-1/+1
2020-10-04Move pytest configuration to pyproject.toml.Diego Elio Pettenò2-13/+11
2020-10-04Remove pytest-flake8 from configuration.Diego Elio Pettenò1-1/+0
2020-10-04Add py.typed file to mark the package as typed.Diego Elio Pettenò4-0/+12
2020-10-04Use 0BSD instead of Unlicense for copyright disclaim.Diego Elio Pettenò8-26/+18
2020-10-04Move console_scripts definition to setup.cfg.Diego Elio Pettenò2-1/+4
2020-10-04Depend on freestyle-hid for FreeStyle support and remove tools.Diego Elio Pettenò12-1051/+25
2020-09-21td4277: update dependency information for pyserial.Diego Elio Pettenò2-3/+3
2020-09-07Update pre-commit plugins to the latest versions as of today.Diego Elio Pettenò18-25/+50
2020-08-03Extend the Libre2 encryption reversing tool.Diego Elio Pettenò2-0/+221
2020-08-03Partially reformat setup.cfg with setup-cfg-fmt.Diego Elio Pettenò1-21/+21
2020-08-03Expect an input file as argument instead.Diego Elio Pettenò1-2/+2
2020-08-02Make use of modern Python ordered kwargs.Svetlana Pantelejeva7-121/+119
2020-06-24Update otverio2015 dependencies to include PYSCSI.Diego Elio Pettenò2-2/+2
2020-06-13Update pre-commit configuration to run on main branch.Diego Elio Pettenò1-1/+1
2020-05-25freestyle_libre: extract non-encrypted metadata from encrypted messages.Diego Elio Pettenò1-3/+17
2020-05-25extract_freestyle: print metadata about messages outside of the message.Diego Elio Pettenò1-0/+12
2020-05-25Add usbmon to the list of known third_party packages.Diego Elio Pettenò1-1/+1
2020-05-25Fix the help messages.Diego Elio Pettenò1-3/+3
2020-05-25Fix up header.Diego Elio Pettenò1-15/+2
2020-05-16Move pre-commit checks from Travis CI to a GitHub Action.Diego Elio Pettenò3-2/+27
2020-05-16Remove f-string prefix from strings with no placeholders.Diego Elio Pettenò2-2/+2
2020-05-16There's no need to install the pre-commit to run it.Diego Elio Pettenò1-1/+1
2020-05-16Remove reference to test-requirements.txt that does not exist anymore.Diego Elio Pettenò1-1/+0
2020-05-16Move more setup() parameters in setup.cfg.Diego Elio Pettenò2-5/+10
2020-05-16Add pre-commit configuration for REUSE.software.Diego Elio Pettenò10-0/+48
2020-05-16Fix mistake on content type variable.Diego Elio Pettenò1-1/+1
2020-04-20Make the project compliant with the REUSE guidelines.Diego Elio Pettenò16-1/+281
2020-04-09Run flake8 and mypy as part of pytest, but on 3.8 only.Diego Elio Pettenò2-4/+4
2020-04-09When no action is provided by user, print the help output instead.Diego Elio Pettenò1-3/+4
2020-04-09Move driver loading to glucometerutils.driver.Diego Elio Pettenò2-7/+22
2020-04-09Rename driver.GlucometerDriver to driver.GlucometerDevice.Diego Elio Pettenò11-11/+11
2020-04-09Move driver_base to glucometerutils.driver instead.Diego Elio Pettenò11-34/+28
2020-03-27Add some base hooks to pre-commit checks.Diego Elio Pettenò1-0/+6
2020-03-27Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò37-0/+38
2020-03-27The big typing cleanup.Diego Elio Pettenò23-305/+409
2020-03-27Bring up command line error as we only support Python 3.7+ now.Diego Elio Pettenò1-2/+2
2020-03-27Combine a strangely-separated string.Diego Elio Pettenò1-1/+1
2020-03-27Fix typing for contourusb support module.Diego Elio Pettenò1-32/+33
2020-03-27Use PEP526 declarations rather than `attr.ib()` calls all over.Diego Elio Pettenò1-38/+32
2020-03-26Add flake8 to configuration and pre-commit.Diego Elio Pettenò2-0/+9
2020-03-26Fix errors identified by flake8.Diego Elio Pettenò13-30/+24
2020-03-26Update the local Emacs config to match the black/isort/flake8 configs.Diego Elio Pettenò1-1/+2
2020-03-26Specify why some isort settings are a certain way.Diego Elio Pettenò1-0/+2
2020-03-25Remove bdist_wheel/install cycle from Travis CI.Diego Elio Pettenò1-2/+0
2020-03-25Use setuptools_scm to handle the packaging and versioning.Diego Elio Pettenò2-0/+11
2020-03-25Remove `tests_require` from `setup.py`.Diego Elio Pettenò1-12/+8
2020-03-25Remove support for `setup.py test`.Diego Elio Pettenò1-13/+0
2020-03-25Move static descriptions to `setup.cfg` simplifying `setup.py`.Diego Elio Pettenò2-23/+23
2020-03-25Update build status to point to travis-ci.com.Diego Elio Pettenò1-1/+1
2020-03-25Mergify: configuration updateDiego Elio Pettenò1-2/+2
2020-03-23Check type annotations for tools with mypy, too.Diego Elio Pettenò3-1/+1
2020-03-23Add an `all` extension that includes all dependencies.Diego Elio Pettenò2-22/+33
2020-03-23otverio2015: remove python-scsi from dependencies.Diego Elio Pettenò1-1/+1
2020-03-23Travis CI: install hidapi build dependencies.Diego Elio Pettenò1-0/+6
2020-03-23Increase minimum supported Python version to 3.7.Diego Elio Pettenò4-6/+5
2020-03-22Make HID support a "session" class rather than a base class.Diego Elio Pettenò9-127/+153
2020-03-16Exclude mypy from Python 3.9Diego Elio Pettenò1-1/+2
2020-03-16Refresh Python versions.Diego Elio Pettenò1-1/+2
2020-03-16Add mypy to continuous integration.Diego Elio Pettenò2-1/+2
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/glucometerutils
https://ni.xn--ijanec-9jb.eu/anonymous/glucometerutils