Metadata-Version: 1.1
Name: pwclip
Version: 0.2.4
Summary: gui to temporarily save passwords to clipboard (paste-buffer)
Home-page: http://janeiskla.de
Author: Leon Pelzer
Author-email: mail@leonpelzer.de
License: GPL
Description: README for pwclip - http://packages.python.org/pwclip/
        ======================================================
        
        pwclip is a small tool to generate (via yubikey challenge-response) password
        hashes. The first yubikey found on system and the first slot, configured with
        challenge-response, will be used. Linux (with xsel), Windows and OSX (pbcopy)
        is supported. Using python3's Tk library to create a password input window.
        If no text is inserted there will be a challenge-response for that empty
        string. The appropriate response is saved for only 3 seconds by default. The 
        utility also supports the input of any integer number which is then used as
        timer. Otherwise the environment is searched for the variable PWCLIPTIME and
        if set uses the vaule of that environment-variable as timer.
        
        Install
        -------
        
        pwclip requires the "xsel" package on Debian-Like Systems to have access to
        copy/paste buffers. On Windows Systems the libusb package must be integrated
        to python3 as "USB-Backend" (see libusb documentation)
        
        * https://wiki.ubuntuusers.de/xsel/
        * https://sourceforge.net/projects/libusb/
        
        If you are on a Debian-Like system the installation of the dependencies
        should work like the following (on root terminal):
        
        $ apt-get install xsel
        
        
        Documentation
        -------------
        http://packages.python.org/pwclip/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Classifier: Topic :: Desktop Environment
Classifier: Topic :: System :: Systems Administration
