Metadata-Version: 2.1
Name: oathtool
Version: 2.0.0
Summary: One-time password generator
Home-page: https://github.com/jaraco/oathtool
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/oathtool.svg
           :target: `PyPI link`_
        
        .. image:: https://img.shields.io/pypi/pyversions/oathtool.svg
           :target: `PyPI link`_
        
        .. _PyPI link: https://pypi.org/project/oathtool
        
        .. image:: https://dev.azure.com/jaraco/oathtool/_apis/build/status/jaraco.oathtool?branchName=master
           :target: https://dev.azure.com/jaraco/oathtool/_build/latest?definitionId=1&branchName=master
        
        .. image:: https://img.shields.io/travis/jaraco/oathtool/master.svg
           :target: https://travis-ci.org/jaraco/oathtool
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
           :alt: Code style: Black
        
        .. .. image:: https://img.shields.io/appveyor/ci/jaraco/oathtool/master.svg
        ..    :target: https://ci.appveyor.com/project/jaraco/oathtool/branch/master
        
        .. .. image:: https://readthedocs.org/projects/oathtool/badge/?version=latest
        ..    :target: https://oathtool.readthedocs.io/en/latest/?badge=latest
        
        
        TOTP code generator based on oathtool.
        
        Usage
        =====
        
        Command-line::
        
            $ python -m oathtool $key
        
        API::
        
            >>> oathtool.generate_otp(key)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Provides-Extra: testing
Provides-Extra: docs
