Looking for registration package

Aahz aahz at pythoncraft.com
Fri Apr 30 14:51:47 EDT 2010


In article <hqnrgs$sme$1 at reader1.panix.com>, kj  <no.email at please.post> wrote:
>
>I'm looking for a Python-based, small, self-contained package to
>hand out API keys, in the same spirit as Google API keys.
>
>The basic specs are simple: 1) enforce the "one key per customer" rule;
>2) be robot-proof; 3) be reasonably difficult to circumvent even for
>humans.

Define "customer".  You probably cannot do better than defining it as an
e-mail address, which makes requirements 2) and 3) pretty much impossible
unless you add invite codes or something.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan



More information about the Python-list mailing list