{"id":13513042,"url":"https://github.com/Kami/python-yubico-client","last_synced_at":"2025-03-31T00:30:49.169Z","repository":{"id":894715,"uuid":"647233","full_name":"Kami/python-yubico-client","owner":"Kami","description":"Python library for validating Yubico Yubikey One Time Passwords (OTPs) based on the validation protocol version 2.0.","archived":false,"fork":false,"pushed_at":"2022-09-07T16:57:01.000Z","size":200,"stargazers_count":82,"open_issues_count":4,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T13:05:51.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://yubico-client.readthedocs.org/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kami.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-04T20:19:03.000Z","updated_at":"2025-03-03T18:16:20.000Z","dependencies_parsed_at":"2022-08-16T11:20:42.925Z","dependency_job_id":null,"html_url":"https://github.com/Kami/python-yubico-client","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fpython-yubico-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fpython-yubico-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fpython-yubico-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kami%2Fpython-yubico-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kami","download_url":"https://codeload.github.com/Kami/python-yubico-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399816,"owners_count":20770907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T04:00:36.888Z","updated_at":"2025-03-31T00:30:48.748Z","avatar_url":"https://github.com/Kami.png","language":"Python","funding_links":[],"categories":["Libraries / Clients","Python"],"sub_categories":["Third-party Tools"],"readme":"Yubico Python Client\n====================\n\n.. image:: https://img.shields.io/pypi/v/yubico-client.svg\n    :target: https://pypi.python.org/pypi/yubico-client/\n\n.. image:: https://img.shields.io/pypi/dm/yubico-client.svg\n        :target: https://pypi.python.org/pypi/yubico-client/\n\n.. image:: https://secure.travis-ci.org/Kami/python-yubico-client.png?branch=master\n        :target: http://travis-ci.org/Kami/python-yubico-client\n\n.. image:: https://img.shields.io/codecov/c/github/Kami/python-yubico-client/master.svg\n        :target: https://codecov.io/github/Kami/python-yubico-client?branch=master\n\n.. image:: https://img.shields.io/pypi/pyversions/yubico-client.svg\n        :target: https://pypi.python.org/pypi/yubico-client/\n\n.. image:: https://img.shields.io/pypi/wheel/yubico-client.svg\n        :target: https://pypi.python.org/pypi/yubico-client/\n\n.. image:: https://img.shields.io/github/license/Kami/python-yubico-client.svg\n        :target: https://github.com/Kami/python-yubico-client/blob/trunk/LICENSE\n\nPython class for verifying Yubico One Time Passwords (OTPs) based on the\nvalidation protocol version 2.0.\n\n* Yubico website: http://www.yubico.com\n* Yubico documentation: http://www.yubico.com/developers/intro/\n* Validation Protocol Version 2.0 description: https://developers.yubico.com/yubikey-val/Validation_Protocol_V2.0.html\n\nFor more information and usage examples, please see the.\n`documentation \u003chttps://yubico-client.readthedocs.org/en/latest/\u003e`_.\n\nDocumentation\n-------------\n\nDocumentation is available at https://yubico-client.readthedocs.org/en/latest/\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    $ pip install yubico-client\n\nNote: Package has been recently renamed from `yubico` to `yubico-client` and\nthe main module has been renamed from `yubico` to `yubico_client`. This\nwas done to avoid naming conflicts and make creation of distribution specific\npackages easier.\n\nQuick Start / Usage\n-------------------\n\n.. code-block:: python\n\n    from yubico_client import Yubico\n\n    client = Yubico('client id', 'secret key')\n    client.verify('otp')\n\nFor more information and detailed examples, please refer to the\ndocumentation - https://yubico-client.readthedocs.io/en/latest/.\n\nSupported Python Versions\n-------------------------\n\n* Python 2.7\n* Python 3.4\n* Python 3.5\n* Python 3.6\n* Python 3.7\n* Python 3.8\n* PyPy 2\n* PyPy 3\n\nRunning Tests\n-------------\n\nTo run the tests use the tox command. This will automatically run the tests on\nall the supported Python versions.\n\n.. code-block:: bash\n\n    $ tox\n\nLicense\n-------\n\nYubico Client is distributed under the `3-Clause BSD License`_.\n\n.. _`3-Clause BSD License`: http://opensource.org/licenses/BSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKami%2Fpython-yubico-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKami%2Fpython-yubico-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKami%2Fpython-yubico-client/lists"}