new import and field name python-ified
Breaking changes:
This version introduces a new create function for the Thing objects, it also renames the attributes of the thing into python style snake format (lower case words seperated by underscores). It casts some fields to int, so no longer necessary to do that in user code.
Finally it sets Python 3.8 as the minimum.