python-kasa/kasa/cli
Steven B. a01247d48f
Remove support for python <3.11 (#1273)
Python 3.11 ships with latest Debian Bookworm. 
pypy is not that widely used with this library based on statistics. It could be added back when pypy supports python 3.11.
2024-11-18 18:46:36 +00:00
..
__init__.py Structure cli into a package (#1038) 2024-07-04 14:52:01 +02:00
__main__.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
common.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
device.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
discover.py Fix discovery by alias for smart devices (#1260) 2024-11-18 13:03:13 +00:00
feature.py Update cli feature command for actions not to require a value (#1264) 2024-11-15 14:38:41 +00:00
lazygroup.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
light.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
main.py Fix discovery by alias for smart devices (#1260) 2024-11-18 13:03:13 +00:00
schedule.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
time.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
usage.py Update cli energy command to use energy module (#1252) 2024-11-13 15:57:42 +01:00
wifi.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00