Metadata-Version: 1.1
Name: pwclip
Version: 0.0.2
Summary: secure password clip (copy/paste) via python3-yubico
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 put some hash, generated via (yubikey)
        challenge-response on any slot of the first yubikey found on system.
        So far Linux, Windows and OSX is supported by using python's tk library
        to create password input window. If no text is inserted there will be a
        challenge-response for that empty string. The appropriate response is saved
        only for 3 seconds by default but the command-line tool supports the input
        of any integer number which is then used as timer.
        
        Install
        -------
        
        pwclip requires the "xsel" package on Linux-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 for that)
        
        * 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:
        
        :~$ apt-get install xsel
        
        Documentation
        -------------
        
        http://packages.python.org/pwclip/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
