Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 623 Bytes

File metadata and controls

24 lines (15 loc) · 623 Bytes

python_myspeed

codecov CI

Python wrapper for the MySpeed API.

Install it from PyPI

pip install python_myspeed

Usage

import python_myspeed

myspeed = python_myspeed.MySpeedAPI("127.0.0.1", 5216, "SecureAP1Token")

Development

Read the CONTRIBUTING.md file.