CCSDSPy / ccsdspy

I/O interface and utilities for CCSDS binary spacecraft data in Python. Library used in flight missions at NASA, NOAA, and SWRI
https://ccsdspy.org
BSD 3-Clause "New" or "Revised" License
78 stars 19 forks source link

Add Type Annotations #20

Open ddasilva opened 2 years ago

ddasilva commented 2 years ago

This issue is to add type annotations to the code, so that it can be used with static analysis checkers like MyPy.