Metadata-Version: 1.0
Name: omnikey2ivy
Version: 0.1.1
Summary: emit card id on Ivy software bus
Home-page: http://pypi.python.org/pypi/omnikey2ivy/
Author: Fabien Andre
Author-email: fabien.andre@enac.fr
License: UNKNOWN
Description: 
        
        --------------------README.txt--------------------
        
        omnikey2ivy emit card id on Ivy software bus [1].
        
        Bus adress can be specified with "-b" command line option or
        environment variable IVYBUS.
        
        Message from are "Id cardnumber), for instance : "Id 020408DD".
        
        [1] http://www2.tls.cena.fr/products/ivy/
        
        
        --------------------INSTALL--------------------
        
        Install on Ubuntu
        
        Caution: non-free packages are needed to run this app.
        Thus this procedure enable non-ubuntu (universe) and non-free
        (multiverse) software repositories.
        
        # Add universe and multiverse repository
        
        sudo software-properties-gtk -e universe
        
        sudo software-properties-gtk -e multiverse
        
        sudo apt-get update
        
        #install driver and dependencies
        
        sudo apt-get install libpcsclite1 pcsc-omnikey python-serial python-pyscard python-setuptools
        
        #install omnikey2ivy bridge
        
        sudo easy_install omnikey2ivy
        
        
        # Tested on: Ubuntu Lucid (10.04) LiveCD with Omnikey5321
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
