hass-core/homeassistant/backports
2024-03-08 10:36:11 -05:00
..
__init__.py Move StrEnum to homeassistant.backports and move Platform to homeassistant.const (#60880) 2021-12-03 09:31:17 +01:00
enum.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
functools.py Update mypy to 1.6.0 (#101780) 2023-10-11 13:25:11 +02:00
LICENSE.Python Add Python copyright and Python license to backports package (#101454) 2023-10-05 19:57:46 +02:00
README Add Python copyright and Python license to backports package (#101454) 2023-10-05 19:57:46 +02:00

This package contains backports of Python functionality from future Python
versions.

Some of the backports have been copied directly from the CPython project,
and are subject to license agreement as detailed in LICENSE.Python.