aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/groups.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-20example: groups work-aroundBen McGinnes1-13/+15
* Added groups selection work around code. * Intended for use as a module to be imported by other scripts, usually with "from groups import group_lists" or "from groups import group_lines" or similar.
2018-03-19example: python bindings key countBen McGinnes1-0/+42
* Added script wo count the number of keys in both the public and secret key stores.