Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 538 Bytes

README.rst

File metadata and controls

35 lines (23 loc) · 538 Bytes

typeguess

Build Status

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