Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/key.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix attribute name in docstringArthur de Jong2014-05-191-1/+1
|
* Provide pskc.key docstringsArthur de Jong2014-04-191-47/+114
| | | | | | | | | This documents most of the information that is available per key and adds a few other minor cosmetic changes. This also re-organises the key properties to be in a slightly more logical order and renames the userid key property to key_userid to more clearly distinguish it from device_userid.
* Move Key class to separate moduleArthur de Jong2014-04-191-0/+232
This also allows re-organising the imports a bit.