summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
mainconsole: allow sending a single command to the device.Diego Elio Pettenò9 months
 
TagDownloadAuthorAge
freestyle-hid-1.1.1freestyle-hid-1.1.1.tar  freestyle-hid-1.1.1.tar.gz  freestyle-hid-1.1.1.tar.bz2  freestyle-hid-1.1.1.tar.lz  freestyle-hid-1.1.1.tar.xz  freestyle-hid-1.1.1.tar.zst  freestyle-hid-1.1.1.zip  Diego Elio Pettenò9 months
freestyle-hid-1.1.0freestyle-hid-1.1.0.tar  freestyle-hid-1.1.0.tar.gz  freestyle-hid-1.1.0.tar.bz2  freestyle-hid-1.1.0.tar.lz  freestyle-hid-1.1.0.tar.xz  freestyle-hid-1.1.0.tar.zst  freestyle-hid-1.1.0.zip  Diego Elio Pettenò9 months
freestyle-hid-1.0.3freestyle-hid-1.0.3.tar  freestyle-hid-1.0.3.tar.gz  freestyle-hid-1.0.3.tar.bz2  freestyle-hid-1.0.3.tar.lz  freestyle-hid-1.0.3.tar.xz  freestyle-hid-1.0.3.tar.zst  freestyle-hid-1.0.3.zip  Diego Elio Pettenò3 years
freestyle-hid-1.0.2freestyle-hid-1.0.2.tar  freestyle-hid-1.0.2.tar.gz  freestyle-hid-1.0.2.tar.bz2  freestyle-hid-1.0.2.tar.lz  freestyle-hid-1.0.2.tar.xz  freestyle-hid-1.0.2.tar.zst  freestyle-hid-1.0.2.zip  Diego Elio Pettenò3 years
freestyle-hid-1.0.1freestyle-hid-1.0.1.tar  freestyle-hid-1.0.1.tar.gz  freestyle-hid-1.0.1.tar.bz2  freestyle-hid-1.0.1.tar.lz  freestyle-hid-1.0.1.tar.xz  freestyle-hid-1.0.1.tar.zst  freestyle-hid-1.0.1.zip  Diego Elio Pettenò4 years
freestyle-hid-1.0.0freestyle-hid-1.0.0.tar  freestyle-hid-1.0.0.tar.gz  freestyle-hid-1.0.0.tar.bz2  freestyle-hid-1.0.0.tar.lz  freestyle-hid-1.0.0.tar.xz  freestyle-hid-1.0.0.tar.zst  freestyle-hid-1.0.0.zip  Diego Elio Pettenò4 years
 
AgeCommit messageAuthorFilesLines
2023-08-03console: allow sending a single command to the device.HEADfreestyle-hid-1.1.1mainDiego Elio Pettenò1-0/+14
2023-08-03Use empty `__init__.py` files.Diego Elio Pettenò2-6/+0
2023-08-03Update typing to PEP 585 style.Diego Elio Pettenò2-5/+7
2023-08-03Include Python 3.10 and 3.11 as part of CI.Diego Elio Pettenò2-1/+7
2023-08-03pre-commit autoupdateDiego Elio Pettenò1-3/+3
2023-08-03Update minimum supported version to Python 3.9.Diego Elio Pettenò6-11/+5
2023-08-03Include the encryption extra in the CI.freestyle-hid-1.1.0Diego Elio Pettenò1-1/+1
2023-08-03Be more verbose on error messages and parsing with construct.Diego Elio Pettenò3-44/+119
2023-08-03Don't depend on product ID to enable encrypted protocol.Diego Elio Pettenò2-6/+21
2023-08-03If present, load the actual keys from freestyle-keys package.Diego Elio Pettenò3-10/+28
2023-08-03Reformat to pass pre-commit checks.Diego Elio Pettenò2-40/+75
2023-08-03Update authors and headers information.Diego Elio Pettenò2-1/+6
2023-08-03initial encrypted protocol supportMPM11072-22/+198
2023-04-16Reformat with the new black.Diego Elio Pettenò1-1/+0
2023-04-16Update pre-commit config.Diego Elio Pettenò1-6/+6
2021-11-07Update mergify configuration.Diego Elio Pettenò1-17/+3
2021-11-07pre-commit autoupdate.Diego Elio Pettenò1-4/+4
2021-05-17Don't select a specific Python version for pypi.Diego Elio Pettenò1-1/+1
2021-05-17CI: name the job with a bit more obvious name.Diego Elio Pettenò2-19/+19
2021-05-17Mergify: make sure to check the status of _all_ actions.Diego Elio Pettenò1-2/+18
2021-05-17Only try publishing tags.Diego Elio Pettenò1-0/+1
2021-05-16Use the new usbmon-tools 3 DeviceAddress command line flags.freestyle-hid-1.0.3Diego Elio Pettenò2-5/+15
2021-05-16Fix tests: DeviceAddress objects cannot be joined.Diego Elio Pettenò1-1/+4
2021-05-16Run pre-commit autoupdate.Diego Elio Pettenò1-5/+5
2021-05-16Fix thinko in README.Diego Elio Pettenò1-1/+1
2021-05-16Migrate to GitHub Actions rather than Travis CI.Diego Elio Pettenò3-26/+33
2021-05-16Fix fat-fingered copy.Diego Elio Pettenò1-1/+1
2021-05-16Add GitHub action for publishing to PyPI.Diego Elio Pettenò1-0/+35
2021-05-16Use the new APIs from usbmon-tools to simplify chatter extraction.Diego Elio Pettenò2-49/+21
2021-03-03travis-ci: work around the wrong version of attrs in Python 3.7freestyle-hid-1.0.2Diego Elio Pettenò1-0/+3
2021-03-03travis-ci: update to include 3.10-dev and 3.9 final.Diego Elio Pettenò1-1/+2
2021-03-03Allow selecting which encoding to use for decoding text commands.Diego Elio Pettenò2-12/+18
2021-03-03Calculate multirecords checksum based on the raw bytes.Diego Elio Pettenò1-7/+14
2020-12-12Update pre-commit configuration.Diego Elio Pettenò1-9/+3
2020-10-04Add missing pre-commit action configuration.freestyle-hid-1.0.1Diego Elio Pettenò1-0/+24
2020-10-04Make sure to install usbmon-tools when enabling tools.Diego Elio Pettenò2-1/+2
2020-10-04Backport the one test that was present in glucometerutils.Diego Elio Pettenò5-0/+59
2020-10-04Add missing py.typed files to package.Diego Elio Pettenò1-0/+3
2020-10-04Initial import of freestyle-hid.freestyle-hid-1.0.0Diego Elio Pettenò25-0/+1589
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/freestyle-hid
https://ni.xn--ijanec-9jb.eu/anonymous/freestyle-hid