Metadata-Version: 2.1
Name: py-fido
Version: 0.2.0
Summary: A framework-agnostic implementation of the FIDO U2F server workflow
Home-page: https://github.com/leesdolphin/py-fido/
Author: The Operations Team(Catalyst IT Ltd.)
Author-email: sysadmins@catalyst.net.nz
License: UNKNOWN
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
Requires-Dist: cryptography (<3,>=2.3)

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)!


