Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/device.py
Commit message (Collapse)AuthorAgeFilesLines
* Support setting key sub-properties via add_key()Arthur de Jong2018-04-021-6/+13
|
* Add and cleanup docstringsArthur de Jong2018-02-151-1/+2
| | | | | | | | This adds docstrings to public methods and cleans up a few other docstrings to pass most flake8 docstring related tests. This also adds noqa statements in a few places so we can remove most entries from the global flake8 ignore list.
* Support separate device from keyArthur de Jong2016-09-171-0/+69
This allows having multiple keys per device while also maintaining the previous API. Note that having multiple keys per device is not allowed by the RFC 6030 schema but is allowed by some older internet drafts.