hass-core/homeassistant/backports
2023-10-05 19:57:46 +02: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 Migrate backported StrEnum to built-in StrEnum (#97101) 2023-07-23 23:19:24 +02:00
functools.py Add Python copyright and Python license to backports package (#101454) 2023-10-05 19:57:46 +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.