{ "info": { "author": "Aaron Gallagher", "author_email": "_@habnab.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Security", "Topic :: Utilities" ], "description": "=============\n ykpers-cffi\n=============\n\n\nExtremely small bindings to `libykpers`_ for communicating with a `YubiKey`_\nover USB. The features are currently \"whatever I need at the time.\" Feel free\nto make suggestions about what to do next. Here's approximately what it can do\nat the moment::\n\n from ykpers import YubiKey\n\n yk = YubiKey.open_first_key()\n print 'yubikey {0.versionMajor}.{0.versionMinor}'.format(yk.get_status())\n print 'slot 1:', yk.hmac_challenge_response('hi').encode('hex')\n print 'slot 2:', yk.hmac_challenge_response('hi', slot=2).encode('hex')\n\n\nWhy not `python-yubico`_?\n=========================\n\nIt only runs on linux and reimplements what libykpers already does.\n\n\n.. _libykpers: https://github.com/Yubico/yubikey-personalization\n.. _YubiKey: http://www.yubico.com/\n.. _python-yubico: https://github.com/Yubico/python-yubico", "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/habnabit/ykpers-cffi", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "ykpers-cffi", "package_url": "https://pypi.org/project/ykpers-cffi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ykpers-cffi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/habnabit/ykpers-cffi" }, "release_url": "https://pypi.org/project/ykpers-cffi/0.14.0.0/", "requires_dist": null, "requires_python": null, "summary": "libykpers bindings for python via cffi", "version": "0.14.0.0" }, "last_serial": 1073011, "releases": { "0.13.0.0a1.dev2": [ { "comment_text": "", "digests": { "md5": "b409edbcfe4690adf73f28be9221d7e5", "sha256": "b502dbacced02ede744961daced7709afefd9df69d369621bf0bce5e492093d2" }, "downloads": -1, "filename": "ykpers-cffi-0.13.0.0a1.dev2.tar.gz", "has_sig": false, "md5_digest": "b409edbcfe4690adf73f28be9221d7e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3345, "upload_time": "2013-08-10T16:56:24", "url": "https://files.pythonhosted.org/packages/3b/37/734c9ad7d2cc93a733c59e6f87a3b5b483a7db0d94919615d952c83d3a76/ykpers-cffi-0.13.0.0a1.dev2.tar.gz" } ], "0.13.0.0a2": [ { "comment_text": "", "digests": { "md5": "2f5504e2e054468a978a77512f407316", "sha256": "71d69725964efbc982ae005b49c3d35d0ebfa41a3c45251e2faea5a2a83ad00c" }, "downloads": -1, "filename": "ykpers-cffi-0.13.0.0a2.tar.gz", "has_sig": false, "md5_digest": "2f5504e2e054468a978a77512f407316", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3329, "upload_time": "2013-08-10T17:00:25", "url": "https://files.pythonhosted.org/packages/0a/94/5d86d658a5fd5f433a0ce095cbe50bad97e869eb4b93f25c7fdeca6e0bac/ykpers-cffi-0.13.0.0a2.tar.gz" } ], "0.14.0.0": [ { "comment_text": "", "digests": { "md5": "8f19b036295f25f4c3a630e6e2b54773", "sha256": "06c943485c5dd0b495342647e139b4710a38aa3bfe6f09fe7901f7f447fa2de2" }, "downloads": -1, "filename": "ykpers-cffi-0.14.0.0.tar.gz", "has_sig": false, "md5_digest": "8f19b036295f25f4c3a630e6e2b54773", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3328, "upload_time": "2014-04-27T06:45:41", "url": "https://files.pythonhosted.org/packages/52/6f/aa9e518d8d1c2e6541dfcdfb035bbaa6e1d712deeba0c67d726daa484bcc/ykpers-cffi-0.14.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f19b036295f25f4c3a630e6e2b54773", "sha256": "06c943485c5dd0b495342647e139b4710a38aa3bfe6f09fe7901f7f447fa2de2" }, "downloads": -1, "filename": "ykpers-cffi-0.14.0.0.tar.gz", "has_sig": false, "md5_digest": "8f19b036295f25f4c3a630e6e2b54773", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3328, "upload_time": "2014-04-27T06:45:41", "url": "https://files.pythonhosted.org/packages/52/6f/aa9e518d8d1c2e6541dfcdfb035bbaa6e1d712deeba0c67d726daa484bcc/ykpers-cffi-0.14.0.0.tar.gz" } ] }