Metadata-Version: 1.1
Name: pyxkcdpass
Version: 0.2.0
Summary: This script provides a simple way to generate secure and human readable passwords, based on XKCD #936
Home-page: https://github.com/ikkebr/pyxkcdpass
Author: Henrique Pereira
Author-email: ikkibr@gmail.com
License: BSD
Description: ===============================
        PyXKCDPass
        ===============================
        
        .. image:: https://badge.fury.io/py/pyxkcdpass.png
            :target: http://badge.fury.io/py/pyxkcdpass
            
        .. image:: https://travis-ci.org/ikkebr/pyxkcdpass.png?branch=master
                :target: https://travis-ci.org/ikkebr/pyxkcdpass
        
        .. image:: https://pypip.in/d/pyxkcdpass/badge.png
                :target: https://pypi.python.org/pypi/pyxkcdpass
                
        .. image:: https://coveralls.io/repos/ikkebr/pyxkcdpass/badge.png?1234
                :target: https://coveralls.io/r/ikkebr/pyxkcdpass
        
        
                
        .. image:: http://imgs.xkcd.com/comics/password_strength.png
                :target: www.xkcd.com/936/
                
                
        This script provides a simple way to generate secure and human readable passwords, based on XKCD #936
        
        * Free software: BSD license
        * Documentation: http://pyxkcdpass.rtfd.org.
        
        Install
        --------
        
        Open your terminal and type:
        
           ** pip install pyxkcdpass
           
        or 
           
           ** easy_install pyxkcdpass
        
        Usage
        --------
        
        Just call pyxckdpass and supply it with a dictionary:
        
          ** pyxkcdpass -d /usr/share/dict/words
          
        or provide a dictionary and a password length
        
          ** pyxkcdpass -d /usr/share/dict/words -l 10
        
        
        
        
        History
        -------
        
        0.1.0 (2014-05-05)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: pyxkcdpass
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
