This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author devin
Recipients daniel.urban, debatem1, devin, dmalcolm, eric.araujo, exarkun, georg.brandl, giampaolo.rodola, gregory.p.smith, heikki, jsamuel, lemburg, loewis, lorph, mcrute, pitrou, vstinner
Date 2010-11-03.04:06:56
SpamBayes Score 3.049447e-06
Marked as misclassified No
Message-id <1288757218.67.0.283021583175.issue8998@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like you may already have an idea of how you want the API structured, but just in case you're still thinking about it here's another API to look at that I think focuses on exactly what you were highlighting as priorities (sane defaults, easy to use): keyczar.

I use keyczar quite a bit and really like it, although I tend to only use the key classes directly instead of using the generic "Crypter" etc. classes.

http://code.google.com/p/keyczar/
History
Date User Action Args
2010-11-03 04:06:59devinsetrecipients: + devin, lemburg, loewis, georg.brandl, gregory.p.smith, exarkun, pitrou, vstinner, giampaolo.rodola, lorph, heikki, eric.araujo, debatem1, dmalcolm, daniel.urban, mcrute, jsamuel
2010-11-03 04:06:58devinsetmessageid: <1288757218.67.0.283021583175.issue8998@psf.upfronthosting.co.za>
2010-11-03 04:06:57devinlinkissue8998 messages
2010-11-03 04:06:56devincreate