Skip to content

artsalliancemedia/lockpyck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lockpyck

A client library for accessing the Locksmith KDM service.

Usage

from lockpyck import Lockpyck

lockpick = Lockpick('user', 'password')
    print lockpick.version
    print len(lockpick.get_kdms_from_thumbprint('98a48a64c18f8e7f5df4c4036a188c1e5a8f59e4'))
    lockpick.batch_load_kdms('/some/dir/')

About

A client library for the Locksmith KDM service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages