diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2013-08-03 17:29:24 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2013-08-03 17:29:24 +0200 |
commit | c2c6ead4babf9dbcb354e1c07b081913ed648981 (patch) | |
tree | 8525098bd911b540077b46057bb28cd88de0dc85 /README | |
parent | Add utf-8 encoding specification to all files. (diff) | |
download | glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.tar glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.tar.gz glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.tar.bz2 glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.tar.lz glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.tar.xz glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.tar.zst glucometerutils-c2c6ead4babf9dbcb354e1c07b081913ed648981.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -8,6 +8,17 @@ While right now only supports my glucometer (LifeScan OneTouch Ultra 2), I've tried designing it so that it can be extended and used for other models as well. +Development +----------- + +The tool is being written keeping in mind that different glucometers, +even if they are all from the same manufacturer, will use different +protocols. + +If you want to contribute code, please note that the target language +is Python 3.2, and that the style to follow is for the most part PEP8 +compatible. + License ------- |