Skip to content

new import and field name python-ified

Compare
Choose a tag to compare
@eavanvalkenburg eavanvalkenburg released this 20 Dec 12:45
· 2 commits to master since this release

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.