Import Upstream version 1.3.3
This commit is contained in:
18
python_yubico.egg-info/PKG-INFO
Normal file
18
python_yubico.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,18 @@
|
||||
Metadata-Version: 1.2
|
||||
Name: python-yubico
|
||||
Version: 1.3.3
|
||||
Summary: Python code for talking to Yubico's YubiKeys
|
||||
Home-page: https://github.com/Yubico/python-yubico
|
||||
Author: Dain Nilsson
|
||||
Author-email: dain@yubico.com
|
||||
Maintainer: Yubico Open Source Maintainers
|
||||
Maintainer-email: ossmaint@yubico.com
|
||||
License: BSD 2 clause
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
42
python_yubico.egg-info/SOURCES.txt
Normal file
42
python_yubico.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,42 @@
|
||||
COPYING
|
||||
ChangeLog
|
||||
MANIFEST.in
|
||||
NEWS
|
||||
README
|
||||
release.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
doc/ykdef.h
|
||||
examples/configure_neo_ndef
|
||||
examples/configure_nist_test_key
|
||||
examples/nist_challenge_response
|
||||
examples/rolling_challenge_response
|
||||
examples/update_cfg_remove_cr
|
||||
examples/yubikey-inventory
|
||||
python_yubico.egg-info/PKG-INFO
|
||||
python_yubico.egg-info/SOURCES.txt
|
||||
python_yubico.egg-info/dependency_links.txt
|
||||
python_yubico.egg-info/requires.txt
|
||||
python_yubico.egg-info/top_level.txt
|
||||
test/__init__.py
|
||||
test/soft/__init__.py
|
||||
test/soft/test_yubico.py
|
||||
test/soft/test_yubikey_config.py
|
||||
test/soft/test_yubikey_frame.py
|
||||
test/usb/__init__.py
|
||||
test/usb/test_yubikey_usb_hid.py
|
||||
util/yubikey-totp
|
||||
util/yubikey-totp.1
|
||||
yubico/__init__.py
|
||||
yubico/yubico_exception.py
|
||||
yubico/yubico_util.py
|
||||
yubico/yubico_version.py
|
||||
yubico/yubikey.py
|
||||
yubico/yubikey_4_usb_hid.py
|
||||
yubico/yubikey_base.py
|
||||
yubico/yubikey_config.py
|
||||
yubico/yubikey_config_util.py
|
||||
yubico/yubikey_defs.py
|
||||
yubico/yubikey_frame.py
|
||||
yubico/yubikey_neo_usb_hid.py
|
||||
yubico/yubikey_usb_hid.py
|
||||
1
python_yubico.egg-info/dependency_links.txt
Normal file
1
python_yubico.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
python_yubico.egg-info/requires.txt
Normal file
1
python_yubico.egg-info/requires.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyusb
|
||||
1
python_yubico.egg-info/top_level.txt
Normal file
1
python_yubico.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
yubico
|
||||
Reference in New Issue
Block a user