{ "info": { "author": "Olha Kurkaiedova", "author_email": "olya.kurkaedova@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Metis\n=====\n\n|pypi-version| |license|\n\nMetis is an application to make your home a safer place to live by watching and\nrecording any movements. It also (optionally) supports notifications via\nTelegram. \n\n\nRequirements\n------------\n\n* `Raspberry Pi 3`_\n* `HC-SR501 PIR Motion Sensor`_\n* `Raspberry Pi Camera Board v2`_\n* 2 LEDs\n\n.. _HC-SR501 PIR Motion Sensor: http://henrysbench.capnfatz.com/henrys-bench/arduino-sensors-and-input/arduino-hc-sr501-motion-sensor-tutorial/\n.. _Raspberry Pi 3: https://en.wikipedia.org/wiki/Raspberry_Pi\n.. _Raspberry Pi Camera Board v2: https://www.adafruit.com/product/3099\n\n\nQuickstart\n----------\n\n1. Install Metis:\n\n .. code:: bash\n\n $ pip install metispi\n\n2. Run Metis:\n\n .. code:: bash\n\n $ [sudo] python -m metis --conf=path/to/config.yaml\n\n .. note:: Based on Linux you use, you may or may not need root privileges to run Metis.\n\n\n\nConfiguration\n-------------\n\nIt's mandatory to pass a config file because some of the options are required.\nHere's an example:\n\n.. code:: yaml\n\n pins:\n motion_sensor: 4 # pin number HC-SR501 attached to\n led_motion_on: 17 # pin number LED \"motion detected\" attached to\n led_motion_off: 20 # pin number LED \"no motions\" attached to\n telegram:\n token: XXXXXXXXX:YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY\n recipient: 000000001\n\nOne more thing, a whole ``telegram`` node is optional and may be omitted if you\nare not interested in notifications via Telegram. If you do, you need to create\na Telegram bot and pass its token as ``telegram.token`` option.\n\n.. Badges\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/metispi.svg\n :target: https://pypi.python.org/pypi/metispi\n \n.. |license| image:: https://img.shields.io/pypi/l/metispi.svg\n :target: https://pypi.python.org/pypi/metispi", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/olha-kurkaiedova/metis", "keywords": "RaspberryPi RPi motion sensor", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "metispi", "package_url": "https://pypi.org/project/metispi/", "platform": "", "project_url": "https://pypi.org/project/metispi/", "project_urls": { "Homepage": "https://github.com/olha-kurkaiedova/metis" }, "release_url": "https://pypi.org/project/metispi/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "In brightest day in blackest night no evil shall escape your sight!", "version": "0.2.0" }, "last_serial": 3104101, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "6808decd0b617afb24bbb811e8a8d955", "sha256": "d308acda7ee79cd6c3201582b4abd0a53a7e50da2df4da4e1b6ef824bf21af78" }, "downloads": -1, "filename": "metispi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6808decd0b617afb24bbb811e8a8d955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4432, "upload_time": "2017-08-05T20:03:07", "url": "https://files.pythonhosted.org/packages/cf/5b/9f2ed55ca40915d05a67c9f99fd9d736f1fc3c5da79ac8268df3e63baaae/metispi-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6680a0ca52c6311738d70c949f171850", "sha256": "1f4ac94422267390857318f91971a3002bbc1bc70e1c521f87b395fb9764dfaf" }, "downloads": -1, "filename": "metispi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6680a0ca52c6311738d70c949f171850", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4636, "upload_time": "2017-08-17T16:47:10", "url": "https://files.pythonhosted.org/packages/21/6a/a1c5150c4a3eab7ec1a19e79f739671a53853074c2fd1957d7a50d33e031/metispi-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6680a0ca52c6311738d70c949f171850", "sha256": "1f4ac94422267390857318f91971a3002bbc1bc70e1c521f87b395fb9764dfaf" }, "downloads": -1, "filename": "metispi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6680a0ca52c6311738d70c949f171850", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4636, "upload_time": "2017-08-17T16:47:10", "url": "https://files.pythonhosted.org/packages/21/6a/a1c5150c4a3eab7ec1a19e79f739671a53853074c2fd1957d7a50d33e031/metispi-0.2.0.tar.gz" } ] }