Metadata-Version: 2.1
Name: py-fido
Version: 0.3.0
Summary: A framework-agnostic implementation of the FIDO U2F server workflow
Home-page: https://github.com/leesdolphin/py-fido/
Author: Opal Symes
Author-email: code@opal.codes
License: UNKNOWN
Description: Py FIDO
        =======
        
        This library handles the registration and verification of FIDO U2F tokens. It
        is implemented such that the data storage component is implementer dependant.
        
        This project targets Python 3.5 and above and takes advantage of type hinting
        introduced in 3.5.
        
        Don't use this in production(yet)!
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Security
Provides-Extra: sample
