Metadata-Version: 2.1
Name: spacepass
Version: 0.1a1
Summary: A spacemacs(menu) inspired menu for password store
Home-page: https://github.com/pm-coelho/spacepass
Author: pmcoelho
Author-email: pmcoelho@protonmail.com
License: GPLv3+
Description: # SpacePass
        
        ## Description
        SpacePass is a [spacemacs](http://spacemacs.org) inspired gui for [pass](https://www.passwordstore.org) 
        It was designed to be used in i3wm but should work on another DE/WM
        
        ## Dependencies
        [pass](https://www.passwordstore.org)
        gtk-3.0
        
        ## Installation
        ```bash
        pip install spacepass
        ```
        
        ## Usage
        ### i3wm
        bindsym the desired
        ```
        bindsym $mod+Shift+p exec spacepass
        ```
        
        ## Configuration
        Configuration is read from the config file 
        
        ## TODO
        
        
        ## License
        GPL-3.0-or-later 
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security
Description-Content-Type: text/markdown
