Metadata-Version: 2.1
Name: getotp
Version: 0.1.0
Summary: Store and retrieve TOTP secrets/tokens.
Home-page: https://github.com/gmjosack/getotp
Download-URL: https://github.com/gmjosack/getotp/archive/master.tar.gz
Author: Gary M. Josack
Author-email: gary@byoteki.com
Maintainer: Gary M. Josack
Maintainer-email: gary@byoteki.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

getotp
======

Description
~~~~~~~~~~~

Tool for retrieving TOTP tokens.

Installation
~~~~~~~~~~~~

::

    pip install getotp

Usage
~~~~~

::

    getotp add <name> <totp secret>
    getotp show <name>  # Returns TOTP token.

