python-awips/dynamicserialize
Shay Carter 2d5bc31ddf Changes to make python-awips compatible with Python3.10
- change collections import to collections.abc
- change specific class reference from collections.[class_name] to collections.abc.[class_name]
- change environment file back to specifying Python3, instead of exactly specifying 3.9
- roll version number in setup.py
2022-08-23 18:12:30 -06:00
..
adapters add missing imports 2018-10-16 21:34:14 -06:00
dstypes Changes to make python-awips compatible with Python3.10 2022-08-23 18:12:30 -06:00
__init__.py further cleanup for built-ins and formatting/indentation 2018-10-16 12:35:18 -06:00
DynamicSerializationManager.py further cleanup for built-ins and formatting/indentation 2018-10-16 12:35:18 -06:00
SelfDescribingBinaryProtocol.py best practice import order; avoid return after else 2018-10-16 22:02:17 -06:00
ThriftSerializationContext.py account for python2/3 with six in ThriftSerializationContext pythonToThriftMap 2018-10-30 11:11:42 -06:00