Metadata-Version: 1.1
Name: passgen-cli
Version: 1.4
Summary: Python command line password generator.
Home-page: https://github.com/Colbyter/passgen-cli
Author: Colby Alladaye
Author-email: colbyter@gmail.com
License: MIT
Description: This is simple CLI random password generator. It combines punctuations, letters (upper and lower cases) and digits.
        
        Installation:
         `pip install passgen-cli`
        
        Options:
         `-l INTEGER  length of the password.`
        
        Without the `-l` option, it returns 12 characters by default.
        
        Example: `passgen-cli -l 15`
        
        
Keywords: password generator
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
