Metadata-Version: 1.1
Name: yubistack
Version: 0.4.7
Summary: YubiStack implementation
Home-page: https://github.com/oriordan/yubistack
Author: Doug O'Riordan
Author-email: oriordan@mail.be
License: BSD 2 clause
Description: YubiStack
        =========
        
        YubiStack provides a python re-implementation of:
        
        * `yubiauth <https://github.com/Yubico/yubiauth>`_: Authentication client with a simple user management system
        * `yubikey-val <https://github.com/Yubico/yubikey-val>`_: YubiKey validation server
        * `yubikey-ksm <https://github.com/Yubico/yubikey-ksm>`_: YubiKey key storage module
        
        NOTE: Only the authentication part is implemented from yubiauth, the user management system is NOT.
        
        Installation
        ------------
        
        To install yubistak, simply:
        
        .. code-block:: bash
        
            $ sudo pip install yubistack
        
        Configuration
        -------------
        
        The configuration file path is read from YUBISTACK_SETTINGS environment variable, otherwise defaults
        to /etc/yubistack.conf. You can find a sample config in the repo.
        
Keywords: yubikey otp authentication
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
