Metadata-Version: 2.1
Name: SimplePass
Version: 1.2.2
Summary: A simple password manager for the command line.
Home-page: https://github.com/jeffmoger/pypass
Author: Jeff Moger
Author-email: jeff-simple@moger.com
License: UNKNOWN
Description: # SimplePass
        
        A lightwieght password manager for the command line. 
        
        ## Install
        
        *Windows*
        
        `pip install SimplePass`
        
        *Linux*
        
        `pip3 install SimplePass`
        
        ## Usage
        
        `simple`
        
        ## Features
        
        - Master password is hashed with a unique salt
        - Unique salts for every encrypted password
        - Lightweight storage in JSON
        - Import / Export
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
