Metadata-Version: 2.1
Name: hpass
Version: 0.1.4
Summary: A simple password management tool
Home-page: https://github.com/hekaiyou/hpass
Author: Kaiyou He
Author-email: hky0313@outlook.com
License: UNKNOWN
Description: [![pypi_package](https://warehouse-camo.ingress.cmh1.psfhosted.org/42c9ba5237eeb8466d668acb98eb7f6a6fe04156/68747470733a2f2f696d672e736869656c64732e696f2f707970692f762f746f6e67676f6e673f7374796c653d666c61742d737175617265)](https://pypi.org/project/hpass/)
        [![python_org](https://warehouse-camo.ingress.cmh1.psfhosted.org/54aa1a9c61cbd023170f84b8220fd75607f6d404/68747470733a2f2f696d672e736869656c64732e696f2f707970692f707976657273696f6e732f746f6e67676f6e673f7374796c653d666c61742d737175617265)](https://www.python.org/)
        [![mit_license](https://warehouse-camo.ingress.cmh1.psfhosted.org/773ff7b8bbd1614f2d7b49b12c6d8d2d0da0a796/68747470733a2f2f696d672e736869656c64732e696f2f707970692f6c2f746f6e67676f6e673f7374796c653d666c61742d737175617265)](https://opensource.org/licenses/mit/)
        
        # Hello Password
        
        **Why?** Because I can't believe the current password management software. In addition, the fact that the data file cannot be exported bothers me.
        
        ## Quickstart
        
        ### Use `hpass` enter Workbench
        
        ```powershell
        $ hpass
        Your primary password:
        H-Pass>
        ```
        
        #### Use `help` view help information
        
        ```powershell
        H-Pass> help
        filepath           - Print the absolute path of the password storage file
        all                - View the basic information of all password data
        add                - Enter a new password data
        search <keyword>   - Find password data by keyword
        random <length>    - Generate a secure password of specified length
        get <id>           - View the password data of the specified id
        del <id>           - Delete the password data of the specified id
        set <id> <key>     - Modify the key value of the password data of specified id
        ```
        
        ## Installation
        
        As usual, the easiest way is with pip:
        
        ```powershell
        $ pip install hpass
        ```
        
        Alternatively you can [download](https://pypi.org/project/hpass/#files) the `hpass-x.x.x.tar.gz` installation file:
        
        ```powershell
        $ pip install hpass-x.x.x.tar.gz
        ```
        
        Pip will install dependencies *([colorama](https://pypi.org/project/colorama/) and [PrettyTable](https://pypi.org/project/PrettyTable/))* for you. Alternatively you can clone the repository:
        
        ```powershell
        $ git clone https://github.com/hekaiyou/hpass.git --recursive
        $ cd hpass
        $ python setup.py install
        ```
        
        ## Philosophy
        
        ## Features
        
        ## Useful links
        
        ## License
        
        `hpass` is free and open-source software licensed under the [MIT License](https://github.com/hekaiyou/hpass/blob/master/LICENSE).
Keywords: password pass hpass hello
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
