{ "info": { "author": "AlSayed Gamal", "author_email": "mail.gamal@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "# Python ZKLib #\n\nZK fingerprint Attendance Machine Library for python with a connection to the network using the UDP protocol and port 4370\n\n## Getting started\n\nLogin as admin to attendance machine and set the ip address for example (to 192.168.0.201) and connect the machine with ethernet to your network.\n```bash\npip install zklib\n```\nConnect to the machine\n\n```python\nimport sys\nimport zklib\nimport time\nimport zkconst\n\nzk = zklib.ZKLib(\"192.168.0.201\", 4370)\nret = zk.connect()\nprint \"connection:\", ret\n```\n\nIf result was\n```\nconnection True\n```\nThen you are connected.\n\nMore examples on how to use the Library available in the\nzktest.py 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/AlSayedGamal/python_zklib", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "zklib", "package_url": "https://pypi.org/project/zklib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zklib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AlSayedGamal/python_zklib" }, "release_url": "https://pypi.org/project/zklib/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Zk Attendance Machine lib", "version": "0.1.1" }, "last_serial": 1614740, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0bdaf2e8614f82e0bd64894c2fc56170", "sha256": "26e36a71b78205a05f602c162ad8ceb6927fa7817e58d0035c4f1dd22eeb9061" }, "downloads": -1, "filename": "zklib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0bdaf2e8614f82e0bd64894c2fc56170", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5137, "upload_time": "2015-06-28T20:57:18", "url": "https://files.pythonhosted.org/packages/ff/12/e6345054b7ae97f9e32ab3e8cf111fec6da9a34f26f024e50ad0c1ff5398/zklib-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "69ff20ba285d6cc0f2e0ebbb2088c1d0", "sha256": "836a6472d43fcccec0dccb7eefc4c977f800c96a193d12541949461ca08ca0a2" }, "downloads": -1, "filename": "zklib-0.1.1.tar.gz", "has_sig": false, "md5_digest": "69ff20ba285d6cc0f2e0ebbb2088c1d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5467, "upload_time": "2015-06-30T10:59:16", "url": "https://files.pythonhosted.org/packages/48/00/76eef48d3625112b7c35edeec534beef4fb2d6852122ba2fbc8610faa2a9/zklib-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69ff20ba285d6cc0f2e0ebbb2088c1d0", "sha256": "836a6472d43fcccec0dccb7eefc4c977f800c96a193d12541949461ca08ca0a2" }, "downloads": -1, "filename": "zklib-0.1.1.tar.gz", "has_sig": false, "md5_digest": "69ff20ba285d6cc0f2e0ebbb2088c1d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5467, "upload_time": "2015-06-30T10:59:16", "url": "https://files.pythonhosted.org/packages/48/00/76eef48d3625112b7c35edeec534beef4fb2d6852122ba2fbc8610faa2a9/zklib-0.1.1.tar.gz" } ] }