core/homeassistant/backports
J. Nick Koston 6eb49991a4
Add pylint rule for cached_property (#127482)
2024-10-03 17:53:55 -05: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
__init__.py
enum.py Deprecated old backports and typing aliases (#114883) 2024-04-06 13:15:30 -10:00
functools.py Add pylint rule for cached_property (#127482) 2024-10-03 17:53:55 -05:00

README

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.