space_packet_parser
space_packet_parser copied to clipboard
The cli tool only works for Python 3.11+
Installing the version 6.0 release candidate and running spp describe-packets on Python 3.10 results in:
AttributeError: module 'logging' has no attribute 'getLevelNamesMapping'
The getLevelNamesMapping was only added in 3.11. We can add our own mapping in for now to support lower versions with a note to remove it once we only support 3.11+