Metadata-Version: 2.1
Name: krapplet
Version: 0.3.1
Summary: A password manager written as a gnome-keyring applet
Home-page: https://gitlab.com/hfernh/krapplet
Author: Johannes Willem Fernhout
Author-email: hfern@fernhout.info
License: BSD 3-Clause License
Description: Krapplet
        ========
        
        Krapplet is a graphical password manager for Linux.
        Its name derives from 'keyring applet'.
        
        
        Feature overview
        ================
        
        - Graphical password manager.
        - Passwords are considered secrets, contained in keys, organized per keyring
        - Keys also can also contain associated information like username, email
          addresses, and/or a website URL.
        - Contains a password generator.
        
        
        Technical overview
        ==================
        
        - Written in Python3, using the GTK3 toolkit
        - Keys are stored using
          `gnome-keyring <https://wiki.gnome.org/Projects/GnomeKeyring>`_, or
          GPG-encrypted in a format compatibe with the
          `pass <https://www.passwordstore.org/>`_ command line password manager.
        
        
        Documentation
        =============
        
        Can be found on `readthedocs <https://krapplet.readthedocs.io/en/latest/index.html>`_
        
        
        License
        =======
        
        Krapplet is licensed under a 
        `BSD-3 license <https://gitlab.com/hfernh/krapplet/-/blob/master/LICENSE>`_.
        
        
        Feedback
        ========
        
        If something is not working properly then please log an
        `issue <https://gitlab.com/hfernh/krapplet/-/issues>`_ against the project.
        
Keywords: password manager,gnome-keyring,pass
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: gnomekeyring
Provides-Extra: pass
