| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
the pyhsm package
Basic usage :
 import pyhsm
 try:
     hsm = pyhsm.base.YHSM(device="/dev/ttyACM0", debug=False)
     print "Version : %s" % (hsm.info())
 except pyhsm.exception.YHSM_Error, e:
     print "ERROR: %s" % e
  See help(pyhsm.base) (pyhsm.base.YHSM) for more information.
Version: 1.0.4l
Copyright: Yubico AB
License: BSD
| Submodules | |
| 
 | |
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 24 16:57:08 2015 | http://epydoc.sourceforge.net |