typeguess Automatically guess data types Examples >>> from typeguess import guess >>> guess(['hanson@mail.org']) 'string.email' >>> from typeguess import guess >>> guess(['m', 'f']) 'string.vcard.gender' Planned Features vCard types XML Schema types License Apache 2.0