Generating Unique Keys

Erik Max Francis max at alcyone.com
Sat Jan 25 21:14:45 EST 2003


Mongryong wrote:

> Is there python library for generating unique keys on Linux? 
> Something
> sort of like Window's HKEY generator.  Thanks.

I made a configurable one for grins:

	http://www.alcyone.com/pyos/uid/

It's _not_ strictly UUIDs/GIDs, but they would probably suffice for most
applications.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ No one knows what he can do until he tries.
\__/ Publilius Syrus
    Bosskey.net: Return to Wolfenstein / http://www.bosskey.net/rtcw/
 A personal guide to Return to Castle Wolfenstein.




More information about the Python-list mailing list