import uuid def get_guid(): """Get a globally unique string for identify things""" return uuid.uuid4().hex