{ "info": { "author": "girish joshi", "author_email": "girish946@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "python-R305\r\n===========\r\n\r\npython api for .. _R305: http://robokits.co.in/sensors/r305-fingerprint-scanner-module\r\nFingerprint module over UART.\r\n\r\n![Alt R305 fingerprint module](img/R305.jpg)\r\n\r\n\r\ninstallation\r\n------------\r\n\r\nusing pip\r\n---------\r\n\r\n $ pip install R305\r\n\r\nFor Fedora and centos\r\n---------------------\r\n\r\n $ dnf copr enable girish946/R305\r\n $ dnf install python-R305\r\n \r\n \r\nUsage\r\n-----\r\n\r\nTo store the fingerprint in to the module\r\n\r\n```python\r\nfrom r305 import R305\r\nimport sys\r\n\r\ndevice = sys.argv[1]\r\nbaudrate = sys.argv[2] # the default baudrate for this module is 57600\r\n\r\ndev = R305(device, baudrate)\r\n\r\ndef callback(data):\r\n x = raw_input(data)\r\n\r\nresult = dev.StoreFingerPrint(IgnoreChecksum=True, callback=callback)\r\nprint(result)\r\n```\r\n\r\nTo search fingerprint in the module\r\n\r\n```python\r\nfrom r305 import R305\r\nimport sys\r\n\r\ndevice = sys.argv[1]\r\nbaudrate = sys.argv[2] # the default baudrate for this module is 57600\r\n\r\ndev = R305(device, baudrate)\r\n\r\nresult = dev.SearchFingerPrint()\r\nprint(result)\r\n```\r\n\r\nDocumentation\r\n-------------\r\n\r\nthe documentation for Python-R305 package can be found at [rtfd.org](http://python-r305-doc.readthedocs.io/en/latest/index.html)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/girish946/python-R305/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/girish946/python-R305", "keywords": "python api for R305 finger print module", "license": "GPL v3", "maintainer": "girish joshi", "maintainer_email": "girish946@gmail.com", "name": "R305", "package_url": "https://pypi.org/project/R305/", "platform": "", "project_url": "https://pypi.org/project/R305/", "project_urls": { "Download": "https://github.com/girish946/python-R305/archive/master.zip", "Homepage": "https://github.com/girish946/python-R305" }, "release_url": "https://pypi.org/project/R305/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "python api for R305 finger print module", "version": "2.0.0" }, "last_serial": 2967901, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1fdb481ab6b46b0af48dd3580877417a", "sha256": "dc2a8fbffe19c91ec88f1836a98dd992cbef52f1387e73f59ce2e183df24226d" }, "downloads": -1, "filename": "R305-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1fdb481ab6b46b0af48dd3580877417a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15871, "upload_time": "2016-11-05T05:52:03", "url": "https://files.pythonhosted.org/packages/5a/6c/0dd7a77bb485f67e86d9fe1adc42e7fd9803f34f6ece95076e7719e2c746/R305-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "f96dcbcd1a14aa7ad0987a03fa1d2681", "sha256": "e922ea44b755de326ed535489423b93752ee75d7b575ce6c1b97b09e0db72616" }, "downloads": -1, "filename": "R305-2.0.0.tar.gz", "has_sig": false, "md5_digest": "f96dcbcd1a14aa7ad0987a03fa1d2681", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17878, "upload_time": "2017-06-22T12:11:25", "url": "https://files.pythonhosted.org/packages/45/2d/df42370f316b90e31772fe96c8182ef2e73d9bcd744404487abea6e1f125/R305-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f96dcbcd1a14aa7ad0987a03fa1d2681", "sha256": "e922ea44b755de326ed535489423b93752ee75d7b575ce6c1b97b09e0db72616" }, "downloads": -1, "filename": "R305-2.0.0.tar.gz", "has_sig": false, "md5_digest": "f96dcbcd1a14aa7ad0987a03fa1d2681", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17878, "upload_time": "2017-06-22T12:11:25", "url": "https://files.pythonhosted.org/packages/45/2d/df42370f316b90e31772fe96c8182ef2e73d9bcd744404487abea6e1f125/R305-2.0.0.tar.gz" } ] }