![]() | the sleepy snakeindex :: uuid | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Module uuidPython module for generating UUIDs the UUIDs generated should be compatible to UUID's as specified in RFC 4122. You can create time based, random, sh5 and sha1 based UUIDS through the module. Time based UUIDS generated consist of a timestamp and a randomly generated 47 bit number. No ip or hardware adress is mixed in in time based UUIDs, so anonymity of the user is guaranteed by the cost of a somewhat higher risk of duplicates. Requirements: at least Python 2.3 (if you don't mind some FutureWarnings) Additional reading:
uuid classes:
uuid functions:
uuid constants:
Commandline usageThe module may aswell be used from commandline enter: /path/to/python /path/to/uuid.py -h on a commandline prompt to get online help | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||