Metadata-Version: 1.2
Name: quantumdiceware
Version: 0.3.0
Summary: Generates Diceware passphrases from quantum random data.
Home-page: http://github.com/justinsloan/qdg
Author: Justin M. Sloan
Author-email: justin@justinsloan.com
License: UNKNOWN
Description: ===
        QDG
        ===
        Generate truly random diceware passphrases.
        
        |build-status| |docs|
        
        .. image:: password_strength.png
        
        
        Features
        --------
        - Simulates dice rolls by gathering quantum data.
        - Includes the complete standard Diceware wordlist.
        - Generate passphrases from custom wordlists.
        
        *Python 3.6 is required.*
        
        
        Usage
        -----
        
        Install
        
            $ pip install quantumdiceware
        
        Generate a Passphrase
        
            $ qdg
        
        Generate five Passphrases and save them to output.txt
        
            $ qdg -c 5 > output.txt
        
        Generate two Passphrases that are eight words long
        
            $ qdg -c 2 -w 8
        
        
        Documentation
        -------------
        
        For more in-line help, run:
        
            $ qdg -h
        
        QDG's documentation lives at `qdg.readthedocs.io <http://qdg.readthedocs.io>`_
        
        See `The Diceware Passphrase Home Page <http://world.std.com/~reinhold/diceware.html>`_ to learn more about Diceware.
        
        
        Meta
        ----
        
        Justin M. Sloan - `justinsloan.com <https://justinsloan.com>`_ 
        
        Public Domain. See ``LICENSE.txt`` for more information.
        
        https://github.com/justinsloan/qdg
        
        
        .. |build-status| image:: https://travis-ci.org/justinsloan/QDG.svg?branch=master
            :alt: Build Status
            :scale: 100%
            :target: https://travis-ci.org/justinsloan/QDG.svg?branch=master
        
        .. |docs| image:: https://readthedocs.org/projects/docs/badge/?version=latest
            :alt: Documentation Status
            :scale: 100%
            :target: https://qdg.readthedocs.io/en/latest/?badge=latest
        
Platform: UNKNOWN
Requires-Python: >=3.6
