Metadata-Version: 2.1
Name: pyqttotp
Version: 0.9.0
Summary: TOTP QR Code Generator writtern in Qt.
Home-page: https://github.com/bluszcz/pyqttotp
Author: Rafal Zawadzki
Author-email: bluszcz@bluszcz.net
License: Apache License version 2.0
Description: # PyQtTOTP
        
        ## Description
        
        PyQtTOTP is a TOTP QR code generator.
        
        ## Usage
        
        ```
        pip install -r requirements.txt
        python src/pyqttotp.py
        ```
        ## Mini Roadmap
        
        * Add import from few popular TOTP tools (useful during the migration to the other tool).
        * Create pip package.
        
        ## Screenshot
        
        ![Screenshot](images/screenshot00.png)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Description-Content-Type: text/markdown
