gmusicapi
gmusicapi copied to clipboard
Replace deprecated validictory with fastest fastjsonschema module
Hi with this PR I want to propose a replacement for the deprecated validictory module. fastjsonschema module seems to be faster than jsonschema module too. Thanks for this amazing project
This looks reasonable; thanks. I'll probably wait to integrate it until after the new year so that we can just drop python 2 support at the same time.
As I just packaged gmusicapi in Debian, I'd prefer it if e.g. jsonschema was used instead, as that is already packaged in Debian, while fastjsonschema isn't.
As I just packaged gmusicapi in Debian, I'd prefer it if e.g. jsonschema was used instead, as that is already packaged in Debian, while fastjsonschema isn't.
Sure, that's fine with me.