1Metadata-Version: 1.2
2Name: django-otp-yubikey
3Version: 1.0.0
4Summary: A django-otp plugin that verifies YubiKey OTP tokens.
5Home-page: https://github.com/django-otp/django-otp-yubikey
6Author: Peter Sagerson
7Author-email: psagers@ignorare.net
8License: BSD
9Project-URL: Documentation, https://django-otp-yubikey.readthedocs.io/
10Project-URL: Source, https://github.com/django-otp/django-otp-yubikey
11Description: .. image:: https://img.shields.io/pypi/v/django-otp-yubikey?color=blue
12           :target: https://pypi.org/project/django-otp-yubikey/
13           :alt: PyPI
14        .. image:: https://img.shields.io/readthedocs/django-otp-yubikey
15           :target: https://django-otp-yubikey.readthedocs.io/
16           :alt: Documentation
17        .. image:: https://img.shields.io/badge/github-django--agent--trust-green
18           :target: https://github.com/django-otp/django-otp-yubikey
19           :alt: Source
20
21        This is a django-otp plugin that handles `YubiKey
22        <https://www.yubico.com/yubikey>`_ devices using the Yubico OTP algorithm. This
23        includes two device definitions: one to verify YubiKey tokens locally and
24        another to verify them against a `web service
25        <https://www.yubico.com/yubicloud>`_.
26
27        See `django-otp <https://pypi.org/project/django-otp>`_ for more information on
28        the OTP framework.
29
30        .. _upgrade notes: https://django-otp-yubikey.readthedocs.io/#upgrading
31
32Platform: UNKNOWN
33Classifier: Development Status :: 5 - Production/Stable
34Classifier: Programming Language :: Python :: 3
35Classifier: Programming Language :: Python :: 3 :: Only
36Classifier: Intended Audience :: Developers
37Classifier: License :: OSI Approved :: BSD License
38Classifier: Topic :: Security
39Classifier: Topic :: Software Development :: Libraries :: Python Modules
40Classifier: Framework :: Django
41