Metadata-Version: 1.1
Name: pwclip
Version: 1.4.0
Summary: password-manager - temporarily saves passwords to the clipboard
Home-page: https://pypi.org/project/pwclip/
Author: Leon Pelzer
Author-email: mail@leonpelzer.de
License: GPLv3+
Download-URL: http://deb.janeiskla.de/python/python3-pwclip_current_all.deb
Description: pwclip
        """"""
        
        .. include:: ./description.rst
        
        .. include:: ./installation.rst
        
        .. include:: ./usage.rst
        
        .. include:: ./troubleshoot.rst
        
        .. include:: ./credits.rst
        
        =========
        Changelog
        =========
        
        1.4.0 (current)
        ---------------
        
        Released: 2018-05-11
        
          * fixed error messages if entry to be deleted cannot be found
        
          * cleaned up code resided from merge
        
        
        1.3.7
        -----
        
        Released: 2018-05-10
        
          * replaced CHANGELOG.rst and README.rst by many small rst files and readme
            as well as changelog updated (mostly wrote it new from scratch)
        
          * docs fixed to fit format needed for manpage
        
          * removed throw_keys for encryption while gpg library does not support it -.-
        
          * fixed receiving wrong passphrase in some cases if more than one user has
            matching entrys for the query
        
          * readded '-l /dev/null' arguments for xsel (unfortunately ~/.xsel.log is
            created anyways) suppressing messages like:
            >XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":"
            >      after 30 requests (28 known processed) with 0 events remaining.
        
        
        1.3.6
        -----
        
        Released: 2018-05-08
        
          * deletion of ~/.pwd.yaml is removed permanently
        
          * changed README again to fit current state
        
          * added trow_keyids option to the encrypt function trying to fix a bug with
            multiple recipients - if decrypting and having only one of the secret keys
            in the keyring while trying to decrypt it always fails
        
        
        1.3.5
        -----
        
        Released: 2018-05-06
        
          * fixed bug when merging crypted dictionary resulting in a string where a
            dictionary should be
        
          * fix bug when adding/changing/deleting entrys will not show result on cli
        
          * minor update to error messages and small efficiency updates of output
        
          * fixed nonsense and formatting in README
        
          * fixed deb package dependencies
        
          * readded description to __pkginfo__.py (dunno how it lost em)
        
          * lots of changes to my build environment so files may have moved over
            the last releases
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Utilities
Classifier: Topic :: Desktop Environment
Provides: pwcli
Provides: pwclip
Provides: ykclip
