summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-08-03 17:29:24 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-08-03 17:29:24 +0200
commitc2c6ead4babf9dbcb354e1c07b081913ed648981 (patch)
tree8525098bd911b540077b46057bb28cd88de0dc85 /README
parentAdd utf-8 encoding specification to all files. (diff)
downloadglucometerutils-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--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index b2bbdc0..9cc2ddc 100644
--- a/README
+++ b/README
@@ -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
-------