toreamun / amshan

Package to help decode smart power meter data stream of Cosem HDLC frames used by MBUS. The package has special support of formats for Aidon, Kaifa and Kamstrup meters used in Norway (AMS HAN).
MIT License
9 stars 7 forks source link

PEP 585 type annotations #4

Closed toreamun closed 2 years ago

toreamun commented 2 years ago

Use PEP 585 type annotations. This can be enabled starting in 3.7 with from future import annotations.