Metadata-Version: 1.0
Name: yubicoclient
Version: 0.2.0
Summary: Python yubico client
Home-page: http://www.openlabs.co.in/
Author: Sharoon Thomas, Openlabs Technologies & Consulting (P) Limited
Author-email: UNKNOWN
License: BSD
Description: 
        Yubico Client
        -------------
        
        The YubiKey generates a One-Time Passcode (OTP) that your application or 
        service, ensuring that only users with a valid YubiKey can gain 
        access. This api will help you to validate a OTP thus obtained against a yubico
        server. Also supports custom Yubikey validation servers in addition to the 
        default Yubico servers.
        
        Its easy
        ````````
        
        ::
            from yubicoclient import YubicoClient
            client = YubicoClient(<client id>, <key>)
            client.verify(<OTP>)
        
        
        To Install
        ``````````
        
        ::
        
            $ pip install yubicoclient
            (or)
            $ easy_install yubicoclient
        
        Links
        `````
          * `yubico <http://http://www.yubico.com//>`_
          * `API Documentation <http://code.google.com/p/yubikey-val-server-php/wiki/ValidationProtocolV20>`_
          * `Source Code <https://bitbucket.org/sharoonthomas/yubicoclient>`_
        
        :copyright: © 2011 by Openlabs Technologies & Consulting (P) Limited
        :license: BSD, see LICENSE for more details.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
