h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
564 stars 85 forks source link

remove Python2 crumbs #139

Closed a-detiste closed 9 months ago

a-detiste commented 9 months ago

I noticed the removal of six.

This old Python2 compat code can go too.

All of these optional future feature are now mandatoy: https://docs.python.org/3/library/__future__.html

michaelmior commented 9 months ago

This one was on my todo list. Thanks!