You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/thrimshim/thrimshim
Mike Lang 192a0869f7 thrimshim: Fix bug in serializing columns
Converting all datetime values to string no longer works because video_range
isn't a datetime but a list of datetimes. We switch to a more robust approach
of using the json "default" arg to specify how to serialize.
3 years ago
..
__init__.py Initial thrimshim commit 6 years ago
__main__.py getting thrimshim to build and run is a minor success 6 years ago
main.py thrimshim: Fix bug in serializing columns 3 years ago