| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3.9/site-packages/yubico/__pycache__/ |
Upload File : |
a
�w\� � @ s4 d Z ddlmZ g d�ZddlmZ ddlmZ dS )a�
the yubico package
See http://www.yubico.com/yubikey/ for information about the YubiKey.
Example usage :
import yubico
try:
YK = yubico.find_yubikey(debug=True)
print "Version : %s " % YK.version()
except yubico.yubico_exception.YubicoError as e:
print "ERROR: %s" % e.reason
sys.exit(1)
To learn about configuring your YubiKey using this framework, see the
yubikey_config module.
� )�__version__)�YubiKey�find_yubikeyZyubico_exceptionZyubico_util�yubikeyZyubikey_configZyubikey_config_utilZyubikey_defsZ
yubikey_frameZyubikey_usb_hidZyubikey_neo_usb_hid)r )�find_keyN)�__doc__Zyubico_versionr �__all__r r r r � r r �3/usr/lib/python3.9/site-packages/yubico/__init__.py�<module> s