{ "info": { "author": "Vraj Prajapati", "author_email": "blahthing8@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# RFIDFrame\nAn RFID Framework that should allow you to interface with MFRC522 devices in python.\n\n# Installation\nUse this command `pip install RFIDFrame`\n\n# Using It\nThere are 2 main parts to utilizing the library.\n\n## Arduino\nGet the .ino file from the [ESP_CODE Library](https://github.com/vproHacks/RFIDFrame/tree/master/ESP_CODE). Upload this to your ESP device using the arduino software. \n\n## Python\nLoad up the file into your project library. It uses Selenium as a dependancy. Import it into your application using this command and there is a sample as to use it as well.\n\n```python\nimport RFIDFrame as rf\n\nuid_long = rf.RFID.get_uid_long(ip)\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vproHacks/RFIDFrame", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "RFIDFrame", "package_url": "https://pypi.org/project/RFIDFrame/", "platform": "", "project_url": "https://pypi.org/project/RFIDFrame/", "project_urls": { "Homepage": "https://github.com/vproHacks/RFIDFrame" }, "release_url": "https://pypi.org/project/RFIDFrame/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A Framework for MFRC522 RFID Devices in Python", "version": "0.0.1" }, "last_serial": 5404895, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0a60ebf0d06a13e7af5e1383aace3b11", "sha256": "98f5c10b685c172025ba3661595fdbb524f13a836fb8e1fc73352426516f239e" }, "downloads": -1, "filename": "RFIDFrame-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0a60ebf0d06a13e7af5e1383aace3b11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2829, "upload_time": "2019-06-15T21:05:48", "url": "https://files.pythonhosted.org/packages/cd/43/5e41a86776a3ee3dfb76480882346d52cf7364b6bd46b9c3c590f8c82a91/RFIDFrame-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17607f280e33b4647b495c6f4ec0556e", "sha256": "eee7aaf22019a61d78ab92b616695d3ab568e9c6c7152adf3d826341cb1173de" }, "downloads": -1, "filename": "RFIDFrame-0.0.1.tar.gz", "has_sig": false, "md5_digest": "17607f280e33b4647b495c6f4ec0556e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1578, "upload_time": "2019-06-15T21:05:50", "url": "https://files.pythonhosted.org/packages/b9/dd/6e0c27f7a5e67d0838b5144f44bf0d23d0401550c3aabdbfa5fdedbe2574/RFIDFrame-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a60ebf0d06a13e7af5e1383aace3b11", "sha256": "98f5c10b685c172025ba3661595fdbb524f13a836fb8e1fc73352426516f239e" }, "downloads": -1, "filename": "RFIDFrame-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0a60ebf0d06a13e7af5e1383aace3b11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2829, "upload_time": "2019-06-15T21:05:48", "url": "https://files.pythonhosted.org/packages/cd/43/5e41a86776a3ee3dfb76480882346d52cf7364b6bd46b9c3c590f8c82a91/RFIDFrame-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17607f280e33b4647b495c6f4ec0556e", "sha256": "eee7aaf22019a61d78ab92b616695d3ab568e9c6c7152adf3d826341cb1173de" }, "downloads": -1, "filename": "RFIDFrame-0.0.1.tar.gz", "has_sig": false, "md5_digest": "17607f280e33b4647b495c6f4ec0556e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1578, "upload_time": "2019-06-15T21:05:50", "url": "https://files.pythonhosted.org/packages/b9/dd/6e0c27f7a5e67d0838b5144f44bf0d23d0401550c3aabdbfa5fdedbe2574/RFIDFrame-0.0.1.tar.gz" } ] }