Break pinentry.py out of my blog and use it to start pyassuan.
authorW. Trevor King <wking@drexel.edu>
Thu, 22 Mar 2012 19:34:07 +0000 (15:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 22 Mar 2012 19:34:07 +0000 (15:34 -0400)
commit63bf462c5adf8fce0061b36361eb56417dc6624d
treec5a6999ce8df1397bfe3402f79eb9d25b35bc0b4
parentd2f036d727ab06ab88f88d310bc6e1503d20ac08
Break pinentry.py out of my blog and use it to start pyassuan.
.gitignore [new file with mode: 0644]
bin/get-info.py [new file with mode: 0755]
bin/pinentry.py [new file with mode: 0755]
posts/gpg-agent/pinentry.py [deleted file]
pyassuan/__init__.py [new file with mode: 0644]
pyassuan/client.py [new file with mode: 0644]
pyassuan/common.py [new file with mode: 0644]
pyassuan/error.py [new file with mode: 0644]
pyassuan/server.py [new file with mode: 0644]