Metadata-Version: 1.0
Name: USBLock
Version: 0.1.0
Summary: Lock and unlock you desktop using a USB stick as a key.
Home-page: http://pypi.python.org/pypi/USBLock
Author: Sven Steinbauer
Author-email: sven@unlogic.co.uk
License: LICENSE.txt
Description: =======
        USBLock
        =======
        
        Copyright (C) 2013  Sven Steinbauer http://www.unlogic.co.uk
        
        USBlock is a Python script that will lock and unlock your linux box using any 
        old USB storage device as a key.
        
        ** NOTE **
        V0.1 only works on Linux. OS X and Windows will have to wait a little.
        
        Non Python dependencies
        =======================
        
        Linux
        -----
        
        You will need `dbus` and `python-dbus` as well as `hal`. These should all be 
        available via your package manager. See below why `python-dbus` is listed here.
        
        Known Issues
        ============
        
        * I've had some devices not mount on external USB ports (like on a Mac keyboard
        or hub). DBus does not register the device insertion and so USBLock cannot
        lock or unlock your machine. Try a different memory stick or USB port.
        
        * On linux you need dbus installed. `pip install dbus-python` doesn't work, so 
        you may have to install it via your system's package manager or from source.
        
        Thanks for the patches
        ======================
        
        Joel Semar, Natan L
        
        
Platform: UNKNOWN
