We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce69d4a commit a277e1eCopy full SHA for a277e1e
connect_box/__init__.py
@@ -1,4 +1,5 @@
1
"""A Python Client to get data from UPC Connect Boxes."""
2
+
3
import asyncio
4
from collections import OrderedDict
5
import logging
connect_box/data.py
"""Handle Data attributes."""
from datetime import datetime
from ipaddress import (
IPv4Address,
example.py
"""Get the data from an UPC Connect Box."""
from pprint import pprint
0 commit comments