{ "info": { "author": "Richard Kellner", "author_email": "richard.kellner [at] gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "RPi.Doorman\n###########\n\nDoor state monitor, completely written in Python.\n\n.. image:: https://badge.fury.io/py/rpi-doorman.png\n :target: http://badge.fury.io/py/rpi-doorman\n\nDoorman is using adafruit magnetic contact switch (door sensor), with Raspberry Pi GPIO. Software might work with other sensors as well but have not been tested.\n\nTo connect to Raspberry Pi plug into GPIO PIN 16 and POWER PIN. Install and execute doorman and it should work. Alternatively you can user different PIN and execute doorman with parameter: ``rpi-doorman --pin pin_number``.\n\nDoorman has support to POST door status change to `ludolph-doorman `_ plugin. This way jabber notifications can be set easily.\n\nInstallation\n------------\n\n- Install the latest released version using pip::\n\n pip install https://github.com/ricco386/rpi-doorman/zipball/master\n\n- Make sure all dependencies (listed below) are installed (done automatically when installing via pip)\n- The ``rpi-doorman`` command should be installed somewhere in your ``PATH``.\n- Systemd scripts are available: https://github.com/ricco386/rpi-doorman/tree/master/init.d\n\nSystemd scripts should be run under **default Raspberry Pi user** (pi) so scripts can access GPIO. \n\nFor jabber notification support, configure Systemd to execute with notify parameter: ``rpi-doorman --notify jabber@account.com`` make sure `Ludolph `_ is installed and has configured `ludolph-doorman `_ plugin. \n\n**Dependencies:**\n\n- `RPi.GPIO `_ (0.6.1+)\n\nOptionaly dependencies for jabber support:\n\n- `requests `_ (2.9.1+)\n- `ludolph-doorman `_ (1.1+)\n\n\nLicense\n-------\n\nFor more information see the `LICENSE `_ file.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ricco386/rpi-doorman/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rpi-doorman", "package_url": "https://pypi.org/project/rpi-doorman/", "platform": "any", "project_url": "https://pypi.org/project/rpi-doorman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ricco386/rpi-doorman/" }, "release_url": "https://pypi.org/project/rpi-doorman/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Door state monitor", "version": "0.1.1" }, "last_serial": 1957521, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "493f13c7a9eced77606b0c6b8e24f765", "sha256": "4dc580ec7b6f88e850311b7a8412d866073aac04e2295701600a6e997f0d605c" }, "downloads": -1, "filename": "rpi-doorman-0.1.1.tar.gz", "has_sig": false, "md5_digest": "493f13c7a9eced77606b0c6b8e24f765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5392, "upload_time": "2016-02-15T16:08:55", "url": "https://files.pythonhosted.org/packages/44/9c/b12bf36ed5e17c4059972174d170382efb19b8310e975c39e6a0cd6406f7/rpi-doorman-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "493f13c7a9eced77606b0c6b8e24f765", "sha256": "4dc580ec7b6f88e850311b7a8412d866073aac04e2295701600a6e997f0d605c" }, "downloads": -1, "filename": "rpi-doorman-0.1.1.tar.gz", "has_sig": false, "md5_digest": "493f13c7a9eced77606b0c6b8e24f765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5392, "upload_time": "2016-02-15T16:08:55", "url": "https://files.pythonhosted.org/packages/44/9c/b12bf36ed5e17c4059972174d170382efb19b8310e975c39e6a0cd6406f7/rpi-doorman-0.1.1.tar.gz" } ] }