typeguess

Data type guesser


Keywords
typeguess, type, guesser, datatype
License
Apache-2.0
Install
pip install typeguess==0.0.2

Documentation

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