python3-asyncsleepiq
ASync SleepIQ API
AsyncSleepIQ is an library for accessing the SleepIQ API from Python. SleepIQ
(http://www.sleepnumber.com/sn/en/sleepiq-sleep-tracker) is an addon for Sleep
Number beds (http://www.sleepnumber.com/).
python3-bellows
Library implementing EZSP
Bellows is a Python 3 library implementation for the zigpy
(https://github.com/zigpy/zigpy) project to add Zigbee radio support for
Silicon Labs EM35x ("Ember") and EFR32 ("Mighty Gecko") based Zigbee
coordinator devices using the EZSP (EmberZNet Serial Protocol) interface.
python3-aio-geojson-geonetnz-volcano
async GeoJSON client library for GeoNet NZ Volcanic Alert Level feed
This library for convenient async access to GeoNet NZ Volcanic Alert Level
feed.
python3-aio-geojson-geonetnz-quakes
async GeoJSON client library for GeoNet NZ Quakes feed
This Python library provides convenient async access to the
GeoNet NZ Quakes feed.
python3-hole
Library for interacting with a Pi-hole instance
This library allows users to interact with a Pi-hole instance, providing
capabilities to retrieve statistics and manage its settings. Pi-hole is a
network-level ad blocker that intercepts DNS requests and prevents ads from
being displayed. Through this library, users can access the Pi-hole's API to
monitor metrics such as blocked ads, total queries, and client activity.
Additionally, it offers functionality to enable or disable the Pi-hole system,
either temporarily or permanently, facilitating control over network ad
blocking directly from a Python environment.
python3-pure-pcapy3
Pure Python reimplementation of pcapy
This package provides an API-compatible replacement for the popular pcapy
package. Since it is a pure-Python package, it cannot access some elements
like live traffic capture directly. Only file operations are allowed right
now. Any operation which is available in pcapy and could not be implemented
here will throw NotImplementedError. Behaviour should be compatible up to the
text of some exceptions (tests are included).