Metadata-Version: 1.2
Name: secretive
Version: 0.1.1
Summary: A password generator
Home-page: http://github.com/giantas/passwordgen
Author: Aswa Paul
License: MIT
Description: Secretive
        =========
        
        A password generator
        
        Usage
        =====
        
        Installation
        ------------
        
        .. code:: bash
        
           pip install secretive
        
        Basic Usage
        -----------
        
        .. code:: bash
        
           passwordgen.py "giantas"
        
           # character length of 20
           passwordgen.py "giantas" --length 20
        
           passwordgen.py --help
        
Keywords: password generator secret random
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >2.7, >3.5, <3.7
