{ "info": { "author": "Abdullah Selek", "author_email": "abdullahselek@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "authenticatorpy\n===============\n\n.. image:: https://img.shields.io/pypi/v/authenticatorpy.svg\n :target: https://pypi.python.org/pypi/authenticatorpy/\n\n.. image:: https://img.shields.io/pypi/pyversions/authenticatorpy.svg\n :target: https://pypi.org/project/authenticatorpy\n\n.. image:: https://readthedocs.org/projects/authenticatorpy/badge/?version=latest\n :target: http://authenticatorpy.readthedocs.org/en/latest/?badge=latest\n\n.. image:: https://codecov.io/gh/abdullahselek/authenticatorpy/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/abdullahselek/authenticatorpy\n\n+----------------------------------------------------------------------------------+------------------------------------------------------------------------------------+\n| Linux | Windows |\n+==================================================================================+====================================================================================+\n| .. image:: https://travis-ci.org/abdullahselek/authenticatorpy.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/vbbhr6naecm16ljv?svg=true |\n| :target: https://travis-ci.org/abdullahselek/authenticatorpy | :target: https://ci.appveyor.com/project/abdullahselek/authenticatorpy |\n+----------------------------------------------------------------------------------+------------------------------------------------------------------------------------+\n\nIntroduction\n============\n\nA pure Python library which provides one time password like Google Authenticator. It works with Python versions from 2.7+ and Python 3.\n\nInstalling\n==========\n\nYou can install authenticatorpy using::\n\n $ pip install authenticatorpy\n\nGetting the code\n================\n\nThe code is hosted at https://github.com/abdullahselek/authenticatorpy\n\nCheck out the latest development version anonymously with::\n\n $ git clone git://github.com/abdullahselek/authenticatorpy.git\n $ cd authenticatorpy\n\nTo install test dependencies, run either::\n\n $ pip install -Ur requirements.testing.txt\n\nRunning Tests\n=============\n\nThe test suite can be run against a single Python version which requires ``pip install pytest`` and optionally ``pip install pytest-cov`` (these are included if you have installed dependencies from ``requirements.testing.txt``)\n\nTo run the unit tests with a single Python version::\n\n $ py.test -v\n\nto also run code coverage::\n\n $ py.test --cov=authenticatorpy\n\nTo run the unit tests against a set of Python versions::\n\n $ tox\n\nSample Usage\n============\n\nImport Authenticator::\n\n from authenticatorpy.authenticator import Authenticator\n\nInitiation::\n\n authenticator = Authenticator('abcd xyzw abcd xyzw abcd xyzw abcd xyzw')\n password = authenticator.one_time_password()\n\nAnd that's it, you have the unique password.\n\nCommand Line Usage\n==================\n\nWith ``--secret`` parameter default 30 seconds regeneration interval::\n\n python authenticator-cli.py --secret 'abcd xyzw abcd xyzw abcd xyzw abcd xyzw'\n\nor additional ``--time`` parameter::\n\n python authenticator-cli.py --secret 'abcd xyzw abcd xyzw abcd xyzw abcd xyzw' --time 15\n\nRelevant RFCs\n-------------\n\n| `RFC4226 `_\n| `RFC6238 `_\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2018 Abdullah Selek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \u201cSoftware\u201d), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.org/pypi/authenticatorpy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/abdullahselek/authenticatorpy", "keywords": "authenticator,unique key generator,2FA tokens", "license": "MIT License", "maintainer": "Abdullah Selek", "maintainer_email": "abdullahselek@gmail.com", "name": "authenticatorpy", "package_url": "https://pypi.org/project/authenticatorpy/", "platform": "Any", "project_url": "https://pypi.org/project/authenticatorpy/", "project_urls": { "Download": "https://pypi.org/pypi/authenticatorpy", "Homepage": "https://github.com/abdullahselek/authenticatorpy" }, "release_url": "https://pypi.org/project/authenticatorpy/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A Python library that provide unique keys for 2FA with given secret.", "version": "0.1.2" }, "last_serial": 4715188, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b116e07af097cfd84c288745c6db433c", "sha256": "fc7b95c4fac0c1cd076249f0b1970f8addfc079efc4aad1d0b3b2499cc138f14" }, "downloads": -1, "filename": "authenticatorpy-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b116e07af097cfd84c288745c6db433c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6595, "upload_time": "2018-02-04T19:20:38", "url": "https://files.pythonhosted.org/packages/b9/aa/3ea11c42d2223d1754c65f7d6d7d43f09d10c7f4454b92c4324165330616/authenticatorpy-0.1-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1c3b9a7441ce9a1e29d8f5b155900767", "sha256": "62968048205dd116b51371e54f52eb7674549fcb6ed3541f1dc413a0ccc58c09" }, "downloads": -1, "filename": "authenticatorpy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c3b9a7441ce9a1e29d8f5b155900767", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7088, "upload_time": "2018-02-09T21:55:06", "url": "https://files.pythonhosted.org/packages/1b/0b/13a02655d45e098b8259b4271e58b650f623fff0701991133aec75575dbc/authenticatorpy-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d55a511e6c00132be8621f5b1878951c", "sha256": "732f17219ba0716d5f09383ed6dba3bcc92932d2f533a87f08072cd4091d37dd" }, "downloads": -1, "filename": "authenticatorpy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d55a511e6c00132be8621f5b1878951c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4665, "upload_time": "2019-01-19T09:59:32", "url": "https://files.pythonhosted.org/packages/08/c4/70de6898f72d6d430ba8f96968601874b152fc63c6e4f22b26ee9c5d93be/authenticatorpy-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "701099efa190a8b9bea79993655e4524", "sha256": "6b25a0a4af3b6f111ec9637a833059b6a2364bad27a8d13b92147db092cc845e" }, "downloads": -1, "filename": "authenticatorpy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "701099efa190a8b9bea79993655e4524", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5039, "upload_time": "2019-01-19T09:59:33", "url": "https://files.pythonhosted.org/packages/b8/e8/c561d7afab53796f9ae91f6b822043cfce2241dd4b2dc5fd6a2f75664545/authenticatorpy-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d55a511e6c00132be8621f5b1878951c", "sha256": "732f17219ba0716d5f09383ed6dba3bcc92932d2f533a87f08072cd4091d37dd" }, "downloads": -1, "filename": "authenticatorpy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d55a511e6c00132be8621f5b1878951c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4665, "upload_time": "2019-01-19T09:59:32", "url": "https://files.pythonhosted.org/packages/08/c4/70de6898f72d6d430ba8f96968601874b152fc63c6e4f22b26ee9c5d93be/authenticatorpy-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "701099efa190a8b9bea79993655e4524", "sha256": "6b25a0a4af3b6f111ec9637a833059b6a2364bad27a8d13b92147db092cc845e" }, "downloads": -1, "filename": "authenticatorpy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "701099efa190a8b9bea79993655e4524", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5039, "upload_time": "2019-01-19T09:59:33", "url": "https://files.pythonhosted.org/packages/b8/e8/c561d7afab53796f9ae91f6b822043cfce2241dd4b2dc5fd6a2f75664545/authenticatorpy-0.1.2.tar.gz" } ] }