This is a staging site. Uploads will not persist. Testing only.
python3-pytest-freezer
Plugin providing a fixture interface for freezegun
This library provides a fixture interface for the freezegun library within
Pytest. The fixture named 'freezer' allows time to be frozen during tests,
ensuring that any timing-based functionality can be tested with precision.
Instead of dealing with real-time changes, developers can control and assert
time-dependent code paths effectively. The freezer fixture can manipulate time
using specific methods, making it easier to test code that relies on temporal
changes. This functionality is useful for testing applications where time-
based computations and logic are critical, such as scheduling features, expiry
mechanisms, and historical data retrieval.
python3-aenum
Advanced Enumerations, NamedTuples, and NamedConstants
This package provides a library for Advanced Enumerations (compatible with
Python's stdlib Enum), NamedTuples, and NamedConstants. Aenum includes a
Python stdlib Enum-compatible data type, as well as a metaclass-based
NamedTuple implementation and a NamedConstant class.
python3-aiosomecomfort
client for Honeywell's US-based cloud devices
This package provides a client for Honeywell's US-based cloud devices. This is
for the US model and website. Be aware that EU models are different!
python3-amberelectric
Amber Electric Public API
Amber is an Australian-based electricity retailer that pass through the
real-time wholesale price of energy. Because of Amber's wholesale power
prices, one can save hundreds of dollars a year by automating high power
devices like air-conditioners, heat pumps and pool pumps. This Python
library provides an interface to the API, making it possible to react to
current and forecast prices, as well as download your historic usage.
python3-atomicwrites-homeassistant
atomic file writes
This package provides a library to perform atomic file writes.
python3-bleak-esphome
Bleak backend of ESPHome
This package provides access to the Bleak backend of ESPHome. It will scan
bluetooth devices and connect to them using ESPHome.