{ "info": { "author": "Sebastian Stigler", "author_email": "sebastian@sebastian-stigler.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "======================================\nQuick reference of messgeraet_anzapfen\n======================================\n\n\nThe command :program:`anzapfen` is used to collect a sensor value and post it\nto the `logserver `_.\n\nSensors can be loaded as plugins.\n\n\nInstallation\n============\n\nThe program is designed to run primarily on a Raspberry Pi with raspbian jesse.\n\nIt is assumed that you use the standard user `pi` and your current directory\nis the home of this user.\n\nRequired packages\n-----------------\n\nYou need to install the following linux packages: ::\n\n sudo apt-get update\n sudo apt-get install python3-rpi.gpio python3-virtualenv\n\nCreate the virtual environment\n------------------------------\n\nTo create a virtual environment for the program, the following command must be\nused: ::\n\n virtualenv -p python3 --system-site-packages venv\n\nThe virtualenv :file:`venv` was populated in the current directory. Now you\nhave to activate it: ::\n\n source ~pi/venv/bin/activate\n\nYour prompt should now be prepended by `(venv)`.\n\nInstall the program :program:`anzapfen`\n---------------------------------------\n\nThe program is available vi PyPi and is called `messgerat-anzapfen`: ::\n\n pip install messgeraet-anzapfen\n\n\nUsage of :program:`anzapfen`\n============================\n\nTo use the program you first have to activate the virtual environment: ::\n\n source ~pi/venv/bin/activate\n\nFurther more you need a config file to tell the program which sensor should be\nqueried and where the logserver is. Fortunately there are some helpful command\nline arguments for :program:`anzapfen` which come in handy.\n\nCheck the installed plugins\n---------------------------\n\nThe :option:`--print-known-sensors` of the program :program:`anzapfen`. This\noption displays all installed sensors with a short description. If the sensor,\nyou want to use is not listed here then install it (instructions are included\nwith the sensor plugin).\n\nCreate a config file\n--------------------\nThe next option is the :option:`--print-config-file`. Use this option to\ncreate a new config file by redirecting the output to a file: ::\n\n anzapfen --print-config-file > configfile.ini\n\n.. note::\n The name of the config file can be any valid filename for linux. It is\n recomended to use the suffix `.ini` and don't use spaces and umlauts in the\n name.\n\n\nThe config file\n---------------\n\nIn the `Default` section you can choose which sensor will be use by setting\n`sensor_type` to the name of the sensor (identical to the section caption of\nthe sensor). The default value is the dummy sensor `Constant` that always send\nthe entry of its variable `value` to the logserver.\n\nThe `sensor_id` is the key in the database of logserver where the measured\nvalue is stored with a timestamp. The name can include the letters **a-z**,\n**A-Z**, the numbers **0-9** and the underscore. Further more it should not\nexceed 255 characters.\n\n.. tip::\n Best practise for a sensor name is the combination of the name of the sensor\n plugin and the location of the measurement.\n\nIn the `Server` section you can set the url of the logserver.\nThe variables `endpoint` and `sensor_id` should remain untouched!\n\nThe settings for the sensor will be described within the plugin repository of\nthe sensor.\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/messgeraet/anzapfen", "keywords": "", "license": "mit", "maintainer": "", "maintainer_email": "", "name": "messgeraet-anzapfen", "package_url": "https://pypi.org/project/messgeraet-anzapfen/", "platform": "", "project_url": "https://pypi.org/project/messgeraet-anzapfen/", "project_urls": { "Homepage": "https://gitlab.com/messgeraet/anzapfen" }, "release_url": "https://pypi.org/project/messgeraet-anzapfen/0.5.2/", "requires_dist": [ "certifi (==2017.4.17)", "chardet (==3.0.4)", "coloredlogs (==7.1)", "humanfriendly (==4.4)", "idna (==2.5)", "PyJWT (==1.5.2)", "requests (==2.18.1)", "urllib3 (==1.21.1)", "colorama (==0.3.9)" ], "requires_python": "", "summary": "Anzapfen von Messger\u00e4ten und senden der Werte an einen Server", "version": "0.5.2" }, "last_serial": 3283536, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9e95f936838661d5f2670fe3f185d301", "sha256": "e92241ba8e6ee2a981dc0a5a08a4b9198ed5c38104a9e4e8381080c5680ea463" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e95f936838661d5f2670fe3f185d301", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15055, "upload_time": "2017-07-10T15:02:06", "url": "https://files.pythonhosted.org/packages/a5/27/2d9a02948cb6ff006dbb3f6ce895a990dd7cb0c9c46fe068aa343501b098/messgeraet_anzapfen-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e76a91def51b5e50b4c19aad3683183", "sha256": "7706a3ae267448c9ccef40cd4b0d56a0e25b9781595529a4434e7b6f7a773af4" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1e76a91def51b5e50b4c19aad3683183", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16022, "upload_time": "2017-07-10T15:02:08", "url": "https://files.pythonhosted.org/packages/24/c7/10f7d9f4218c8ccd10e3cef05b4e444fc9cb6208985d866c88177cd9a4e0/messgeraet_anzapfen-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "714f92aa86b24981ea3995f02300a828", "sha256": "2f5998c4f5a0acb1be84309fb343c8545fb89fb04b28c6d41a6a5fad58610a33" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "714f92aa86b24981ea3995f02300a828", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15025, "upload_time": "2017-07-11T10:58:54", "url": "https://files.pythonhosted.org/packages/db/52/ea278006c4fc7c95f6aec342b92988b02508d90e7c7ccce044c709e23115/messgeraet_anzapfen-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d18d03d8cfeb1f7bf6011255e95d415", "sha256": "6a297eb1294e0f7348280252bcd9bebb1bd66648091c7d23eaa4fc01a5aaf3a0" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3d18d03d8cfeb1f7bf6011255e95d415", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15257, "upload_time": "2017-07-11T10:58:55", "url": "https://files.pythonhosted.org/packages/d8/e8/da10ecd315647b4dcf1107c4ead271d3e0e80713e30514a1c0d499211a90/messgeraet_anzapfen-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "76d1ab878bd2b54ba10cf86b437549b7", "sha256": "6ef1bab6b4410dbc743892e8a8fd5addca4d250d0a69ed895808ace0d7dab632" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "76d1ab878bd2b54ba10cf86b437549b7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15102, "upload_time": "2017-07-11T11:51:36", "url": "https://files.pythonhosted.org/packages/c2/74/6893bbf0150bd9788264b55983f22d23f8f51fdf4ba7c8e6553a175acaae/messgeraet_anzapfen-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e90407ed81c3bad06495c7d26c308f90", "sha256": "c89f655461f75a9cbea1ba2da456d4fb1e0aab25d88dc1fc63234be69b89bb79" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e90407ed81c3bad06495c7d26c308f90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15264, "upload_time": "2017-07-11T11:51:38", "url": "https://files.pythonhosted.org/packages/5d/aa/6da691e8502ca6b255cbae31ab4343e3552c0e4def3bc098744e54b34e33/messgeraet_anzapfen-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "16a42831bd455543216cf052ca267334", "sha256": "e154238efd6bba3b62bf19963bd2dd87c58d858a8cffe9523fa9f8e666dfde2a" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "16a42831bd455543216cf052ca267334", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15153, "upload_time": "2017-07-17T12:35:54", "url": "https://files.pythonhosted.org/packages/f3/1b/8cd889a01135713d1af3cc7f4aa3b35f6392dd6f2f2f979728edbd4047b4/messgeraet_anzapfen-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8438bc04e44d7f89601fb2b74cfc461", "sha256": "65880351036b7e256cc827c8deb480566ae2372139bf79f1196705b4170d6e88" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b8438bc04e44d7f89601fb2b74cfc461", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14697, "upload_time": "2017-07-17T12:35:56", "url": "https://files.pythonhosted.org/packages/7f/d0/f745f6625493038a169421fd4a5a8f7f19a02d3067e32f2c3a160fe0b284/messgeraet_anzapfen-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "42e82ed24fc43ae94f45fd448849d7bd", "sha256": "1f33a620dcf068de2b062812aca7ab6e72877b819e289e0f9e3e9ed0bedcc2ea" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42e82ed24fc43ae94f45fd448849d7bd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20241, "upload_time": "2017-07-24T17:18:41", "url": "https://files.pythonhosted.org/packages/78/21/801e11e60a10cf8a6313985a427ff63259ff2f1412a8d1c6407dfd6f35be/messgeraet_anzapfen-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6a3ab26971ac2340d58a498f6813085", "sha256": "01fc6143312ee4353134dca7e705d83c1cd25013f6472b589a82377f20bd4187" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a6a3ab26971ac2340d58a498f6813085", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18473, "upload_time": "2017-07-24T17:18:43", "url": "https://files.pythonhosted.org/packages/21/6b/3f0c7ef63e000d4c24047955f75c6ec11863ef30717058a3ab47a52fff20/messgeraet_anzapfen-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "cd29bc7def4b30aab4bfc895cd47d070", "sha256": "7939c9832987308c0ee93a335818f887361af64b529b3d0f5081d0c9ddd68052" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.4.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "cd29bc7def4b30aab4bfc895cd47d070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29386, "upload_time": "2017-07-31T15:29:24", "url": "https://files.pythonhosted.org/packages/5b/21/5aeeb9cc6ab1a832da97365df3ada834cf210d4a46a6fad226d1c8aacbd1/messgeraet_anzapfen-0.4.0.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "e36a5b64b0e4d00f2406b7c56f46b815", "sha256": "49ae959e4a8dc3b4eca6a2448c3e22d33c24bece897ec55509c249de0ee05036" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e36a5b64b0e4d00f2406b7c56f46b815", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21342, "upload_time": "2017-07-31T15:29:23", "url": "https://files.pythonhosted.org/packages/ec/69/341be2dde0c735c4b0602d57230f55c82269cc0c68872f3dd9fa86d468b8/messgeraet_anzapfen-0.4.0-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "8e0e8a92389a2297524401552c56e6c6", "sha256": "adadbabd3c545de90114fabc3c6c17a1e1d00a1f566b34c4ad5a9f4c8f9661ec" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e0e8a92389a2297524401552c56e6c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21354, "upload_time": "2017-08-31T11:27:49", "url": "https://files.pythonhosted.org/packages/b3/31/6af6c04cce2a1694e751a3ecb5e85d2e5c1c8a8e4a740980ab8b96028510/messgeraet_anzapfen-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cffa1ea5342ed7820925aced0ebafb84", "sha256": "c18d8c3613d1652f0fc744470643e15d0bf3936659ec03fa3f2c32ee0669c4d5" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.0.tar.gz", "has_sig": false, "md5_digest": "cffa1ea5342ed7820925aced0ebafb84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19398, "upload_time": "2017-08-31T11:27:52", "url": "https://files.pythonhosted.org/packages/84/c4/61e52d9f912236791658621a420470b5e4bad3f2ae1e100f27be4eef01ac/messgeraet_anzapfen-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "31d34b50bf870ccf646e5f126428c13f", "sha256": "9a023737a96adda85442810f5dce8dbb436df56fd6297b9f91950b6451d71908" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31d34b50bf870ccf646e5f126428c13f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21445, "upload_time": "2017-09-04T08:49:50", "url": "https://files.pythonhosted.org/packages/ed/cd/dbae8d7998afdd2352bcd739d9c48535dcf9ac71275b8774b4a87613462e/messgeraet_anzapfen-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31d98298f09be96f0f2424a45cc33469", "sha256": "15a2098066cd9436fd33310dd790d01cc20117cf994b9d312c57895e7f5cdc80" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.1.tar.gz", "has_sig": false, "md5_digest": "31d98298f09be96f0f2424a45cc33469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19485, "upload_time": "2017-09-04T08:49:53", "url": "https://files.pythonhosted.org/packages/78/91/b27d9076e8e0cf398b2964feba60c2814da2492c50589d029a72d094683b/messgeraet_anzapfen-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "329b296f240237cfb8535b2606357352", "sha256": "754c34e2bfbacfe0b49c767209585a7fa9a6eec35274e7310449af1215bc0da2" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "329b296f240237cfb8535b2606357352", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23965, "upload_time": "2017-10-27T11:46:34", "url": "https://files.pythonhosted.org/packages/2d/2f/9428318d05f3953e954c2251e914422d724e0cf68fc1a785644c98f252e9/messgeraet_anzapfen-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86af97189da88bca42780d282ff366d0", "sha256": "1ae67d02a93705509567999eb5216f8f2e3a22f5d2a0b74f55d61bf5c500fe21" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.2.tar.gz", "has_sig": false, "md5_digest": "86af97189da88bca42780d282ff366d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21731, "upload_time": "2017-10-27T11:46:36", "url": "https://files.pythonhosted.org/packages/76/f9/4dc7cf0cd4147149b95264759ff01f8ead2095db852d6c7c2a8652e21b4e/messgeraet_anzapfen-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "329b296f240237cfb8535b2606357352", "sha256": "754c34e2bfbacfe0b49c767209585a7fa9a6eec35274e7310449af1215bc0da2" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "329b296f240237cfb8535b2606357352", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23965, "upload_time": "2017-10-27T11:46:34", "url": "https://files.pythonhosted.org/packages/2d/2f/9428318d05f3953e954c2251e914422d724e0cf68fc1a785644c98f252e9/messgeraet_anzapfen-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86af97189da88bca42780d282ff366d0", "sha256": "1ae67d02a93705509567999eb5216f8f2e3a22f5d2a0b74f55d61bf5c500fe21" }, "downloads": -1, "filename": "messgeraet_anzapfen-0.5.2.tar.gz", "has_sig": false, "md5_digest": "86af97189da88bca42780d282ff366d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21731, "upload_time": "2017-10-27T11:46:36", "url": "https://files.pythonhosted.org/packages/76/f9/4dc7cf0cd4147149b95264759ff01f8ead2095db852d6c7c2a8652e21b4e/messgeraet_anzapfen-0.5.2.tar.gz" } ] }