Metadata-Version: 2.1
Name: pypassmanager
Version: 2.0.0
Summary: Python Password Manager
Home-page: https://github.com/11ajith/pypassman
Author: Ajith S
Author-email: ajiths1311@gmail.com
License: MIT
Description: # pypassmanager(python password manager)
        
        **pypassmanager** is a command line password manager written in python programming language and it uses sqlite3 database to store the passwords.
        
        **pypassmanager** requires the user to provide a 4 digit number which acts as a master password and the user can then provide user id and passwords for various websites which can be grouped as personal , work etc.
        
        
        
        ## Getting Started
        
        ### Installation
        
        ```
        # Using PyPI
        pip3 install pypassmanager
        ```
        
        ### Running the program
        
        ```
        pypassmanager
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
