SheffieldSolar / PV_Live-API

A Python implementation of the PV_Live web API.
16 stars 4 forks source link

Typing #11

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Add typing to main methods in API

This is information is already in the function description, but when written in with typing it is machine readable i.e. 'pycharm' can tell you if you have put the wrong type of input in.

JamieTaylor-TUOS commented 2 years ago

Tests ran fine locally