poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
40 stars 33 forks source link

Restore Python 3.5 #12

Closed astrojuanlu closed 5 years ago

astrojuanlu commented 5 years ago

Python 3.5 is a pain in the neck because the dictionaries were not ordered (I had forgotten about this!). I fixed some things but I guess we would need to rewrite some parts using https://docs.python.org/3.5/library/collections.html#collections.OrderedDict.

astrojuanlu commented 5 years ago

Don't.