UUID generation in Python.
Well, to write a Firefox extension you have to give it a UUID (universally unique identifier). I wanted to make a UUID, but i couldn't find a UUID module in Python. So i wrote one: uuid.py. For details, look at its documentation page (generated by pydoc).
Hope someone else out there has a use for it.
Hope someone else out there has a use for it.